Resources | Subject Notes | Information Technology IT
Perform audio editing processes (normalizing, trimming, compression)
Audio normalization is the process of adjusting the audio level to a target loudness. This ensures that the audio is consistently loud enough without clipping (distorting due to exceeding the maximum level).
Normalization typically involves raising or lowering the overall volume of the audio.
There are two main types of normalization:
Formula (Peak Normalization):
$$ \text{Target Loudness} = \text{Original Loudness} + \text{Adjustment} $$The 'Adjustment' value is calculated to bring the peak of the audio to the target loudness.
Audio trimming involves removing unwanted sections from the beginning, end, or middle of an audio file.
This is a fundamental editing process used to remove silences, mistakes, or irrelevant parts of the audio.
Trimming can be done using tools that allow precise selection of the start and end points of the desired audio segment.
Tools used for trimming:
Audio compression is the process of reducing the file size of an audio file. This is achieved by removing redundant or less important data from the audio signal.
Compression can be lossy or lossless:
Bitrate is a key factor in audio compression. A higher bitrate generally results in better audio quality but a larger file size. A lower bitrate results in a smaller file size but potentially lower audio quality.
Table summarizing audio compression formats:
Format | Compression Type | File Size | Audio Quality | Common Uses |
---|---|---|---|---|
MP3 | Lossy | Small | Moderate | General music listening, streaming |
AAC | Lossy | Small to Moderate | Good | Apple devices, streaming |
FLAC | Lossless | Large | Excellent | Archiving, high-fidelity listening |
ALAC | Lossless | Large | Excellent | Apple devices, archiving |
When performing audio editing, it's important to consider the context of the audio and the intended use of the final product. Over-processing can negatively impact audio quality.