C# Class NewTOAPIA.Media.Audio.Speex.speex

Exibir arquivo Open project: Wiladams/NewTOAPIA

Public Methods

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

Private Methods

Method Description
speex_decode ( void state, SpeexBits bits, float out ) : int
speex_decode_int ( void state, SpeexBits bits, spx_int16_t out ) : int
speex_decoder_ctl ( void state, int request, void ptr ) : int
speex_decoder_init ( SpeexMode mode ) : void*
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 ( SpeexMode mode ) : void*
speex_lib_ctl ( int request, void ptr ) : int
speex_mode_query ( SpeexMode mode, int request, void ptr ) : int

Method Details

SPEEX_COPY() public static method

public static SPEEX_COPY ( byte dst, byte src, int n ) : void
dst byte
src byte
n int
return void

SPEEX_COPY() public static method

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

SPEEX_MEMSET() public static method

public static SPEEX_MEMSET ( byte dst, byte c, int n ) : void
dst byte
c byte
n int
return void

SPEEX_MEMSET() public static method

public static SPEEX_MEMSET ( byte dst, int offset, byte c, int n ) : void
dst byte
offset int
c byte
n int
return void

SPEEX_MOVE() public static method

public static SPEEX_MOVE ( byte dst, int offset, int n ) : void
dst byte
offset int
n int
return void

_speex_fatal() public static method

public static _speex_fatal ( string str, string file, int line ) : void
str string
file string
line int
return void

_speex_putc() public static method

public static _speex_putc ( byte ch, Stream file ) : void
ch byte
file Stream
return void

alloc() public static method

public static alloc ( int size ) : byte[]
size int
return byte[]

alloc_scratch() public static method

public static alloc_scratch ( int size ) : byte[]
size int
return byte[]

free() public static method

public static free ( byte ptr ) : void
ptr byte
return void

free_scratch() public static method

public static free_scratch ( byte ptr ) : void
ptr byte
return void

notify() public static method

public static notify ( string str ) : void
str string
return void

print_vec() public static method

public static print_vec ( float vec, int len, string name ) : void
vec float
len int
name string
return void

realloc() public static method

public static realloc ( byte ptr, int size ) : byte[]
ptr byte
size int
return byte[]

speex_decoder_destroy() public method

public speex_decoder_destroy ( void state ) : void
state void
return void

speex_encoder_destroy() public method

public speex_encoder_destroy ( void state ) : void
state void
return void

warning() public static method

public static warning ( string str ) : void
str string
return void

warning_int() public static method

public static warning_int ( string str, int val ) : void
str string
val int
return void