![]() |
SOUND4 BIGVOICE.CL Library [1.1.6]
|
Classes | |
class | CDynLoader |
Helper to load dynamic library. More... | |
class | DynFuncHolder |
Helper to wrap a function pointer. More... | |
struct | SampleFormat |
Helper for Sample format types. More... | |
struct | SampleFormat< float > |
struct | SampleFormat< int16_t > |
struct | SampleFormat< int32_t > |
Functions | |
static std::string | WStringToUTF8 (const std::wstring &wstr) |
static std::wstring | UTF8ToWString (const std::string &str) |
helper functions for unicode strings in Windows
Helper to convert a std::string (UTF8) to a std::wstring for Windows
Definition at line 95 of file sound4cl.hpp.
Helper to convert a std::wstring to a std::string (UTF8) for Windows
Definition at line 83 of file sound4cl.hpp.