Open sumandroid12 opened 6 years ago
Hi, libout123 requires access to a plugins/ directory in which to find the related dll.
You can put the plugins directory into the same directory of the py script, or specify it via the MPG123_MODDIR environment directory
Hi, how to specify the MPG123_MODDIR environment?
I have put the plugins folder in the same directory as the py script, but it's get same error.
And I have add sys.path.append('plugins/')
in my codes.
This simple code here
Gives this error:
How to get it working with windows.. I am thinking the drivers in mpg123/plugin are not getting loaded?