Function importAudioFile does not exist
1 view (last 30 days)
Show older comments
I am using matlab2020
a failure occured " Function importAudioFile does not exist"
how can i solve this
1 Comment
jibrahim
on 18 Feb 2021
If your data folders contain audio files, I recommend you use audioDatastore
Answers (3)
Shashank Gupta
on 23 Feb 2021
Hi,
you can take help from this file exchange link, I think the implementation you are trying is similar to the link I attached. @jibrahim mentioned about the audioDatastore and I think It is more reliable and better way of dealing with your problem.
I hope this helps.
Cheers
0 Comments
John Kim
on 31 Jan 2024
Hi Sanghyun,
I used @audioread and it allowed me to create the datastore with the .wave files
Hope this helps!
0 Comments
See Also
Categories
Find more on Dataset Management and Labeling 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!