similar to: What's ReplayGain effect on a decompressed file (Flac to Wav)

Displaying 20 results from an estimated 500 matches similar to: "What's ReplayGain effect on a decompressed file (Flac to Wav)"

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
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
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
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,
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
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
2005 May 03
0
winamp plugin can't apply +'ve replaygain
I've recently encoded some older CDs to flac that ended up with a positive album ReplayGain value. (+2.0dB) Problem is they sound noticeably quieter then other albums when played through winamp. (Album mode and ReplayGain are on) When played through foobar2000 they are louder as I would expect. I did a few tests. When the Preamp is down to -24 all playback is very quiet. When I put it up
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
2015 Aug 18
0
ReplayGain Calculation
Could you add ReplayGain calculation to opusenc?
2009 Mar 10
1
FLAC: album replaygain value does not match any track value
Hello ! I ran FLAC over 3 wav tracks from the same CD generating replaygain info. Actually, albums gain and peak values do not match any track values (see run below). The TRACK_PEAK values are identical for the 3 tracks and, which is weird, we have one track with a TRACK_GAIN greater than the ALBUM_GAIN whereas another track has a lower value. I had expected the album values to be the maximum
2009 Apr 20
1
track vs album replaygain: strange values
Hello, I have experienced some quite strange with the "replaygain" option after i had invoked FLAC over a set of files: 1. the TRACK_PEAK value is the same from the 3 tracks and equal to the ALBUM_PEAK 2. the TRACK_GAIN values happen to be either above or below (and never equal to) the ALBUM_GAIN value. I can reproduce this ad lib (see example below), so this is a bug. Or did i miss
2009 May 18
1
ReplayGain in Flac
Hi there, I'm interested in implementing Replay Gain in C++ and believe that this feature is available in the Flac library. http://en.wikipedia.org/wiki/Replay_Gain Would someone be kind enough as to direct me to the source files where this implementation exists. Thanks for your help, Barry -------------- next part -------------- An HTML attachment was scrubbed... URL:
2002 Jan 15
1
ReplayGain support for Vorbis"
>No big deal. I thought someone might be interested in a bug report. I >guess not. Your report is very much appreciated. Thanks! I hope the fixed version works for you. Hint to other posters: It never hurts to check the facts before wildly speculating and preaching about shells and operating systems. Thank you. -- GCP <p>--- >8 ---- List archives:
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
2016 Aug 11
0
opusenc confused by Replaygain tags
Hi, I think I might have kind of, sort of found a bug in opusenc. But do correct me if I am worng. :) When converting an FLAC file that contains RG tags written by bs1770gain the resulting opus file has a way, way too high RG value. I am talking >90dB(!). Here is the metaflac output of the flac file: % metaflac --block-number=2 --list bs.1770/test.flac METADATA block #2 type: 4
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
2005 Nov 14
1
Help me find the string that fits my needs
I'm currently using CDex with the string: -8 -V -T artist="%a" -T album="%b" -T title="%t" -T date="%y" -T tracknumber="%tn" -T genre="%g" --replay-gain -o "%2" "%1" but I decided I don't need/want ReplayGain since I can't stand how low (quiet) it plays. Funny thing is I edited the RG part
2007 May 13
1
[LLVMdev] reading a module from a memory string (BitCode)
Le Sat, May 12, 2007 at 04:42:49PM -0700, Chris Lattner écrivait/wrote: > On Sat, 12 May 2007, Basile STARYNKEVITCH wrote: > > with the latest LLVM (almost 2.0 CVS) what is the right way to read a module > > from a byte array fetched from a database? > > The bitcode reader will read from any MemoryBuffer object. There are a > variety of static methods on MemoryBuffer to
2011 Aug 08
1
HELP! How do I know if WINE is installed or will work? HELP!
I just wanted Rosetta Stone. But after my computer recently bricked and I loaded ubuntu 11.04 onto it, I discovered wine, which would hopefully be my answer to make the pirated version of the $350+ program work. I have never seriously used linux before, so I have been stabbing blindly through the process of setup and whatnot based on the vague internet guides I have found. I have: Q4wine Wine
2005 Nov 28
1
Wine, Fedora Core 4 and Act!
Newbie here, but have been running wine for a while with various programs. Anyway, I am trying to get Act! 7 (Act! 2005) to run under wine. Has anyone had any success with this? I get messages that file and print sharing need to be enabled. Any help or pointing in the right direction is appreciated. Thanks. Brian R. -- No virus found in this outgoing message. Checked by AVG Free Edition.