~ubuntu-branches/ubuntu/dapper/speex/dapper-security

« back to all changes in this revision

Viewing changes to debian/speexdec.1

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2005-12-07 23:22:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051207232221-nme7vf9m182p7dpe
Tags: 1.1.11.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "speexdec.c" 3 "9 Sep 2002" "speex" \" -*- nroff -*-
2
 
.ad l
3
 
.nh
4
 
.SH NAME
5
 
speexdec.c \- 
6
 
.SH SYNOPSIS
7
 
.br
8
 
.PP
9
 
\fC#include <stdio.h>\fP
10
 
.br
11
 
\fC#include <unistd.h>\fP
12
 
.br
13
 
\fC#include <getopt.h>\fP
14
 
.br
15
 
\fC#include <stdlib.h>\fP
16
 
.br
17
 
\fC#include <string.h>\fP
18
 
.br
19
 
\fC#include 'speex.h'\fP
20
 
.br
21
 
\fC#include 'ogg/ogg.h'\fP
22
 
.br
23
 
\fC#include 'wav_io.h'\fP
24
 
.br
25
 
\fC#include 'speex_header.h'\fP
26
 
.br
27
 
\fC#include 'misc.h'\fP
28
 
.br
29
 
.SS "Defines"
30
 
 
31
 
.in +1c
32
 
.ti -1c
33
 
.RI "#define \fBMAX_FRAME_SIZE\fP   2000"
34
 
.br
35
 
.in -1c
36
 
.SS "Functions"
37
 
 
38
 
.in +1c
39
 
.ti -1c
40
 
.RI "FILE * \fBout_file_open\fP (char *outFile, int rate)"
41
 
.br
42
 
.ti -1c
43
 
.RI "void \fBusage\fP ()"
44
 
.br
45
 
.ti -1c
46
 
.RI "void \fBversion\fP ()"
47
 
.br
48
 
.ti -1c
49
 
.RI "int \fBmain\fP (int argc, char **\fBargv\fP)"
50
 
.br
51
 
.in -1c
52
 
.SH "DEFINE DOCUMENTATION"
53
 
.PP 
54
 
.SS "#define MAX_FRAME_SIZE   2000"
55
 
.PP
56
 
.SH "FUNCTION DOCUMENTATION"
57
 
.PP 
58
 
.SS "int main (int argc, char ** argv)"
59
 
.PP
60
 
.SS "FILE* out_file_open (char * outFile, int rate)"
61
 
.PP
62
 
.SS "void usage ()"
63
 
.PP
64
 
.SS "void version ()"
65
 
.PP
66
 
.SH "AUTHOR"
67
 
.PP 
68
 
Generated automatically by Doxygen for speex from the source code.