Audiowrite function is not saving the title or artist information
Show older comments
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:

I am running Matlab 2019a and Windows 10.
Accepted Answer
More Answers (0)
Categories
Find more on Audio Processing Algorithm Design in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!