Description
So over at Papagayo-NG we want to switch our audio handling from pydub and sounddevice to QT.
This works mostly already.
Problem is that we need the raw audio data to create our waveform.
So, there doesn't seem to be a nice way like with pydub to work with the audio data.
After researching a bit QAudioDecoder seems to be the way to go.
Using that we run through the file and receive a bunch of QAudioBuffer Objects.
QAudioBuffer has data() and constData() available to get to it's data according to the documentation but that returns the mentioned shiboken2.libshiboken.VoidPtr
That is not really usable and I'm pretty sure that a list of the samples would make more sense as a return value for that.
I've tried getting to the underlying data using cffi but I'm pretty sure that what I get using that is not the correct data.
You can see my experiments here in this file: https://github.com/steveway/papagayo-ng/blob/master/SoundPlayerQT.py
Attachments
Issue Links
- relates to
-
PYSIDE-1947 QAudioBuffer: the data() and constData() methods are missing
- Closed
For Gerrit Dashboard: PYSIDE-934 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
254547,9 | Add toBytes() and BufferProtocol | 5.12 | pyside/pyside-setup | Status: MERGED | +2 | 0 |