QAudioRecorder::setMetaData not working on .wav files?
Unsolved
General and Desktop
-
Hi
I have aQAudioRecorder
which records .wav files just fine. However, when I try using thesetMetaData
method, e.g. as follows:audioRecorder->setMetaData(QMediaMetaData::Title, QVariant(QLatin1String("Test Title")));
, no metadata is attached. I checked the .wav file with the Kid3 tool.
If this is not supported on .wav files, it would be nice to have it in the documentation somewhere.
-
Hi,
Did you check whether your backend implements QMetaDataWriterControl ?