tesselode / kira

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

Add an API for selecting output audio devices #63

Closed zeozeozeo closed 8 months ago

zeozeozeo commented 8 months 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 8 months ago

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