home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.dcom.modems
- Path: sparky!uunet!gatech!darwin.sura.net!spool.mu.edu!uwm.edu!psuvax1!postscript.cs.psu.edu!fenner
- From: fenner@postscript.cs.psu.edu (Bill Fenner)
- Subject: Re: zyxel adpcm to binary data?
- Message-ID: <C1J98E.8DG@cs.psu.edu>
- Keywords: adpcm-2 adpcm-3 zyxel voice mu-law
- Sender: news@cs.psu.edu (Usenet)
- Nntp-Posting-Host: postscript.cs.psu.edu
- Organization: Penn State Computer Science
- References: <C1G8o2.s4@wsrcc.com> <on.728121930@base>
- Date: Wed, 27 Jan 1993 22:02:37 GMT
- Lines: 9
-
- In article <on.728121930@base> on@us.oracle.com (On G. Paradise) writes:
- | delta *= 43. / 32;
-
- I've been playing with this for a while, and have found that ZyXEL seems
- to do their math using integers, so if you don't round your delta, the
- rounding errors end up making your delta diverge from the modem's delta
- and you get clipping and/or low volume.
-
- Bill
-