How to normalize stereo audio?

9 次查看(过去 30 天)
Epri Pratiwi
Epri Pratiwi 2022-10-20
评论: Jan 2022-10-21
Hi, anyone know how to normalize audio if it has two channel (stereo). Thanks

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Audio I/O and Waveform Generation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by