djfun / audio-visualizer-python

a little GUI tool to render visualization videos of audio files
Other
238 stars 57 forks source link

TypeError: 'QByteArray' does not have the buffer interface #51

Closed tolotrasamuel closed 7 years ago

tolotrasamuel commented 7 years ago
  1. I don't get the preview.
  2. And I am not able to create the video. This error appears for the events mentioned above.
Traceback (most recent call last):
  File "C:\Users\Tolotra Samuel\PycharmProjects\toysong\audio-visualizer-python-master\preview_thread.py", line 67, in process
    nextPreviewInformation["visColor"])
  File "C:\Users\Tolotra Samuel\PycharmProjects\toysong\audio-visualizer-python-master\core.py", line 86, in drawBaseImage
    strio.write(buffer.data())
TypeError: 'QByteArray' does not have the buffer interface
tassaron commented 7 years ago

Thank you for the bug report, but you're using the master branch version which is no longer being developed. Therefore I'm going to close this issue. I recommend you use the next version of the program instead, which is in the feature-newgui branch. It's nearly a complete rewrite and uses Qt5 instead of Qt4.

Open a new issue if you have trouble running the newgui branch.