python-sounddevice icon indicating copy to clipboard operation
python-sounddevice copied to clipboard

:sound: Play and Record Sound with Python :snake:

Results 174 python-sounddevice issues
Sort by recently updated
recently updated
newest added

I am writing the audio component for a digital assistant. An important feature is the ability to pause a "thread" producing audio output, (let's call this T_1), start a new...

Hi my name is ian, and I’ve been trying to compile my kivy app into apk but i keep getting an error on the logcat that the sounddevice.py line 71...

As described in #496, the ASIO-enabled DLLs cause problems. With this PR, DLLs *without* ASIO will be provided by default. The documentation describes how to get DLLs with ASIO for...

I'm using your module to provide "audio feedback" for a digital sensor. The idea is I have a sensor with one-dimensional time-series data being read in at 40 Hz. I...

Hello @mgeier! First of all, thank you for the continuous development and maintenance of `sounddevice`, it's amazing :smiley: **Short version** How could I further improve the `callback`, argument settings of...

I see default ASIO support was removed in 0.5.0: https://github.com/spatialaudio/python-sounddevice/issues/496 and there was a call out on that issue for anyone who's relying on ASIO, sorry I'm a bit late...

Hi, I'm already using `sounddevice` to analyse the output of an Application on Linux, it works well, thanks ! I've tried to do the same on MacOS but the app...

Thankful for this library. Iwould love a pause playback function.

Hi, I am working on a small script which reads data from the Mic/StereoMix devices on Windows and want to be able to get the volume data for the R...

I'm currently up to a project that needs an asynchronous audio support, and I need both the player process and the generator process work at the same time. I've been...