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!