https://github.com/spatialaudio/portaudio-binaries
Pre-compiled shared libraries for PortAudio
https://github.com/spatialaudio/portaudio-binaries
Last synced: 11 months ago
JSON representation
Pre-compiled shared libraries for PortAudio
- Host: GitHub
- URL: https://github.com/spatialaudio/portaudio-binaries
- Owner: spatialaudio
- Created: 2015-05-14T18:46:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T19:26:28.000Z (over 1 year ago)
- Last Synced: 2025-01-07T22:43:10.503Z (about 1 year ago)
- Size: 1.86 MB
- Stars: 102
- Watchers: 9
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PortAudio binaries
==================
This repository provides pre-compiled dynamic libraries for
[PortAudio](http://www.portaudio.com/).
DLLs for Windows (32-bit and 64-bit)
------------------------------------
There are two sets of DLL files,
one including the default host APIs,
namely MME, DirectSound, WDM/KS and WASAPI,
and another one (`*-asio.dll`) where ASIO is enabled as well.
For more information about the ASIO SDK see
http://www.steinberg.net/en/company/developers.html.
dylib for macOS (64-bit, "universal")
----------------------------------------
The file `libportaudio.dylib` is compatible both
with Intel (`x86_64`) and with Apple Silicon (`arm64`) CPUs.
Details
-------
All files were auto-created with Github Actions.
For all the details, see [the config file](.github/workflows/build-libs.yml).
Copyright
---------
* PortAudio by Ross Bencina and Phil Burk, MIT License.
* Steinberg Audio Stream I/O API by Steinberg Media Technologies GmbH.