Why the audioread function is giving data samples in two coloum?
Show older comments
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 ??
Accepted Answer
More Answers (0)
Categories
Find more on Audio Plugin Creation and Hosting in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!