libsoundio icon indicating copy to clipboard operation
libsoundio copied to clipboard

C library for cross-platform real-time audio input and output

Results 104 libsoundio issues
Sort by recently updated
recently updated
newest added

Hello. Like # 164, added support for volume control with PulseAudio. Also, when using SetVolume on other backends that do not implement volume control, the crash has been fixed. Tested...

We should use the `SOUNDIO_STATIC_LIBRARY` flag when compiling the static library to prevent any unnecessary exported symbols.

### Issue When compiling a project of mine using CMake and libsoundio, I get the following warning: ``` CMake Warning (dev) at src/voice-recog/libsoundio/CMakeLists.txt:2 (project): Policy CMP0048 is not set: project()...

Hi, Does this patch look reasonable? https://github.com/lwahonen/libsoundio/commit/9ec2ee75037f8670d0ac6a6c15c432ac56204494 Cheers, Will

I'm running the `sio_sine` test and I've noticed that sometimes happen that when I select to pause the audio (pressing `p`) the audio is not paused even if the call...

bug

In the 32bit Windows7 system, when recording or pause, insert a new device that needs to be installed and driven, soundio exception 32位 Win7(也许64位也会有),录音中或者是暂停录音,也就是设备没有释放的时候,插入需要安装驱动的音频设备,soundio崩溃。 fix code: rd.prop_variant_value_inited = true; if...

I'm building an application that uses audio interactively, meaning that I need to get audio from the device with relatively low latency (

I want to run soundio on an embedded board, but sio_list_device can't probe and open hw:0,0 card, because the actual card 0 is used by alsa plugin. How to access...

This causes write_callback to be called in two different thread contexts (one is the PulseAudio thread, one is the thread that called soundin_outstream_start()). Sometimes this forces the use of recursive...

This should fix https://github.com/andrewrk/libsoundio/issues/173