Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Why function 'audiowrite' can't write musical information?

3 ビュー (過去 30 日間)
昕毅
昕毅 2022 年 12 月 30 日
閉鎖済み: 昕毅 2022 年 12 月 30 日
When I tried to use function 'audiowrite' , it successfully saved the audio but not the other information.
frequency_sample = 48e3;
file_name = 'Jasmine_Flower.wav';
title_name = 'Jasmine Flower';
artist_name = 'Writer';
audiowrite(file_name, signal_music, frequency_sample, 'Title', title_name, 'Artist', artist_name);
When I checked the wave file('Jasmine_Flower.wav') in Windows10, there wasn't any infomation I used to type in:
How can I fix this?
  2 件のコメント
昕毅
昕毅 2022 年 12 月 30 日
Thanks for your help!

回答 (0 件)

この質問は閉じられています。

製品


リリース

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by