The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.34 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Solved: Replay gain
#1
Like many I have a mixed Library of sources, years,  and differing file types.
Recorded levels are thus quite variable and, having tired of manually adjusting, I spent some time adding replay gain tags.

Used rsgain as it handles a very wide range of formats including .wav.
Only to find that MPD has a limited range of file support and .wav is not one. No bother, will just convert the few .wav to flac.

However, I am unsure as to how MPD handles the volume adjustment...perhaps someone can illuminate ?

From the MPD documentation


Quote:ReplayGain is usually implemented with a software volume filter (which prevents Bit-perfect playback).
To use a hardware mixer, set replay_gain_handler to mixer in the audio_output section (see Configuring audio outputs for details)
Quote:To configure an audio output manually, add one or more audio_output blocks to mpd.conf:

audio_output {
    type "alsa"
    name "my ALSA device"
    device "hw:0"
}

ProtoDac has no mixer and I have volume Disabled so 0db output.

mpd.conf contains

Code:
replaygain "auto"
replaygain_preamp "0"
volume_normalization "no"
and audio output section there

Code:
audio_output {
type "alsa"
name "ALSA Default"
device "_audioout"
mixer_type "none"
dop "no"
stop_dsd_silence "no"
thesycon_dsd_workaround "no"
}

Listening confirms replay gain is operating but what is MPD using to make the adjustment ? Software Volume ? if so where is that configured ?
----------
bob
Reply


Messages In This Thread
Replay gain - by DRONE7 - 04-02-2024, 12:29 AM
RE: Replay gain - by Tim Curtis - 04-02-2024, 10:36 AM
RE: Replay gain - by DRONE7 - 04-02-2024, 07:13 PM
RE: Replay gain - by Tim Curtis - 04-02-2024, 08:21 PM
RE: Replay gain - by DRONE7 - 04-02-2024, 08:59 PM
RE: Replay gain - by Tim Curtis - 04-02-2024, 10:32 PM
RE: Replay gain - by DRONE7 - 04-03-2024, 06:00 AM
RE: Replay gain - by Tim Curtis - 04-03-2024, 11:44 AM
RE: Replay gain - by TheOldPresbyope - 04-03-2024, 02:11 PM
RE: Replay gain - by Tim Curtis - 04-03-2024, 07:47 PM
RE: Replay gain - by DRONE7 - 04-04-2024, 12:01 AM
RE: Replay gain - by TheOldPresbyope - 04-04-2024, 12:43 AM
RE: Replay gain - by DRONE7 - 04-05-2024, 07:17 AM
RE: Replay gain - by Tim Curtis - 04-05-2024, 10:52 AM

Forum Jump: