i use this code fid = fopen('YourFile.mp3', 'r'); mp3_content = fread(fid, [1 inf], '*logical'); fclose(fid); to convert mp3 into binary array but i have one dimensional array i want to change it to two dimensional array help me pls
1 view (last 30 days)
Show older comments
this code to convert mp3 into binary
0 Comments
Answers (0)
See Also
Categories
Find more on Data Types in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!