roc-streaming / roc-toolkit

Real-time audio streaming over the network.
https://roc-streaming.org
Mozilla Public License 2.0
1.06k stars 213 forks source link

CoreAudio sink and source #311

Open gavv opened 4 years ago

gavv commented 4 years ago

This task is identical to #231, but for adding CoreAudio native backend for macOS.

Three classes should be added to target_coreaudio:

The implementation should use AudioUnit.framework from CoreAudio, a low-level audio API allowing to achieve the lowest possible latency.

ghost commented 3 years ago

Hi Victor, can I pick this up?

gavv commented 3 years ago

@nythoang Sure, you're welcome.