#include "wvoggspeex.h"
#include <ogg/ogg.h>
#include <speex.h>
#include <speex_header.h>
#include <unistd.h>
Go to the source code of this file.
Defines | |
#define | OGG_SPEEX_DECODER_BUF_SIZE 16384 |
Functions | |
unsigned long int | getint_le (WvBuf &inbuf) |
Extracts a little endian integer from a buffer. | |
void | putint_le (WvBuf &outbuf, unsigned long int value) |
Appends a little endian integer to a buffer. |
|
Definition at line 16 of file wvoggspeex.cc. Referenced by WvOggSpeexDecoder::_typedencode(). |
|
Extracts a little endian integer from a buffer.
Definition at line 19 of file wvoggspeex.cc. References WvBufBase< unsigned char >::getch(), and WvBuf. |
|
Appends a little endian integer to a buffer.
Definition at line 28 of file wvoggspeex.cc. References WvBufBase< unsigned char >::putch(), and WvBuf. |