tesselode / kira

Library for expressive game audio.
https://crates.io/crates/kira
Apache License 2.0
866 stars 45 forks source link

Add an API for selecting output audio devices #63

Closed zeozeozeo closed 1 year ago

zeozeozeo commented 1 year ago

The API currently doesn't have a feature to select an output device (it always uses the default one given by cpal).

Would it be possible to add an API that lets you query and choose output devices?

zeozeozeo commented 1 year ago

see my PR: https://github.com/tesselode/kira/pull/64