How to normalize stereo audio?

Hi, anyone know how to normalize audio if it has two channel (stereo). Thanks

3 Commenti

What do you call "normalize"? Maybe:
signal = signal ./ max(abs(Signal), [], 1);
Yes!!
Jan
Jan il 21 Ott 2022
Okay :-)

Accedi per commentare.

Risposte (1)

Jan
Jan il 21 Ott 2022
signal = signal ./ max(abs(Signal), [], 1);

Categorie

Richiesto:

il 20 Ott 2022

Commentato:

Jan
il 21 Ott 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by