How to normalize stereo audio?
Mostra commenti meno recenti
Hi, anyone know how to normalize audio if it has two channel (stereo). Thanks
3 Commenti
Jan
il 20 Ott 2022
What do you call "normalize"? Maybe:
signal = signal ./ max(abs(Signal), [], 1);
Epri Pratiwi
il 21 Ott 2022
Jan
il 21 Ott 2022
Okay :-)
Risposte (1)
Jan
il 21 Ott 2022
signal = signal ./ max(abs(Signal), [], 1);
Categorie
Scopri di più su Denoising and Compression in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!