From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_20,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6b558ce52f928a5,start X-Google-Attributes: gid103376,public From: tmoran@bix.com Subject: Re: [Q] Ada and Voice compression Date: 1996/05/06 Message-ID: <4mjt9o$oll@news1.delphi.com>#1/1 X-Deja-AN: 153207270 organization: Delphi Internet Services Corporation newsgroups: comp.lang.ada Date: 1996-05-06T00:00:00+00:00 List-Id: >voice compression algoritms (such as CELP, GSM or LPC) >Please, if you know a bit about those implementations or you can suggest I have an Ada 83 whiteboard program that does LPC speech compression. It's pretty straightforward. If you're interested in particular in encrypted speech, look in comp.speech for references to "Nautilus", which does very simple compression (essentially, it decides between two canned sets of LPC-2 parameters and also transmits a single bit of error/sampel, as I recall) and encrypts the speech in real time. It was mentioned between 6 months and 1 year ago, I think. Phil Zimmerman, of PGP fame, is reportedly incorporating and one of the products will be speech encryption - I don't know if that derives from Nautilus.