bevy_audio_stream

Crates.iobevy_audio_stream
lib.rsbevy_audio_stream
version0.1.0
sourcesrc
created_at2024-03-23 20:59:06.701709
updated_at2024-03-23 20:59:06.701709
descriptionProgrammatically stream audio in Bevy
homepage
repositoryhttps://github.com/BD103/bevy_mic
max_upload_size
id1183783
size14,812
BD103 (BD103)

documentation

README

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.

Commit count: 21

cargo fmt