How to normalize stereo audio?
Show older comments
Hi, anyone know how to normalize audio if it has two channel (stereo). Thanks
3 Comments
Jan
on 20 Oct 2022
What do you call "normalize"? Maybe:
signal = signal ./ max(abs(Signal), [], 1);
Epri Pratiwi
on 21 Oct 2022
Jan
on 21 Oct 2022
Okay :-)
Answers (1)
Jan
on 21 Oct 2022
signal = signal ./ max(abs(Signal), [], 1);
Categories
Find more on Denoising and Compression in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!