#audio-stream #bevy #programmatically #game-engine #likely

bevy_audio_stream

Programmatically stream audio in Bevy

1 unstable release

0.1.0 Mar 23, 2024

#588 in Game dev

Download history 83/week @ 2024-03-21 33/week @ 2024-03-28 11/week @ 2024-04-04

127 downloads per month

MIT/Apache

15KB
241 lines

bevy_audio_stream

This crate provides an alternative to the Bevy game engine's AudioSource type that enables asynchronously streaming audio programmatically. It is designed specifically for use in voice chat systems, but it can be applied elsewhere too.

Warning ⚠️

bevy_audio_stream is currently unstable and likely to contain breaking changes across minor releases until it stabilizes in version 1.0.0. Additionally, it was written by someone relatively inexperienced with audio. As such, it may not support your use-case or may contain bugs. If so, please raise an issue on Github and consider contributing! All help is appreciated. :)

License

bevy_audio_stream is dual-licensed under either

at your option.

Contributing

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~19–58MB
~1M SLoC