You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before continuing with the bug report, does updating to the latest version fix this issue? No
Describe the bug
When choosing preview, sounddevice encounters an error
ERROR module 'sounddevice' has no attribute 'OutputStream'
I'm using Python 3.10.15, sounddevice v0.5.1, and PyMusicLooper v3.4.2
Debugging Information
Copy the command-line arguments used and the error message / stack trace if applicable. For ERROR messages, try to re-run the command with debugging enabled using the -d/--debug flag (e.g. pymusiclooper -i --debug play test.mp3) and provide the traceback output if available.
Optionally, include some brief information about the file(s) being loaded if relevant (e.g. file type/extension, file size, length, does the audio have an obvious loop point that algorithm failed to find?)
Expected behavior
Expected some music to be played, but honestly the preview feature has never worked for me before
Environment Information (please complete the following information):
OS: Ubuntu 20
PyMusicLooper version being used (execute pymusiclooper --version in the terminal if unsure): v3.4.2
Is FFmpeg installed and working? (execute ffmpeg --version in the terminal if unsure): Yes. v4.2.7-0ubuntu0.1
Additional context
Is there a way to debug in VSCode instead of using the --debug flag?
The text was updated successfully, but these errors were encountered:
It seems you don't have libportaudio installed. The error is a bit obtuse at the moment (till #49 is merged), but to resolve this, running sudo apt-get install libportaudio2 should be enough.
Before continuing with the bug report, does updating to the latest version fix this issue? No
Describe the bug
When choosing preview, sounddevice encounters an error
I'm using Python 3.10.15, sounddevice v0.5.1, and PyMusicLooper v3.4.2
Debugging Information
Copy the command-line arguments used and the error message / stack trace if applicable. For
ERROR
messages, try to re-run the command with debugging enabled using the-d
/--debug
flag (e.g.pymusiclooper -i --debug play test.mp3
) and provide the traceback output if available.Optionally, include some brief information about the file(s) being loaded if relevant (e.g. file type/extension, file size, length, does the audio have an obvious loop point that algorithm failed to find?)
Expected behavior
Expected some music to be played, but honestly the preview feature has never worked for me before
Environment Information (please complete the following information):
pymusiclooper --version
in the terminal if unsure): v3.4.2ffmpeg --version
in the terminal if unsure): Yes. v4.2.7-0ubuntu0.1Additional context
Is there a way to debug in VSCode instead of using the
--debug
flag?The text was updated successfully, but these errors were encountered: