Clear Filters
Clear Filters

How to normalize stereo audio?

8 views (last 30 days)
Epri Pratiwi
Epri Pratiwi on 20 Oct 2022
Commented: Jan on 21 Oct 2022
Hi, anyone know how to normalize audio if it has two channel (stereo). Thanks
  3 Comments

Sign in to comment.

Answers (1)

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

Categories

Find more on Simulation, Tuning, and Visualization 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!