Displaying 20 results from an estimated 3000 matches similar to: "winamp plugin can't apply +'ve replaygain"
2014 Jun 18
0
R128gain & metaflac
Ian Nartowicz wrote:
> I use it :) To optionally allow adjustment of tracks containing different
> types of gain tag to a similar overall loudness. Admittedly this isn't
> common. Files using the original replaygain algorithm with a reference
> loudness of 83dB are now very rare, but R128 tags are starting to show up
> (eg. in Opus) and these play at a significantly
2014 Jun 18
2
R128gain & metaflac
>The use of R128 also raises the question about "REPLAYGAIN_REFERENCE_LOUDNESS"
>tag. Currently flac/metaflac writes "REPLAYGAIN_REFERENCE_LOUDNESS=89.0 dB"
>but doesn't use it when decoding (it seems that nothing uses this tag).
>R128 defines reference level differently, so this tag makes little sense for
>it. IMHO it's better not to write this tag when
2003 Oct 09
1
Replaygain backend and ogg123 patch
My replaygain player side backend code is up at savannah:
https://savannah.nongnu.org/projects/vgplay/
Pull it from CVS for the time being, as the file area isn't up and working
just yet.
It applies album and track gain values as scale factors to float pcm and
includes an arbitary value preamp, a couple of limiting strategies. There's
also helper function to pull the replaygain
2004 Sep 10
1
plugin optimizations
Here is all-in-one patch, if this is a problem, i will try to make
separated patches.
Changes:
plugin_common/
* FLAC__plugin_common__pack_pcm_signed_little_endian
* accept FLAC__int32 *input[]
* supports more channels
* fixed clipping bug
(BTW, random number generator in dither.c is low quality, it
should be replaced, generator in replaygain is much better)
*
2013 Apr 11
0
[PATCH 1/2] Use C locale when reading ReplayGain tag
When a locale is in effect that does not use the point as the decimal
mark (e.g., sv_SE or de_DE, which use a comma) and a ReplayGain tag is
read for --apply-replaygain-which-is-not-lossless, the gain value was
misinterpreted (e.g., "-2.29" truncated to "-2"). This is fixed by
resetting the locale to "C" temporarily, based on Josh Coalson's fix
of the dual case
2002 Jan 11
1
Vorbis & ReplayGain
Hi all,
I have implemented ReplayGain support for Vorbis.
If you are not familiar with it, it is basically
a method of making sure all your files have equal loudness,
remove the need for normalization and prevent clipping
during playback. The process is totally lossless,
and supporting it requires minimal work.
More info about the exact workings can
be found on www.replaygain.org (recommended
2002 Jun 23
5
(Un)Usefulness of Vorbisgain?
I've just Replaygained several of my Vorbis albums with Vorbisgain, ranging
from 80's metal to present day soft rock. What I don't understand is why does
Vorbisgain actually make all tracks QUIETER? I see an average of -7db on
most albums. And after that, not only are they substantially quieter than my
MP3s (which is a pain), but it also fails to really "even out" the volume.
2005 Jun 21
0
Playback + Replay Gain questions
--- CE <ce7@sbcglobal.net> wrote:
> I'm hoping to set up a headless system to playback my audio once I
> get back home after an extended leave. Ideally I'd just ssh in and
> use a curses based player to play back FLACs and mp3s. This leads me
> to a few quesitons:
> 1. What is the minimun processor speed needed to decode and play
> flac files? I have an old
2008 Apr 15
0
Replay-gain
On Sun, Apr 13, 2008 at 02:10:51AM -0500, Charles Velasquez wrote:
> If that is the case, why is there a warning in the foobar2000
> converter dialogue box stating that "applying ReplayGain adjustment
> during conversion will irreversibly alter data in encoded file,
> unlike ReplayGain scan after encode"?
ReplayGain, as the name implies, works by calculating a scaling-factor
2008 Apr 13
4
Replay-gain
Hello everyone, I'm new to this flac thing (started about a week ago) but I have read a lot about flac and replaygain. As far as I understand it, replaygain is lossless in the sense that I can tell my player to ignore the settings or I can even use foobar2000 to remove the tags entirely, hence getting back to the original audio.
If that is the case, why is there a warning in the foobar2000
2009 Dec 30
0
flac --replay-gain
Dat Head <dathead2 at gmail.com> wrote:
> can somebody explain replaygain a bit - is it kinda like normalization
> but w/o modifying
> the files (just giving software a number to use to obtain the level
> boost needed?)
Try http://www.replaygain.org/ although the
pages haven't been updated since 2001. (In
the past I have e-mailed updates to the
maintainer, but got no
2003 Nov 29
0
New xmms vorbis plugin
I've written an updated xmms vorbis plugin, which is currently available from
the vgplay cvs as a file tree and patch:
http://savannah.nongnu.org/cvs/?group=vgplay
(Once some file area problems are sorted, I'll put the patch there for easier
access).
It's a patch or Input/vorbis tree for xmms 1.2.8 and includes the following
features:
- Replaygain is now implemented using
2002 Jan 17
2
ANN: ReplayGain Winamp2 plugin for MP3, FLAC, MOD, etc.
This new ReplayGain feature is cool, but made all my .mp3 and .mod files
sound so loud, so I wrote a Winamp DSP plugin that:
- If a file is playing that is not known, a ReplayGain value will be
calculated while playing.
- If a file is known, the ReplayGain value is applied.
What that means is that my .mp3 files now sound as loud as my .oggs.
I hacked this thing together very quick, so
2005 Oct 11
1
ogg123 + replaygain?
Hey
When playing an http ogg stream served by icecast, ogg123 (vorbis-tools-1.0.1) seems to
detect replaygain metadata because it displays it in a nice way, but does ogg123 actually
alter the playback volume according to the replaygain variables? I can notice no effect.
I did some googling on this but didn't find much help. I discovered a vgplay patch for
vorbis-tools 1.0.1 but after
2006 Jul 23
1
[PATCH] Fix a compile bug with gcc 2.95 in src/plugin_common/replaygain.c
Declaring variables in the middle of a block isn't supported by
older (pre-C99?) compilers, and gcc 2.95 is one of them.
--- a/src/plugin_common/replaygain.c
+++ b/src/plugin_common/replaygain.c
@@ -28,10 +28,11 @@ void FLAC_plugin__replaygain_get_from_fi
double *track_peak, FLAC__bool *track_peak_set,
2004 Aug 06
1
Log delay, recoverable error -1, replaygain
Hi!
I have a few questions about the log files icecast produces, plus I have a
little issue with replaygain but lets start with the icecast log stuff:
If a client (listener) connects to icecast at, say, 12:00, the connection
time is stored in the access log about 15-30 minutes later (or on
disconnection). Is it possible to get icecast to log client connections
immediately with the correct
2002 Jan 14
9
ReplayGain support for Vorbis
Hello all,
I'm glad to announce to you that Vorbis now has full
ReplayGain support. If you're not familiar with ReplayGain,
take a look at www.replaygain.org. The main features are:
a) all songs play back with equal loudness
b) removes the need for normalization
c) allows for clipping prevention
Using it is very simple. Get a compatible decoder (ogg123,
XMMS and WinAmp all support it
2006 May 31
3
Zap channels ringing too loudly
Hi All
I've got an asterisk system, using a couple of Xorcom Astribanks to
provide FXS ports. (I'm using the zaptel 1.2 branch, if that matters)
I've noticed that the ringing volume is a lot louder than on our old phone
system, and people are starting to complain it's too loud. (This is the
noise the phone makes when it rings, not the noise in your handset when
you ring
2014 Jun 16
0
R128gain & metaflac
As far as I know, R128 as ReplayGain isn't really considered
final yet (see
http://wiki.hydrogenaud.io/index.php?title=ReplayGain_2.0_specification
for example), so it would probably be a bit early to update this
in the FLAC source.
op 16-06-14 10:15, Olav Sunde schreef:
> I mention metaflac because there are a few shell scripts that
> use it to write RG tags in a flac music
2015 Jan 25
1
[PATCH] Updating the ReplayGain documentation
In this topic on Hydrogen Audio(http://www.hydrogenaud.io/forums/index.php?showtopic=105586) someone asked a question about the sample rates that FLAC supports for ReplayGain.
The outcome was that the current documentation of MetaFLAC is outdated since Commit http://git.xiph.org/?p=flac.git;a=commit;h=0554a4aee6966bc5b251364753ef85de72dfab19 because as of 1.3.0 FLAC supports Replaygain with many