Audiowrite function is not saving the title or artist information
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Peter Svendsen
le 12 Sep 2019
Réponse apportée : Ajay Pattassery
le 16 Sep 2019
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.
0 commentaires
Réponse acceptée
Ajay Pattassery
le 16 Sep 2019
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 commentaires
Plus de réponses (0)
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!