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

unresolved external symbols: __imp___iob_func, __mingw_vfprintf, __mingw_vsnprintf it also emits a warning, which I do not really understand: MSVCRT.lib(std_type_info_static.obj) : warning LNK4078: multiple '.drectve' sections found with different attributes (00100A00) using...

bug

@hotgloupi [says](https://github.com/andrewrk/libsoundio/pull/48#issuecomment-159247603) > > What is the use case for compiling libsoundio with visual c++? > > Well, there can be many use cases for the users: > - Seamlessly...

enhancement

Most of the _count fields should have the type size_t instead of int, because it's the official type for array sizes. While they could be interpreted as just the number...

enhancement

Hi, I would like to know if soundio could be compatible with android. Android mention here https://source.android.com/devices/audio, you can use Advanced Linux Sound Architecture (ALSA) with external/tinyalsa. Did someone try...

I'm using libsoundio to play notification sounds. These notification sounds are played once every 10 minutes, so I keep the stream paused in between notifications. When a notification sound needs...

Is there any reason you don't provide a `soundio.pc` file? I can provide one via a PR if there's no reason. If there is, I'll provide the file via my...

I could only ever find window compilation instructions for mingw. Is there any support for Visual Studio 2017 (or even 2015)? What would be the most straight forward way to...

It is not clear to me what order requirements the libsoundio API has in regards to deinitialization (*_destroy). Main question: Does calling soundio_destroy guaranteed that all devices and streams created...

I dare to ask if there is a plan to distribute an amalgamated variant of soundio? So far my preference for dealing with audio has been RtAudio.cpp/RtMidi.cpp. They are easy...

The volume for WASAPI devices are currently retrieved only when the device is opened. If someone decides to change the application volume via OS volume mixer, the volume value does...