-
That may work, but I haven't tried it since its LGPL licence. I'm using the alto crate and now that I've checked its repository is archived https://github.com/jpernst/alto
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
I think you should look into kira. It provides a lot of amazing features, more here
-
To load the audio data from file you need a separate library, e.g. hound for .wav files.
-
For audio playback with seeking, you could have a look at the audio modules of the sdl2 crate.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
-
What's the current audio library of choice for Rust gamedev?
-
kira (game audio library) v0.6.0 - complete rewrite with streaming sound support and a leaner and more elegant API
-
kira (game audio library) v0.5.0 - playback position getter, mixer send tracks, new effects
-
kira (game audio library) v0.4.0 - wasm support, serde support, API improvements
-
kira (game audio library) v0.3.0 - per-sequence custom event types, audio streams, and random values