Module voicemeeter::bindings
source · Expand description
Raw FFI Bindings
Structs§
- @name Device Enumeration Functions @{
- @name VB-Audio Callback Functions @{
Constants§
Type Aliases§
- @brief VB-AUDIO Callback is called for different task to Initialize, perform and end your process. VB-AUDIO Callback is part of single TIME CRITICAL Thread. VB-AUDIO Callback is non re-entrant (cannot be called while in process) VB-AUDIO Callback is supposed to be REAL TIME when called to process buffer. (it means that the process has to be performed as fast as possible, waiting cycles are forbidden. do not use O/S synchronization object, even Critical_Section can generate waiting cycle. Do not use system functions that can generate waiting cycle like display, disk or communication functions for example).
- @name VB-Audio Callback Functions @{
- @name VB-Audio Callback Functions @{
- @name VB-Audio Callback Functions @{