2
|
1
|
|
2 U G S T
|
|
3
|
|
4 Read me file for G726 module
|
|
5 (24/Jan/2000)
|
|
6
|
|
7 =============================================================
|
|
8 COPYRIGHT NOTE: This source code, and all of its derivations,
|
|
9 is subject to the "ITU-T General Public License". Please have
|
|
10 it read in the distribution disk, or in the ITU-T
|
|
11 Recommendation G.191 on "SOFTWARE TOOLS FOR SPEECH AND AUDIO
|
|
12 CODING STANDARDS".
|
|
13 =============================================================
|
|
14
|
|
15 The UGST G726 module, version 2.0 (24/Jan/2000) is constituted by the
|
|
16 following files:
|
|
17
|
|
18 General:
|
|
19 ~~~~~~~~
|
|
20 g726.rme: ......... Read-me file for the G.726 module (this file)
|
|
21 readme.ts: ........ Short description of the test sequences - not included!
|
|
22 cvt_h_b.c: ........ Program that convert from the Hex-ASCII format of the
|
|
23 ITU-T G.726 test sequences to binary, 16-bit right
|
|
24 oriented files.
|
|
25
|
|
26 C program code
|
|
27 ~~~~~~~~~~~~~~
|
|
28 g726.c .......... G726 module itself; needs the prototypes in g726.h.
|
|
29 g726.h .......... prototypes and definitions needed by the G726 module.
|
|
30
|
|
31 Demos:
|
|
32 ~~~~~~
|
|
33 g726demo.c ...... Demonstration program for the G726 module; needs the files
|
|
34 g726.c and ugstdemo.h in the current directory. Operates
|
|
35 at a given fixed rate.
|
|
36 vbr-g726.c ...... Demonstration program for the G726 module; needs the files
|
|
37 g726.c and ugstdemo.h in the current directory. Operates
|
|
38 at a given range of rate (e.g, 32, 16, 16-32, 16-24, etc).
|
|
39 ugstdemo.h ...... prototypes and definitions needed by UGST demo programs.
|
|
40
|
|
41 Makefiles
|
|
42 ~~~~~~~~~
|
|
43 Makefiles have been provided for automatic build-up of the executable program
|
|
44 and to process the test sequences, WHEN made available by the user and left
|
|
45 on the subdirectory "bin":
|
|
46 make-vms.com: ... DCL for VAX/VMS Vax-cc compiler or the VMS port of gcc
|
|
47 makefile.cl: .... make file for MS Visual C compiler
|
|
48 makefile.tcc: ... make file for MSDOS Borland [bt]cc
|
|
49 makefile.djc: ... make file for MSDOS port of gcc
|
|
50 makefile.unx: ... make file for Unix, using either cc, acc (Sun), or gcc
|
|
51
|
|
52 -- <simao@labs.comsat.com> --
|