https://github.com/allyourcodebase/portaudio
PortAudio packaged for the Zig build system
https://github.com/allyourcodebase/portaudio
Last synced: about 1 year ago
JSON representation
PortAudio packaged for the Zig build system
- Host: GitHub
- URL: https://github.com/allyourcodebase/portaudio
- Owner: allyourcodebase
- License: mit
- Created: 2024-08-20T18:50:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-26T20:46:15.000Z (over 1 year ago)
- Last Synced: 2025-02-25T11:13:42.795Z (about 1 year ago)
- Language: Zig
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PortAudio
This is [PortAudio](https://www.portaudio.com) packaged for Zig.
## Build options
Use `-Dhost-api=` to choose a specific audio backend for your target OS. By default, the following are used:
- Core Audio (macOS)
- ALSA (Linux)
- WASAPI (Windows)
## Limitations
- The ASIO backend is not currently supported. See [this PortAudio tutorial](https://www.portaudio.com/docs/v19-doxydocs/compile_windows_asio_msvc.html) for information on why this is not straightforward.
- Test programs are not compiled.