-
Notifications
You must be signed in to change notification settings - Fork 149
no sound with wdm/ks under win8.1 #36
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
Comments
Did you try to use the bundled DLL?
|
yes. wdm-ks isn't available then: default_output_device: -1, but I also get some problems with utf8, when querying for devices or trying C:\snd_scripts_f>python -m sounddevice 2016-08-16 19:42 GMT+02:00 Matthias Geier [email protected]:
|
just to let you know; wdm ks works perfect on windows 7; sound latency (measured with an oscilloscope) is between 0.5 and 2 ms; that's very good, thanks a lot! |
I think the issue can be closed; I can't reproduce the problem on win8 anymore. wdm-ks worked today, when I specified the location of the audioport.dll with
Maybe the portaudio.dll of pyo was loaded, without my knowing |
OK, that's possible. If I guess this is a feature? You can try to check if the PortAudio versions are different: import sounddevice as sd
sd.get_portaudio_version() You might get some information about the used library with this: from ctypes.util import find_library
find_library('portaudio') Just out of curiosity, where is pyo's DLL installed? |
thanks for the infos. It's actually a nice thing, that one can choose the pyo's dll is installed in the main site-package folder: 2016-08-25 14:25 GMT+02:00 Matthias Geier [email protected]:
|
that's ok now. sd.play(data, device=9, extra_settings=wasapi_exclusive)
there seems to be another small issue with I get the following error message, if I run it:
|
Thanks for testing! Just for the record, this should have been an answer to #35 (comment). I fixed the second problem in a new commit to #39, can you please try again? I don't know what's causing the first error, probably it's related to the second one ...? |
I'm closing this issue since it was caused by pyo's |
I've compiled portaudio myself (with Visual C++ 2008 Express Edition), and tried out binaries from https://github.com/adfernandes/precompiled-portaudio-windows but there is no sound on win 8.1, when using wdm/ks...
any ideas how to get around it?
The text was updated successfully, but these errors were encountered: