필터 지우기
필터 지우기

How to normalize stereo audio?

조회 수: 2 (최근 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
  댓글 수: 3
Epri Pratiwi
Epri Pratiwi 2022년 10월 21일
Yes!!
Jan
Jan 2022년 10월 21일
Okay :-)

댓글을 달려면 로그인하십시오.

답변 (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