The normalizing tag has no wiki summary.
1
vote
0answers
200 views
ffmpeg - convert video to iDevice format, replace sound with normalized WAV file, while maintaining the original video quality?
I'm using this command line to extract the audio
$ffmpeg -i video.mkv -c:a pcm_s16le audio.wav
this is its output
ffmpeg version 1.0 Copyright (c) 2000-2012 the FFmpeg developers
built on Oct 1 ...
0
votes
3answers
91 views
Audio normalization tool based on a dynamic calculation of local maximum amplitude
Presumably most audio tools when regarding volume normalization, find the global maximum volume and normalizes the entire audio file based on that value, to avoid clipping.
It sounds very logical, ...
0
votes
1answer
128 views
Free batch converter/normalizer to/from CAF (Core Audio Format) file
Is there any free tool capable of doing the job?
5
votes
2answers
214 views
What exactly does it mean to normalize a track/how it is done?
When exporting a song I was working on in Ableton I decided to export it as an .aiff file for the first time, just for kicks I guess, when I noticed some options that I had never really paid attention ...
2
votes
1answer
79 views
Assessing volume and loudness for the sake of normalization without actually hearing the signal?
I'm primarily a guitar player and play through some fancy digital equipment to make me sound less awful. One of the nice things about this kind of gear is you can have many different patches, each one ...
2
votes
2answers
149 views
How is compression different from normalization?
Newbie question. I originally asked this here in the comments but I was advised to post this as a separate topic.
If I understand correctly, compression reduces the volume range of a sound so that it ...
4
votes
3answers
510 views
Amplify a person's voice in a phone record
I have a phone record with two persons speaking, let's call them A and B. A is very quiet on the record, B is "normal". Now I want to amplify the voice of person A so that it matches the loudness of ...
3
votes
3answers
343 views
Recognizing notes within sound?
I am trying to write a small application which would try and recognize notes within a recorded sound.
I don't know much about sound theory, and I am having a hard time figuring out how digitalized ...
1
vote
3answers
299 views