URGENT : QMultimedia : get the datas of a RAW (audio) file.
Hello !
The sound datas are stored into the RAW file as Signed Integers.
But the datas look like this :
Code:
þûþýþûþûþúþøþøþ÷þøþùþøþöþõþóþòþñþðþðþðþþÀþÃþÃþ¿þ»þºþºþ»þ»þ¹þ¸þ·þ´þ²þ±þ¯þ¯þ®þ*þ«þ©þ©þªþªþ¨þ§þ¥þ¢þ¡þ*þŸþžþœþšþ™þ™þ™þ—þâ€Ã¾â€Ã¾â€Ã¾â€œÃ¾ÂþŒþŒþ‹þŒþ‹þ‰þ†þƒþ„
How can I get the values of the integers ?
I think that a QAudioInfo (cf. readData/writeData) might do it, but I don't know how to use it ! :(
(I already checked the documentation)
Please help !
Re: URGENT : QMultimedia : get the datas of a RAW (audio) file.
I couldn't find any reference to QAudioInfo in the documentation.
There's a spectrum analyzer example that makes use of the raw data.
http://qt.gitorious.org/qt/qt/trees/4.6/demos/spectrum
Re: URGENT : QMultimedia : get the datas of a RAW (audio) file.
sorry I meant QAudioDeviceInfo
thanks for the link, I'll study that
Re: URGENT : QMultimedia : get the datas of a RAW (audio) file.
A small note: Marking a thread as "urgent" typically has the opposite effect. You are not paying for support so people will take insult which may mean you get fewer answers.