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) |
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) |
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, SND_Format::data_encoding e) |
Write SND audio data. |
|
Read raw 16-bin little endian audio data.
Definition at line 95 of file audiofile.cpp. |
|
Read raw 16-bin little endian audio data.
Definition at line 116 of file audiofile.cpp. References it_assert1. |
|
Write raw 16-bin little endian audio data.
Definition at line 132 of file audiofile.cpp. |
|
Read raw 16-bin big endian audio data.
Definition at line 145 of file audiofile.cpp. |
|
Read raw 16-bin big endian audio data.
Definition at line 164 of file audiofile.cpp. References it_assert1. |
|
Write raw 16-bin big endian audio data.
Definition at line 180 of file audiofile.cpp. |
|
Read SND audio data.
Definition at line 517 of file audiofile.cpp. |
|
Read SND audio data.
Definition at line 527 of file audiofile.cpp. |
|
Write SND audio data.
Definition at line 538 of file audiofile.cpp. |
Generated on Fri Jan 11 08:51:40 2008 for IT++ by Doxygen 1.3.9.1