Method | Description | |
---|---|---|
SPEEX_COPY ( byte dst, byte src, int n ) : void | ||
SPEEX_COPY ( byte dst, int dstoffset, byte src, int srcoffset, int n ) : void | ||
SPEEX_MEMSET ( byte dst, byte c, int n ) : void | ||
SPEEX_MEMSET ( byte dst, int offset, byte c, int n ) : void | ||
SPEEX_MOVE ( byte dst, int offset, int n ) : void | ||
_speex_fatal ( string str, string file, int line ) : void | ||
_speex_putc ( byte ch, Stream file ) : void | ||
alloc ( int size ) : byte[] | ||
alloc_scratch ( int size ) : byte[] | ||
free ( byte ptr ) : void | ||
free_scratch ( byte ptr ) : void | ||
notify ( string str ) : void | ||
print_vec ( float vec, int len, string name ) : void | ||
realloc ( byte ptr, int size ) : byte[] | ||
speex_decoder_destroy ( void state ) : void | ||
speex_encoder_destroy ( void state ) : void | ||
warning ( string str ) : void | ||
warning_int ( string str, int val ) : void |
Method | Description | |
---|---|---|
speex_decode ( void state, |
||
speex_decode_int ( void state, |
||
speex_decoder_ctl ( void state, int request, void ptr ) : int | ||
speex_decoder_init ( |
||
speex_encode ( void state, float SpeexBits ) : int | ||
speex_encode_int ( void state, spx_int16_t SpeexBits ) : int | ||
speex_encoder_ctl ( void state, int request, void ptr ) : int | ||
speex_encoder_init ( |
||
speex_lib_ctl ( int request, void ptr ) : int | ||
speex_mode_query ( |
public static SPEEX_COPY ( byte dst, byte src, int n ) : void | ||
dst | byte | |
src | byte | |
n | int | |
return | void |
public static SPEEX_COPY ( byte dst, int dstoffset, byte src, int srcoffset, int n ) : void | ||
dst | byte | |
dstoffset | int | |
src | byte | |
srcoffset | int | |
n | int | |
return | void |
public static SPEEX_MEMSET ( byte dst, byte c, int n ) : void | ||
dst | byte | |
c | byte | |
n | int | |
return | void |
public static SPEEX_MEMSET ( byte dst, int offset, byte c, int n ) : void | ||
dst | byte | |
offset | int | |
c | byte | |
n | int | |
return | void |
public static SPEEX_MOVE ( byte dst, int offset, int n ) : void | ||
dst | byte | |
offset | int | |
n | int | |
return | void |
public static _speex_fatal ( string str, string file, int line ) : void | ||
str | string | |
file | string | |
line | int | |
return | void |
public static _speex_putc ( byte ch, Stream file ) : void | ||
ch | byte | |
file | Stream | |
return | void |
public static alloc_scratch ( int size ) : byte[] | ||
size | int | |
return | byte[] |
public static free_scratch ( byte ptr ) : void | ||
ptr | byte | |
return | void |
public static print_vec ( float vec, int len, string name ) : void | ||
vec | float | |
len | int | |
name | string | |
return | void |
public static realloc ( byte ptr, int size ) : byte[] | ||
ptr | byte | |
size | int | |
return | byte[] |
public speex_decoder_destroy ( void state ) : void | ||
state | void | |
return | void |
public speex_encoder_destroy ( void state ) : void | ||
state | void | |
return | void |
public static warning_int ( string str, int val ) : void | ||
str | string | |
val | int | |
return | void |