Hi group,
Is there any tool to set all music/audio files to a certain amplitude? While hearing music files, the amplitude changes from one file to another due to which the volume has to be manually adjusted. I tried normalize-audio but maybe don't know whether it will do the job or how to use it properly. Would appreciate any help if a tool can be applied on a set of files in batch mode.
Thanks Kussh
On Sat, Aug 15, 2009 at 1:42 PM, Kussh Singh kussh.singh@gmail.com wrote:
Hi group,
Is there any tool to set all music/audio files to a certain amplitude? While hearing music files, the amplitude changes from one file to another due to which the volume has to be manually adjusted. I tried normalize-audio but maybe don't know whether it will do the job or how to use it properly. Would appreciate any help if a tool can be applied on a set of files in batch mode.
Try Audacity.
Thanks Kussh
With regards,
On Sat, Aug 15, 2009 at 1:42 PM, Kussh Singh kussh.singh@gmail.com wrote:
Hi group,
Is there any tool to set all music/audio files to a certain amplitude? While hearing music files, the amplitude changes from one file to another due to which the volume has to be manually adjusted. I tried normalize-audio but maybe don't know whether it will do the job or how to use it properly. Would appreciate any help if a tool can be applied on a set of files in batch mode.
MP3Gain EasyMp3Gain is the GUI.
Thanks Kussh -- http://mm.glug-bom.org/mailman/listinfo/linuxers
On Sat, Aug 15, 2009 at 9:34 PM, Aseem Rane aseemrane@gmail.com wrote:
On Sat, Aug 15, 2009 at 1:42 PM, Kussh Singh kussh.singh@gmail.com wrote:
Hi group,
Is there any tool to set all music/audio files to a certain amplitude? While hearing music files, the amplitude changes from one file to another due
to
which the volume has to be manually adjusted. I tried normalize-audio but maybe don't know whether it will do the job or how to use it properly. Would appreciate any help if a tool can be applied on a set of files in batch mode.
MP3Gain EasyMp3Gain is the GUI.
Tried using easymp3gain after installing the beta version available at sourceforge.net but it crashed midway while analysing the files in the folder. Tried using mp3gain from the commandline with the option -r. Don't know what the command did since i can't see any change.
With audacity I tried normalising one file at a time but for a layman like me, it appears nothing happenned.
Kussh
On Sat, Aug 15, 2009 at 11:12 PM, Kussh Singh kussh.singh@gmail.com wrote:
Tried using easymp3gain after installing the beta version available at sourceforge.net but it crashed midway while analysing the files in the folder. Tried using mp3gain from the commandline with the option -r. Don't know what the command did since i can't see any change.
I am using easymp3gain 0.4.0 beta from ubuntu repositories. It has never crashed on me. I have not used mp3gain from the command line.
you can try to set the output db level to a very low/high to check if the commands are really working.
On Sun, Aug 16, 2009 at 7:42 AM, Aseem Rane aseemrane@gmail.com wrote:
On Sat, Aug 15, 2009 at 11:12 PM, Kussh Singh kussh.singh@gmail.com wrote:
Tried using easymp3gain after installing the beta version available at sourceforge.net but it crashed midway while analysing the files in the folder. Tried using mp3gain from the commandline with the option -r.
Don't
know what the command did since i can't see any change.
I am using easymp3gain 0.4.0 beta from ubuntu repositories. It has never crashed on me. I have not used mp3gain from the command line.
you can try to set the output db level to a very low/high to check if the commands are really working.
-- Aseem
Easymp3gain was not found under synaptic though mp3gain and aacgain are listed there. I am using ubuntu 9.04 and had to get easymp3gain 0.4.2 beta.deb from sourceforge. Will try to find documentation on the software and see what i can understand.
Thanks for the help
Kussh
On Saturday 15 August 2009, Kussh Singh wrote:
On Sat, Aug 15, 2009 at 9:34 PM, Aseem Rane aseemrane@gmail.com wrote:
On Sat, Aug 15, 2009 at 1:42 PM, Kussh Singh kussh.singh@gmail.com
wrote:
Hi group,
Is there any tool to set all music/audio files to a certain amplitude? While hearing music files, the amplitude changes from one file to another due
to
which the volume has to be manually adjusted. I tried normalize-audio but maybe don't know whether it will do the job or how to use it properly. Would appreciate any help if a tool can be applied on a set of files in batch mode.
sox. Learn the syntax and you can mangle audio in every conceivable way. http://sox.cvs.sourceforge.net/viewvc/*checkout*/sox/sox/scripts/voice-clean...
On Sun, Aug 16, 2009 at 10:37 AM, jtd jtd@mtnl.net.in wrote:
sox. Learn the syntax and you can mangle audio in every conceivable way.
http://sox.cvs.sourceforge.net/viewvc/*checkout*/sox/sox/scripts/voice-clean...
-- Rgds JTD
Will try to learn sox.
Thanks Kussh