How to normalize stereo audio?
Mostrar comentarios más antiguos
Hi, anyone know how to normalize audio if it has two channel (stereo). Thanks
3 comentarios
Jan
el 20 de Oct. de 2022
What do you call "normalize"? Maybe:
signal = signal ./ max(abs(Signal), [], 1);
Epri Pratiwi
el 21 de Oct. de 2022
Jan
el 21 de Oct. de 2022
Okay :-)
Respuestas (1)
Jan
el 21 de Oct. de 2022
signal = signal ./ max(abs(Signal), [], 1);
Categorías
Más información sobre Denoising and Compression en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!