~ubuntu-branches/ubuntu/quantal/linphone/quantal

« back to all changes in this revision

Viewing changes to lpc10-1.5/README

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Mimram
  • Date: 2006-11-15 10:34:50 UTC
  • mfrom: (1.2.1 upstream) (2.1.8 feisty)
  • Revision ID: james.westby@ubuntu.com-20061115103450-qgafwcks2lkhctlj
* New upstream release.
* Enable video support.
* Fix mismatched #endif in mscommon.h, closes: #398307.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
              U.S. Department of Defense
2
 
             LPC-10 2400 bps Voice Coder
3
 
                   Release 1.5
4
 
                   October 1997
5
 
 
6
 
(Note that this release 1.5 is not from any "official" source.  It is
7
 
from Andy Fingerhut.  Contact information below.)
8
 
 
9
 
This package is available from:
10
 
 
11
 
http://www.arl.wustl.edu/~jaf/lpc/lpc10-1.5.tar.gz
12
 
 
13
 
 
14
 
New in release 1.5:
15
 
 
16
 
Just some minor fixes to sample applications "nuke" and "unnuke" that
17
 
caused them not to work correctly on compilers with 16 bit int's.
18
 
This was only a bug in the sample application code, not in the LPC-10
19
 
library itself.
20
 
 
21
 
NEW IN RELEASE 1.4!
22
 
 
23
 
You can now compress (or decompress) multiple audio streams
24
 
"simultaneously", by alternating the compression (or decompression) of
25
 
frames for each audio stream.  Only the C version supports this
26
 
feature, but who really cared whether the Fortran version supported
27
 
this or not, eh?
28
 
 
29
 
 
30
 
Contents:
31
 
   README               - This file
32
 
   README-1.0           - The original README file from Release 1.0
33
 
   FAQ                  - Frequently Asked Questions items for LPC and CELP
34
 
   lpc55                - modified Fortran code for LPC-10 Version 55
35
 
      README            - summary of modifications made
36
 
      README.f2c        - hints on installing f2c on some machines,
37
 
                          and notes on the f2c invocation options used
38
 
      README.jaf        - hints on using the LPC-10 coder from a C application
39
 
      RCS               - Revision Control System directory containing
40
 
                          master files for all sources, showing the steps
41
 
                          of changes that I made to the original 1.0 sources.
42
 
   lpc55-C              - Hand-modified C version of code, most of
43
 
                          which was created by running f2c on the
44
 
                          Fortran code in directory lpc55 above.  I'm
45
 
                          fairly certain that the C code from the 1.0
46
 
                          release was out of date with respect to the
47
 
                          Fortran code, so it was not included in this
48
 
                          distribution.
49
 
   data                 - Sample speech files, containing:
50
 
      dam9.spd          - Sample input speech file
51
 
      dam9-out.spd      - Speech processed by modified Fortran code.
52
 
                          This is identical to dam9_lpc55.spd from
53
 
                          release 1.0, except for 180 0 samples at the
54
 
                          beginning, and many samples here and there
55
 
                          that are off by 1, probably due to different
56
 
                          rounding of reals.
57
 
   abtool_1.2           - Sun GUI tool for playing listening comparisons
58
 
                           between speech files (this is a beta version)
59
 
   misc
60
 
      bin               - Several useful shell scripts for audio on Sun machines
61
 
         README         - Description of audio file formats
62
 
      fortran-locals    - Some files I made when determining whether local
63
 
                          variables in Fortran subroutines and functions
64
 
                          were like C "static" local variables or not.
65
 
      gcc-2.6.0-bug     - A program that demonstrates a bug in GCC 2.6.0
66
 
                          on the Solaris 2.4 machine siesta.cs.wustl.edu.
67
 
                          I don't know how widespread this problem is,
68
 
                          but it does have an unpleasant side effect if
69
 
                          GCC 2.6.0 is used to compile f2c.
70
 
 
71
 
See also the file README-1.0 for some other useful details.
72
 
 
73
 
 
74
 
Andy Fingerhut
75
 
Applied Research Laboratory                     <-- this line is optional if
76
 
Washington University, Campus Box 1045/Bryan 509      you have limited space
77
 
One Brookings Drive
78
 
Saint Louis, MO 63130-4899
79
 
 
80
 
jaf@arl.wustl.edu
81
 
http://www.arl.wustl.edu/~jaf/