How to normalize stereo audio?

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

3 commentaires

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

Connectez-vous pour commenter.

Réponses (1)

Jan
Jan le 21 Oct 2022

0 votes

signal = signal ./ max(abs(Signal), [], 1);

Catégories

En savoir plus sur Denoising and Compression dans Centre d'aide et File Exchange

Commenté :

Jan
le 21 Oct 2022

Community Treasure Hunt

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

Start Hunting!

Translated by