Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to Implement +6db on dsf:wav transcode?
17-08-2018, 20:11 (This post was last modified: 17-08-2018 20:11 by emilien.)
Post: #11
RE: How to Implement +6db on dsf:wav transcode?
Hi,
I have the same issue with DSF transcoded to WAV 24/176.
Is there a way to apply the convOut function only to DSF to apply a higher gain?
Thanks !
Find all posts by this user
Quote this message in a reply
17-08-2018, 20:53
Post: #12
RE: How to Implement +6db on dsf:wav transcode?
The convOut setting is global and applies to all files transcoded by the stream converter program (ffmpeg).

It is possible to make ffmpeg apply output gain based on ReplayGain information tagged in the file. Could you add this tagged information to your DSF files?
Find all posts by this user
Quote this message in a reply
17-08-2018, 22:40
Post: #13
RE: How to Implement +6db on dsf:wav transcode?
Thank you Simon, The problem is I don't know what field to fill in MP3 tag, and I can't see any "ReplayGain" tag...
Find all posts by this user
Quote this message in a reply
18-08-2018, 07:35
Post: #14
RE: How to Implement +6db on dsf:wav transcode?
(17-08-2018 22:40)emilien Wrote:  Thank you Simon, The problem is I don't know what field to fill in MP3 tag, and I can't see any "ReplayGain" tag...

It's not a standard tag - you'd need to change MP3Tag settings to show it. I think the tag is "replaygain_album_gain" (or "replaygain_track_gain"). There is also a replaygain_album_peak tag but you may not need that.

You may be able to do it using dBPoweramp Batch Converter's ID Tag Update, or ReplayGain, utility codecs. The first will be for adding an absolute value (eg. "+6 dB" (without the quotes), the second will calculate it based on some algorithm or other.

I also don't know if this works with DSF though. It might be worth asking:
https://forum.dbpoweramp.com/forumdispla...-Converter
Find all posts by this user
Quote this message in a reply
18-08-2018, 10:13
Post: #15
RE: How to Implement +6db on dsf:wav transcode?
Thank you , I will try it.
Find all posts by this user
Quote this message in a reply
18-08-2018, 16:55
Post: #16
RE: How to Implement +6db on dsf:wav transcode?
One the subject if I have these:

convOut=-af aresample=resampler=soxr:precision=28; -af volume=+6dB

flac:wav, dsf:wav24;176

Do i use sox only for the dsf convert and thus only increase these with 6dB?
Find all posts by this user
Quote this message in a reply
18-08-2018, 17:57
Post: #17
RE: How to Implement +6db on dsf:wav transcode?
Yes, that's correct. The flac:wav conversion is performed internally within MinimStreamer, so the convOut settings don't apply.
Find all posts by this user
Quote this message in a reply
18-08-2018, 18:11
Post: #18
RE: How to Implement +6db on dsf:wav transcode?
Thats great. Thanks for confirming!
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)