|
| static char * | cloudx1_custom_reader (const fs_char *filename, void *userdata) |
| |
| static void | cloudx1_custom_reader_free (char *content, void *userdata) |
| |
| static int | cloudx1_custom_writer (const fs_char *filename, const char *content, void *userdata) |
| |
| static int | cloudx1_custom_exists (const fs_char *filename, void *userdata) |
| |
| static fs_char ** | cloudx1_custom_getall (void *userdata) |
| |
| static void | cloudx1_custom_getall_free (fs_char **all, void *userdata) |
| |
| static int | cloudx1_custom_remove (const fs_char *filename, void *userdata) |
| |
| static int | cloudx1_custom_rename (const fs_char *from, const fs_char *to, void *userdata) |
| |
| static std::string | sound4::cloudx1::helper::WStringToUTF8 (const std::wstring &wstr) |
| |
| static std::wstring | sound4::cloudx1::helper::UTF8ToWString (const std::string &str) |
| |
| static void | sound4::cloudx1::helper::AudioConvertFrom (const uint8_t *payload, float *output, size_t nSpl, cloudx1_SampleFormat fmt) |
| |
| static void | sound4::cloudx1::helper::AudioConvertTo (const float *input, uint8_t *payload, size_t nSpl, cloudx1_SampleFormat fmt) |
| |
| static void | sound4::cloudx1::helper::StereoToMono (const float *input, float *output, size_t nFrame) |
| |
| static void | sound4::cloudx1::helper::MonoToStereo (const float *input, float *output, size_t nFrame) |
| |
| static void | sound4::cloudx1::helper::StereoToMono_Planar (const float *inputL, const float *inputR, float *output, size_t nFrame) |
| |
| static void | sound4::cloudx1::helper::MonoToStereo_Planar (const float *input, float *outputL, float *outputR, size_t nFrame) |
| |
| static void | sound4::cloudx1::helper::AudioMonoFromLiveStereo (const uint8_t *payload, float *output) |
| |
| static void | sound4::cloudx1::helper::AudioMonoToLiveStereo (const float *input, uint8_t *payload) |
| |
| static std::string | sound4::cloudx1::GetVersion () |
| |
| static unsigned int | sound4::cloudx1::GetChunkSizeInFrames () |
| |
| static std::vector< unsigned int > | sound4::cloudx1::GetPossibleChunkSizeInFrames () |
| |
| static unsigned int | sound4::cloudx1::GetChannelCount () |
| |
| static unsigned int | sound4::cloudx1::GetAudioInputCount () |
| |
| static unsigned int | sound4::cloudx1::GetAudioOutputCount () |
| |
| static unsigned int | sound4::cloudx1::GetSampleRate () |
| |
| static void | sound4::cloudx1::SanityCheck (bool a_bCheckFrames=true) |
| |
| static std::string | sound4::cloudx1::GetFormatName (const SampleFormat fmt) |
| |
| static SampleFormat | sound4::cloudx1::GetFormatFromName (const std::string &name) |
| |
| static unsigned int | sound4::cloudx1::GetBytesFromFormat (const SampleFormat fmt) |
| |
| static void | sound4::cloudx1::_log_cb_c (cloudx1_LogSeverity severity, const char *c_msg) |
| |
| static void | sound4::cloudx1::SetLogSeverity (LogSeverity severity) |
| |
| static void | sound4::cloudx1::SetLoggerCallback (log_cb_t cb) |
| |