audio compressed to 10kbps using pcm

2 visualizaciones (últimos 30 días)
Roger
Roger el 31 de En. de 2016
Respondida: Walter Roberson el 31 de En. de 2016
single chanel , 8k sample rate and 16bit , i want to compressed to 10kbps , can pcm make it ?

Respuestas (1)

Walter Roberson
Walter Roberson el 31 de En. de 2016
Yes. You can encode each 16 bit sample as a single bit, (Sample >= 2^15); that will get you to 8000 bits per second.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by