replaygain

Crates.ioreplaygain
lib.rsreplaygain
version1.0.1
sourcesrc
created_at2017-01-30 01:44:37.941252
updated_at2023-02-20 19:50:02.774326
descriptionAnalyze audio data to get the ReplayGain tags (gain, peak).
homepage
repositoryhttps://github.com/main--/replaygain-rs
max_upload_size
id8304
size65,115
core (github:rust-lang:core)

documentation

https://docs.rs/replaygain

README

replaygain-rs

Analyze audio data to get the ReplayGain tags (gain, peak).

This is little more than a wrapper around the replaygain analysis functionality provided by ffmpeg's af_replaygain. Unlike af_replaygain however, this gives you the actual values instead of just printing them to the console and then throwing them away. So close, yet so far.

Documentation Crates.io

Commit count: 9

cargo fmt