Crates.io | bevy_audio_stream |
lib.rs | bevy_audio_stream |
version | 0.1.0 |
source | src |
created_at | 2024-03-23 20:59:06.701709 |
updated_at | 2024-03-23 20:59:06.701709 |
description | Programmatically stream audio in Bevy |
homepage | |
repository | https://github.com/BD103/bevy_mic |
max_upload_size | |
id | 1183783 |
size | 14,812 |
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.
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. :)
bevy_audio_stream
is dual-licensed under either
at your option.
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.