Crates.io | replaygain |
lib.rs | replaygain |
version | 1.0.1 |
source | src |
created_at | 2017-01-30 01:44:37.941252 |
updated_at | 2023-02-20 19:50:02.774326 |
description | Analyze audio data to get the ReplayGain tags (gain, peak). |
homepage | |
repository | https://github.com/main--/replaygain-rs |
max_upload_size | |
id | 8304 |
size | 65,115 |
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.