Basic cross platform crate for interacting with Audio Devices and handling System Audio
Important
cpvc requires PulseAudio server to work on Linux.
This is due to the crates used to interact with system APIs.
For more information scroll below.
Important
If you want cpvc to print possible non critical errors,
enable the debug feature when adding the crate.
-
macOS:
- Sequoia 15.5
-
Windows:
- Windows 11 24H2
-
Linux:
- EndeavourOS Mercury
cpvc uses these crates for each platform.
- macOS:
objc2_core-audioobjc2-core-audio-typescore-foundation
- windows:
windows
- Linux:
libpulse-bindinglibpulse-sys
Unfortunately, at the moment, there are not any viable crates that are as comprehensive as libpulse-binding that I have found to support all the features cpvc requires.
If you want to contribute code for another audio API, feel free to submit a pull request!