Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.
/ bevy_audio_stream Public archive

Microphone interface for the Bevy game engine

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

BD103/bevy_audio_stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bevy_audio_stream

crates.io docs.rs

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. :)

Bevy Compatibility

Bevy bevy_audio_stream
0.13 0.1

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.

About

Microphone interface for the Bevy game engine

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Languages