What audio library to use?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

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.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. openal-rs

    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

  2. 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.

    CodeRabbit logo
  3. kira

    Library for expressive game audio.

    I think you should look into kira. It provides a lot of amazing features, more here

  4. hound

    A wav encoding and decoding library in Rust (by ruuda)

    To load the audio data from file you need a separate library, e.g. hound for .wav files.

  5. rust-sdl2

    SDL2 bindings for Rust

    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.

Suggest a related project

Related posts

  • What's the current audio library of choice for Rust gamedev?

    2 projects | /r/rust_gamedev | 15 Oct 2022
  • kira (game audio library) v0.6.0 - complete rewrite with streaming sound support and a leaner and more elegant API

    1 project | /r/rust | 7 Mar 2022
  • kira (game audio library) v0.5.0 - playback position getter, mixer send tracks, new effects

    2 projects | /r/rust | 8 Mar 2021
  • kira (game audio library) v0.4.0 - wasm support, serde support, API improvements

    2 projects | /r/rust | 23 Jan 2021
  • kira (game audio library) v0.3.0 - per-sequence custom event types, audio streams, and random values

    1 project | /r/rust | 25 Dec 2020

Did you know that Rust is
the 5th most popular programming language
based on number of references?