#sound #music #generation #bevy #events #volume

lyrebird

a crate for sound and music generation in bevy

2 releases

0.1.8 Sep 3, 2024
0.1.7 Aug 26, 2024

#290 in Audio

Download history 168/week @ 2024-08-26 138/week @ 2024-09-02

306 downloads per month

MIT/Apache

490KB
1.5K SLoC

Lyrebird: Music & Sound Effects for Bevy

Overview

Welcome to Lyrebird, an experimental crate designed to generate music and sound effects for the Bevy game engine, using fundsp and kira_audio. Currently in its alpha stage, the crate is not yet production-ready and may undergo significant changes.

Features

  • Procedural Music Generation: Create dynamic, adaptive music using procedural algorithms.
  • Sound Effects Creation: Generate a variety of sound effects for different in-game actions and events.
  • Audio Modulation: Control pitch, volume, and other audio properties programmatically.

Installation

To include Lyrebird in your Bevy project, add the following to your Cargo.toml:

[dependencies]
parakeet = "0.1.7"

Note that, as this crate is in alpha, future versions may introduce breaking changes.

License

Lyrebird is licensed under the MIT License. See the LICENSE file for more details.

Disclaimer

As Lyrebird is in its alpha stage, it is not recommended for production use. The API and features are subject to change, and stability issues may occur.

Dependencies

~56–93MB
~1.5M SLoC