We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4cc5eb commit b87da70Copy full SHA for b87da70
.github/workflows/python-versions.yml
@@ -34,3 +34,4 @@ jobs:
34
python -m sounddevice
35
python -c "import sounddevice as sd; print(sd._libname)"
36
python -c "import sounddevice as sd; print(sd.get_portaudio_version())"
37
+ python -c "import sounddevice; 1 / 0"
0 commit comments