RustAudio / coreaudio-rs

A friendly rust interface to Apple's Core Audio API.
Apache License 2.0
203 stars 38 forks source link

Add support for scope related queries #96

Closed aLagoG closed 9 months ago

aLagoG commented 1 year ago

Added get_audio_device_ids_for_scope which returns devices that are listed under a specific scope instead of just global and get_audio_device_supports_scope which checks if a specific devices has any channels for a scope.

This is basically a cleanup of https://github.com/RustAudio/coreaudio-rs/pull/94

zertosh commented 8 months ago

Thanks @simlay! Can I bug you for a release with this please?

simlay commented 8 months ago

Thanks @simlay! Can I bug you for a release with this please?

https://github.com/RustAudio/coreaudio-rs/pull/105 just waiting for CI to pass.