libsoundio icon indicating copy to clipboard operation
libsoundio copied to clipboard

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

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

There is a small typo in soundio/soundio.h. Should read `underlying` rather than `underyling`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

fix unsigned 16-bit BE format to string missing

There are [release tarballs for libsoundio 1.x](http://libsound.io/#releases) on your web site but not for 2.x. Please resume creating release tarballs. Please also create [GitHub releases](https://github.com/andrewrk/libsoundio/releases) corresponding to each released version...

Closes: https://github.com/andrewrk/libsoundio/issues/290 Refs: https://github.com/phracker/MacOSX-SDKs/blob/041600eda65c6a668f66cb7d56b7d1da3e8bcc93/MacOSX10.8.sdk/System/Library/Frameworks/CoreAudio.framework/Versions/A/Headers/AudioHardwareDeprecated.h#L52-L53 https://github.com/phracker/MacOSX-SDKs/blob/041600eda65c6a668f66cb7d56b7d1da3e8bcc93/MacOSX10.8.sdk/System/Library/Frameworks/CoreAudio.framework/Versions/A/Headers/AudioHardware.h#L536-L540 https://github.com/phracker/MacOSX-SDKs/blob/041600eda65c6a668f66cb7d56b7d1da3e8bcc93/MacOSX10.8.sdk/System/Library/Frameworks/CoreAudio.framework/Versions/A/Headers/AudioHardware.h#L561

The existing implementation uses functions which were introduced in macOS 10.8. So everything earlier can only use PulseAudio. Is it possible to support earlier systems in CoreAudio?

`NOTE_TRIGGER` is available only on 10.6+, and 10.5.x and early versions of 10.6 does not have it yet. Use `EV_TRIGGER` when available, but no `NOTE_TRIGGER`. Fix is borrowed from Apple...

The website doesn't have TLS. Why not? A lot of browsers have enabled HTTP-only now, hindering access to the website. Certbot is easy to set up, or you could use...

Pipewire will be the new top dog on the main Linux distributions in the near future, e.g. [Ubuntu 22.10](https://www.omgubuntu.co.uk/2022/05/ubuntu-22-10-makes-pipewire-default). Thus, it would be beneficial to provide backend support via libsoundio...

Another issue arising from -Werror ``` /quasi-msys2/tectogen/ext/libsoundio/src/os.c: In function 'run_win32_thread': /quasi-msys2/tectogen/ext/libsoundio/src/os.c:169:13: error: unused variable 'err' [-Werror=unused-variable] 169 | HRESULT err = CoInitializeEx(NULL, COINIT_APARTMENTTHREADED); | ^~~ /quasi-msys2/tectogen/ext/libsoundio/src/os.c: In function 'soundio_os_thread_destroy': /quasi-msys2/tectogen/ext/libsoundio/src/os.c:268:14:...