audio compressed to 10kbps using pcm
Ältere Kommentare anzeigen
single chanel , 8k sample rate and 16bit , i want to compressed to 10kbps , can pcm make it ?
Antworten (1)
Walter Roberson
am 31 Jan. 2016
0 Stimmen
Yes. You can encode each 16 bit sample as a single bit, (Sample >= 2^15); that will get you to 8000 bits per second.
Kategorien
Mehr zu PCM finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!