enum | VLogLevel { } The various logging options for VLog |
enum | TTSWitAudioType { } Audio types supported by tts |
Error | Error log. Usually indicates a bug in the code. |
Warning | Something that is a red flag and could potentially be a problem, but not necessarily. |
Log | Debug logs. Useful for debugging specific things. |
Info | Information logs. Normal tracing. |
PCM | Raw pcm 16 data |
MPEG | MP3 data format |
WAV | Wave data format |