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

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?

답변 (0개)

이 질문은 마감되었습니다.

제품

릴리스

R2022b

질문:

2022년 12월 30일

마감:

2022년 12월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by