1 unstable release
0.1.0 | Mar 23, 2024 |
---|
#1044 in Audio
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
- MIT License (http://opensource.org/licenses/MIT)
- Apache 2.0 License (http://www.apache.org/licenses/LICENSE-2.0)
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
~22–60MB
~1M SLoC