Groups | Search | Server Info | Login | Register
Groups > comp.arch.embedded > #32404
| From | Rafael Deliano <Rafael_Deliano@arcor.de> |
|---|---|
| Newsgroups | comp.arch.embedded |
| Subject | Re: Voice compression |
| Date | 2025-04-02 19:55 +0200 |
| Organization | A noiseless patient Spider |
| Message-ID | <vsjtmt$2ej99$1@dont-email.me> (permalink) |
| References | <vsjotj$14v21$1@dont-email.me> |
CVSD uses a bit-serial data stream. Harris datasheets for obsolete Codecs are HC55516, HC55532. The "recording"-circuit can be an analog hack ( Kop, flipflop, 4 Bit shiftregister ) that sends data via SPI. The "playback" would have to emulate this circuit in software and output via a 8 bit D/A ( R2R resistor network, but serial ICs may be easier in SMD ). 16kBit/sec is very moderate quality, 24kBit/sec more reasonable. We used these in the 80ies for digital answering machines in cars for the analog telephone system via radio that predated GSM in Germany. 24kBit was for incoming messages in RAM, 16 kBit for the fixed messages from EPROM. CVSD was ok, as the analog radio was a bit noisy anyway. At 32kBit/sec ADPCM is better, but you probably do not intend to use a 64kBit PCM codec as a frontend. If you use a handset or a digital PCM-link, the quality of CVSD may be not competitive. For playback via a loudspeaker sufficient, there is usually enough background noise. MfG JRD
Back to comp.arch.embedded | Previous | Next — Previous in thread | Next in thread | Find similar
Voice compression pozz <pozzugno@gmail.com> - 2025-04-02 18:33 +0200
Re: Voice compression Rafael Deliano <Rafael_Deliano@arcor.de> - 2025-04-02 19:55 +0200
Re: Voice compression pozz <pozzugno@gmail.com> - 2025-04-03 19:53 +0200
Re: Voice compression Rafael Deliano <Rafael_Deliano@arcor.de> - 2025-04-05 11:12 +0200
Re: Voice compression pozz <pozzugno@gmail.com> - 2025-04-07 13:13 +0200
Re: Voice compression Paul Rubin <no.email@nospam.invalid> - 2025-04-04 13:54 -0700
Re: Voice compression pozz <pozzugno@gmail.com> - 2025-04-07 13:09 +0200
csiph-web