Borrar filtros
Borrar filtros

How to normalize stereo audio?

2 visualizaciones (últimos 30 días)
Epri Pratiwi
Epri Pratiwi el 20 de Oct. de 2022
Comentada: Jan el 21 de Oct. de 2022
Hi, anyone know how to normalize audio if it has two channel (stereo). Thanks
  3 comentarios
Epri Pratiwi
Epri Pratiwi el 21 de Oct. de 2022
Yes!!
Jan
Jan el 21 de Oct. de 2022
Okay :-)

Iniciar sesión para comentar.

Respuestas (1)

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

Categorías

Más información sobre Audio I/O and Waveform Generation en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by