Why the audioread function is giving data samples in two coloum?
조회 수: 9 (최근 30일)
이전 댓글 표시
Hi there I am using the code below to read sata samples in my audio dataset. Usually the size of data is (number of data samples in audio file X 1) but here I am getting (number of data samples in audio file X 2), can any one explain please?
[data,fs]=audioread('F_01_02_05.wav');
fs=44100;
Here data=112128X2 double ??
댓글 수: 0
채택된 답변
Walter Roberson
2022년 1월 16일
That indicates that the audio has two channels (stereo)
댓글 수: 7
Walter Roberson
2022년 1월 19일
Sorry, I have no information about how audio files are read on python, or about how python treats processing multiple channels.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Measurements and Spatial Audio에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!