|
static char * | bigvoice_custom_reader (const fs_char *filename, void *userdata) |
|
static void | bigvoice_custom_reader_free (char *content, void *userdata) |
|
static int | bigvoice_custom_writer (const fs_char *filename, const char *content, void *userdata) |
|
static int | bigvoice_custom_exists (const fs_char *filename, void *userdata) |
|
static fs_char ** | bigvoice_custom_getall (void *userdata) |
|
static void | bigvoice_custom_getall_free (fs_char **all, void *userdata) |
|
static int | bigvoice_custom_remove (const fs_char *filename, void *userdata) |
|
static int | bigvoice_custom_rename (const fs_char *from, const fs_char *to, void *userdata) |
|
static std::string | sound4::bigvoice::helper::WStringToUTF8 (const std::wstring &wstr) |
|
static std::wstring | sound4::bigvoice::helper::UTF8ToWString (const std::string &str) |
|
static void | sound4::bigvoice::helper::AudioConvertFrom (const uint8_t *payload, float *output, size_t nSpl, bigvoice_SampleFormat fmt) |
|
static void | sound4::bigvoice::helper::AudioConvertTo (const float *input, uint8_t *payload, size_t nSpl, bigvoice_SampleFormat fmt) |
|
static void | sound4::bigvoice::helper::StereoToMono (const float *input, float *output, size_t nFrame) |
|
static void | sound4::bigvoice::helper::MonoToStereo (const float *input, float *output, size_t nFrame) |
|
static void | sound4::bigvoice::helper::StereoToMono_Planar (const float *inputL, const float *inputR, float *output, size_t nFrame) |
|
static void | sound4::bigvoice::helper::MonoToStereo_Planar (const float *input, float *outputL, float *outputR, size_t nFrame) |
|
static void | sound4::bigvoice::helper::AudioMonoFromLiveStereo (const uint8_t *payload, float *output) |
|
static void | sound4::bigvoice::helper::AudioMonoToLiveStereo (const float *input, uint8_t *payload) |
|
static std::string | sound4::bigvoice::GetVersion () |
|
static unsigned int | sound4::bigvoice::GetChunkSizeInFrames () |
|
static std::vector< unsigned int > | sound4::bigvoice::GetPossibleChunkSizeInFrames () |
|
static unsigned int | sound4::bigvoice::GetChannelCount () |
|
static unsigned int | sound4::bigvoice::GetAudioInputCount () |
|
static unsigned int | sound4::bigvoice::GetAudioOutputCount () |
|
static unsigned int | sound4::bigvoice::GetSampleRate () |
|
static void | sound4::bigvoice::SanityCheck (bool a_bCheckFrames=true) |
|
static std::string | sound4::bigvoice::GetFormatName (const SampleFormat fmt) |
|
static SampleFormat | sound4::bigvoice::GetFormatFromName (const std::string &name) |
|
static unsigned int | sound4::bigvoice::GetBytesFromFormat (const SampleFormat fmt) |
|
static void | sound4::bigvoice::_log_cb_c (bigvoice_LogSeverity severity, const char *c_msg) |
|
static void | sound4::bigvoice::SetLogSeverity (LogSeverity severity) |
|
static void | sound4::bigvoice::SetLoggerCallback (log_cb_t cb) |
|