In-built Audio Files
6 次查看(过去 30 天)
显示 更早的评论
How can I find in built audio files?
0 个评论
采纳的回答
Walter Roberson
2020-10-14
If you are on Mac or Linux, go into a shell and cd to the installation directory and
find . -depth \( -name \*.wav -o -name \*.ogg -o -name \*.flac -o -name \*.au -o -name \*.aiff -o -name \*.aif -o -name \*.aifc -o -name \*.mp3 -o -name \*.m4a -o -name \*.mp4 \) -print | tee /tmp/r2020a_audio.txt
About 116 show up on my system. The major directories are
examples/audio/data
examples/deeplearning_shared/data
examples/dsp/data
examples/matlab/data
examples/phased/data
toolbox/audio/samples
toolbox/dsp/dsp
toolbox/dsp/dspdemos
with a few others showing up as well.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Audio and Video Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!