wavy

Crates.iowavy
lib.rswavy
version0.9.1
sourcesrc
created_at2019-03-22 03:39:21.796795
updated_at2021-02-06 06:37:27.911948
descriptionAsynchronous cross-platform real-time audio recording & playback.
homepagehttps://github.com/libcala/wavy/blob/main/CHANGELOG.md
repositoryhttps://github.com/libcala/wavy
max_upload_size
id123045
size113,230
Jeron Aldaron Lau (AldaronLau)

documentation

https://docs.rs/wavy

README

Wavy

Changelog | Source | Getting Started

tests docs crates.io

The sound waves are so wavy!

About

Library for asynchronous cross-platform real-time audio recording & playback. This library is great for if you need low-latency sound effects in video games, if you're making a multi-media player, Digital Audio Workstation, or building a synthesizer; anything that needs access to speakers or microphones.

Check out the documentation for examples.

Supported Platforms

Wavy targets all platforms that can run Rust.

  • Linux/Android Untested (Using ALSA C Library)
  • Web (Using JavaScript's Web Audio API)
  • MacOS/iOS WIP (Using AudioQueue C Library)
  • Windows Planned Next, after MacOS

License

Licensed under any of

at your option.

Contribution

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 licensed as described above, without any additional terms or conditions.

Help

If you want help using or contributing to this library, feel free to send me an email at aldaronlau@gmail.com.

Commit count: 198

cargo fmt