Modify pitch and volume while a sound file is playing

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. rodio

    Rust audio playback library

    I have tried the https://crates.io/crates/rodio crate already but I did not find a way to change the parameters while the background thread is playing the song.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. cpal

    Cross-platform audio I/O library in pure Rust

    I had to do something similar to this a while back. I used cpal.

  4. rubato

    An asyncronous resampling library written in Rust (by HEnquist)

    If you want to change tempo and pitch together, that's resampling. You can use Rubato's asynchronous resamplers for that.

  5. creek

    Realtime disk streaming IO for audio (by MeadowlarkDAW)

    Rodio is high level and likely not really suited to what you're trying to do. Rodio is nice if you just want to play sound files and don't care about the details. If you want to manipulate audio in realtime, Creek is likely a better fit. You can take a look how I am combining Creek and Rubato for realtime tempo changes in the DJ application I am writing.

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

  • Yew + Tauri WASM Desktop App - Methods of Local Filesystem Access

    1 project | /r/rust | 4 Jul 2023
  • What is the simplest way to play an audio sample, across platforms, including web?

    1 project | /r/rust | 15 Oct 2022
  • Dungeoncrawler audio

    1 project | /r/rust_gamedev | 21 Jun 2022
  • Yew + Tauri WASM Desktop App - Methods of Local Filesystem Access

    1 project | /r/rust | 27 Jan 2022
  • Streaming Youtube Audio/Video with Rust

    4 projects | /r/rust | 11 Oct 2021

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