|
Defines |
#define | TINY_PACKETS 512 |
Functions |
void | gsmdecomp (LPCLIENT_DATA pClientData, soundbuf *sb) |
void | adpcmdecomp (struct soundbuf *sb) |
void | lpcdecomp (struct soundbuf *sb, LPCLIENT_DATA c) |
void | lpc10decomp (struct soundbuf *sb, LPCLIENT_DATA c) |
void | celpdecomp (struct soundbuf *sb, LPCLIENT_DATA c) |
void | AES_cbc_decrypt (unsigned char *in, unsigned char *out, int len, aes_ctx *ctx) |
void | decodeSoundPacket (LPCLIENT_DATA pClientData, soundbuf *d, int bitsPerSample, int samplesPerSecond, LPWAVEHDR wh, BOOL saveSamp) |
void | playSound (HWND hWnd, LPCLIENT_DATA pClientData, soundbuf *d, int bitsPerSample, int samplesPerSecond) |
void | decodeAnswerPacket (soundbuf *d, int bitsPerSample, int samplesPerSecond, LPSTR *pcmData, DWORD *pcmLength) |