Audiowrite function is not saving the title or artist information

1 次查看(过去 30 天)
I use this code to save an audio file:
audiowrite('Audio1.wav', [left1, right1], fs, 'Title', 'My Title', 'Artist', 'My Name');
However, the title and artist metadata is never saved:
FileProperties.png
I am running Matlab 2019a and Windows 10.

采纳的回答

Ajay Pattassery
Ajay Pattassery 2019-9-16
The MATLAB function audiowrite correctly writes the title as well as Artist information to the file created. You can verify the same by using audioinfo in MATLAB. Alternatively, you could use Mp3Tag or MediaInfo software to verify.
Windows does not have the best tag viewing capabilities and hence it has a problem in viewing the metadata. The following discussion will provide insight.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by