How to play an .mp3 using QBuffer with Phonon in a PyQt Qt environment
- by thedax
With the code I have right now I CAN play .mp3 data from files succesfully.
However I need to play the same data using a QtCore.QBuffer (NOT from a file).
When I use the example of the docs it errors an unexpected type of QBuffer!
However...... that is what it SHOULD see, according to the docs.
But............... it throws:
TypeError:…