Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Looper not work in windows due to 'find_library('libmpg123-0')' #9

Open
plr0201 opened this issue May 19, 2021 · 0 comments
Open

Looper not work in windows due to 'find_library('libmpg123-0')' #9

plr0201 opened this issue May 19, 2021 · 0 comments

Comments

@plr0201
Copy link

plr0201 commented May 19, 2021

Couldn't find a way to install the libmpg123-0 in windows. Find it in pygame as a dll, but don't know how to make it work. Move the dll in C:\windows folder not work. Anyone help? Or looper only work in linux by installing the libmpg123 lib?
Thanks!

(venv) C:\PycharmProjects>loop.py Desert.mp3
Loading Desert.mp3...
Traceback (most recent call last):
File "C:\PycharmProjects\loop.py", line 174, in
loop_track(sys.argv[1])
File "C:\PycharmProjects\loop.py", line 157, in loop_track
track = MusicFile(filename)
File "C:\PycharmProjects\loop.py", line 11, in init
mp3 = Mpg123(filename)
File "C:\PycharmProjects\venv\lib\site-packages\mpg123.py", line 110, in init
self._lib = self.init_library(library_path)
File "C:\PycharmProjects\venv\lib\site-packages\mpg123.py", line 99, in init_library
raise self.LibInitializationException('libmpg123 not found')
mpg123.LibInitializationException: libmpg123 not found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant