hound
A wav encoding and decoding library in Rust (by ruuda)
rust-fmod
A rust binding for the FMOD library (by GuillaumeGomez)
hound | rust-fmod | |
---|---|---|
5 | - | |
514 | 63 | |
1.8% | - | |
3.2 | 0.0 | |
7 months ago | over 2 years ago | |
Rust | Rust | |
Apache License 2.0 | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
hound
Posts with mentions or reviews of hound.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-27.
-
Hey Rustaceans! Got a question? Ask here (9/2023)!
One of the simplest encodings would be WAV, for which the crate hound exists (it's linked from rodio's README): https://github.com/ruuda/hound/blob/master/examples/append.rs
- BWF WAV Reading/Processing/Writing
-
Create audio "file" from opus packets
I'm no expert when it comes to audio, but this works and is basically copied from the readme.md in hound's repository, along an utility trait that adds ringbuffer-like behavior to VecDeque. How does decoding Opus come into play here?
-
What audio library to use?
To load the audio data from file you need a separate library, e.g. hound for .wav files.
rust-fmod
Posts with mentions or reviews of rust-fmod.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning rust-fmod yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing hound and rust-fmod you can also consider the following projects:
rodio - Rust audio playback library
rust-portaudio - PortAudio bindings and wrappers for Rust.
minimp3-rs - minimp3 rust bindings + wrapper
openal-rs