timetable to wav file
2 ビュー (過去 30 日間)
古いコメントを表示
I am working with my sound files as timetables, but I need to convert them back to wav format when I'm done editing/analyzing. I can't convert directly using audiowrite, so I think I need to convert my timetable first?
0 件のコメント
採用された回答
Star Strider
2021 年 2 月 19 日
I never did anything similar, so this is simply the approach I’d try first.
3 件のコメント
Star Strider
2021 年 2 月 20 日
The array created by table2array should simply be a numeric array. If it has an associated time vector with it, extract the column or columns that are not duration arrays, then save them.
If saving the timetable directly from the .wav file works, then go with it.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Audio I/O and Waveform Generation についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!