Classes | |
class | itpp::Audio_File |
Base class - do not use this one! More... | |
class | itpp::SND_Format |
Base class for SND reading classes (the .au format). More... | |
class | itpp::SND_In_File |
A class to read SND-files (the .au format). More... | |
class | itpp::SND_Out_File |
A class to write SND-files (the .au format). More... | |
class | itpp::SND_IO_File |
This class is capable of doing both input and output. More... | |
Functions | |
bool | itpp::raw16le_read (const char *fname, vec &v) |
Read raw 16-bin little endian audio data. | |
bool | itpp::raw16le_read (const char *fname, vec &v, int beg, int len) |
Read raw 16-bin little endian audio data. | |
bool | itpp::raw16le_write (const char *fname, const vec &v, bool append=false) |
Write raw 16-bin little endian audio data. | |
bool | itpp::raw16be_read (const char *fname, vec &v) |
Read raw 16-bin big endian audio data. | |
bool | itpp::raw16be_read (const char *fname, vec &v, int beg, int len) |
Read raw 16-bin big endian audio data. | |
bool | itpp::raw16be_write (const char *fname, const vec &v, bool append=false) |
Write raw 16-bin big endian audio data. | |
bool | itpp::snd_read (const char *fname, vec &v) |
Read SND audio data. | |
bool | itpp::snd_read (const char *fname, vec &v, int beg, int len) |
Read SND audio data. | |
bool | itpp::snd_write (const char *fname, const vec &v, int rate=8000, SND_Format::data_encoding e=SND_Format::enc_linear16) |
Write SND audio data. |
bool itpp::raw16le_read | ( | const char * | fname, | |
vec & | v | |||
) |
bool itpp::raw16le_read | ( | const char * | fname, | |
vec & | v, | |||
int | beg, | |||
int | len | |||
) |
Read raw 16-bin little endian audio data.
Definition at line 116 of file audiofile.cpp.
References it_assert1.
bool itpp::raw16le_write | ( | const char * | fname, | |
const vec & | v, | |||
bool | append = false | |||
) |
bool itpp::raw16be_read | ( | const char * | fname, | |
vec & | v | |||
) |
bool itpp::raw16be_read | ( | const char * | fname, | |
vec & | v, | |||
int | beg, | |||
int | len | |||
) |
Read raw 16-bin big endian audio data.
Definition at line 164 of file audiofile.cpp.
References it_assert1.
bool itpp::raw16be_write | ( | const char * | fname, | |
const vec & | v, | |||
bool | append = false | |||
) |
bool itpp::snd_read | ( | const char * | fname, | |
vec & | v | |||
) |
Read SND audio data.
Definition at line 517 of file audiofile.cpp.
References itpp::Audio_File::file.
bool itpp::snd_read | ( | const char * | fname, | |
vec & | v, | |||
int | beg, | |||
int | len | |||
) |
Read SND audio data.
Definition at line 527 of file audiofile.cpp.
References itpp::Audio_File::file.
bool itpp::snd_write | ( | const char * | fname, | |
const vec & | v, | |||
int | rate = 8000 , |
|||
SND_Format::data_encoding | e = SND_Format::enc_linear16 | |||
) |
Write SND audio data.
Definition at line 538 of file audiofile.cpp.
References itpp::Audio_File::file.
Generated on Sat Aug 25 23:40:59 2007 for IT++ by Doxygen 1.5.2