tesselode / kira

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

Feautre request: Audio input #93

Open tychedelia opened 1 month ago

tychedelia commented 1 month ago

I'd like to be able to manage input devices and streams.

tesselode commented 1 month ago

@tychedelia Kira currently doesn't have any functionality related to audio input. Is there something you'd like to see it do in that regard?

If you mean you want to query for input devices and get raw audio from them, that's firmly in the realm of what cpal does - Kira is higher-level than that.