#include <stdio.h>#include <unistd.h>#include <getopt.h>#include "getopt_win.h"#include <stdlib.h>#include <string.h>#include <speex/speex.h>#include <ogg/ogg.h>#include <math.h>#include "wav_io.h"#include <speex/speex_header.h>#include <speex/speex_stereo.h>#include <speex/speex_callbacks.h>Include dependency graph for speexdec.c:

Defines | |
| #define | MAX_FRAME_SIZE 2000 |
| #define | readint(buf, base) |
Functions | |
| FILE * | out_file_open (char *outFile, int rate, int *channels) |
| void | usage () |
| void | version () |
| void | version_short () |
| int | main (int argc, char **argv) |
| #define MAX_FRAME_SIZE 2000 |
| #define readint | ( | buf, | |||
| base | ) |
Value:
(((buf[base+3]<<24)&0xff000000)| \
((buf[base+2]<<16)&0xff0000)| \
((buf[base+1]<<8)&0xff00)| \
(buf[base]&0xff))
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
| FILE* out_file_open | ( | char * | outFile, | |
| int | rate, | |||
| int * | channels | |||
| ) |
| void usage | ( | ) |
| void version | ( | ) |
| void version_short | ( | ) |
1.5.1