How to normalize stereo audio?
显示 更早的评论
Hi, anyone know how to normalize audio if it has two channel (stereo). Thanks
3 个评论
Jan
2022-10-20
What do you call "normalize"? Maybe:
signal = signal ./ max(abs(Signal), [], 1);
Epri Pratiwi
2022-10-21
Jan
2022-10-21
Okay :-)
回答(1 个)
Jan
2022-10-21
signal = signal ./ max(abs(Signal), [], 1);
类别
在 帮助中心 和 File Exchange 中查找有关 Denoising and Compression 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!