misc.h
Go to the documentation of this file.00001
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
#ifndef MISC_H
00036
#define MISC_H
00037
00038
#ifndef SPEEX_VERSION
00039 #define SPEEX_MAJOR_VERSION 1
00040 #define SPEEX_MINOR_VERSION 1
00041 #define SPEEX_MICRO_VERSION 6
00042 #define SPEEX_EXTRA_VERSION ""
00043 #define SPEEX_VERSION "speex-1.1.6"
00044
#endif
00045
00046
#include "arch.h"
00047
00048
#ifndef RELEASE
00049
void print_vec(
float *vec,
int len,
char *name);
00050
#endif
00051
00052
unsigned int be_int(
unsigned int i);
00053
unsigned int le_int(
unsigned int i);
00054
00055
00056
unsigned short be_short(
unsigned short s);
00057
unsigned short le_short(
unsigned short s);
00058
00060
void *
speex_alloc (
int size);
00061
00063
void *
speex_realloc (
void *ptr,
int size);
00064
00066
void speex_free (
void *ptr);
00067
00069
void *
speex_move (
void *dest,
void *src,
int n);
00070
00071
void speex_error(
char *str);
00072
00073
void speex_warning(
char *str);
00074
00075
void speex_warning_int(
char *str,
int val);
00076
00077
void speex_rand_vec(
float std,
spx_sig_t *data,
int len);
00078
00079
float speex_rand(
float std);
00080
00081
void _speex_putc(
int ch,
void *file);
00082
00083
#endif
Generated on Thu Aug 12 11:55:01 2004 for speex by
1.3.8