Function importAudioFile does not exist
1 回表示 (過去 30 日間)
古いコメントを表示

I am using matlab2020
a failure occured " Function importAudioFile does not exist"
how can i solve this
1 件のコメント
jibrahim
2021 年 2 月 18 日
If your data folders contain audio files, I recommend you use audioDatastore
回答 (3 件)
Shashank Gupta
2021 年 2 月 23 日
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 件のコメント
John Kim
2024 年 1 月 31 日
Hi Sanghyun,
I used @audioread and it allowed me to create the datastore with the .wave files
Hope this helps!