How to normalize stereo audio?

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

3 Comments

What do you call "normalize"? Maybe:
signal = signal ./ max(abs(Signal), [], 1);
Okay :-)

Sign in to comment.

Answers (1)

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

Categories

Asked:

on 20 Oct 2022

Commented:

Jan
on 21 Oct 2022

Community Treasure Hunt

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

Start Hunting!