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
Essentially i got it working now by installing a new debian vm and adding all the requirements manually.
It took quite a long time, and the module seems now not very promising since its nearly undocumentated.
i managed to compile in windows, got sdl libraries. all went ok. installation was ok, however when i try use module:
Traceback (most recent call last):
File "main.py", line 30, in
from audiostream import get_output, AudioSample
File "C:\Python37\lib\site-packages\audiostream_init_.py", line 19, in
from audiostream.core import *
ImportError: DLL load failed: The specified module could not be found.
there is not much info what module is missing?!?
On android and linux i dont have these problems, there work fine
`Hello, i took a look at the install file and found:
include_dirs = ['/usr/include/SDL']
It looks very much like it would not work with windows related to the sdl paths:
#7
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: