Borrar filtros
Borrar filtros

How to compress audio file to lower bits

4 visualizaciones (últimos 30 días)
Mohamad
Mohamad el 2 de Mayo de 2018
Comentada: Mohamad el 3 de Mayo de 2018
Hi How to compress audio file ( reduce bits ) for transmission .
  4 comentarios
Jan
Jan el 3 de Mayo de 2018
Editada: Jan el 3 de Mayo de 2018
You can zip the file, use 7z or RAR, MP3, OGG, or FLAC. Maybe you want to import a WAV file with 16 bit values, round them to 8 bit, create a new WAV file and transmit it. Currently posting an answer requires to guess, what you want. Please mention the details.
Mohamad
Mohamad el 3 de Mayo de 2018
I have a recorded Audio file named 1.WAV , [y,fs]=audioread('1.wav'); >> whos y Name Size Bytes Class Attributes
y 131072x1 1048576 double
I need to make matlab code to perform a Lossy compression method to this audio file .
I need to check compression ratio , Bit Rate Reduction , Play the compressed Audio file , compare with the original Audio file .
But i don't want to use audiowrite to make .mp4 file .

Iniciar sesión para comentar.

Respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by