Wave Arts VQE  1.00
Voice Quality Enhancement
Public Attributes
WadParam Struct Reference

Audio stream parameters. More...

#include <WaAudioDev.h>

List of all members.

Public Attributes

int inDev
 input device index, -1 means none
WadStreamFormat inFmt
 input stream format
int outDev
 output device index, -1 means none
WadStreamFormat outFmt
 output stream format
WadPriority priority
 I/O thread priority.
int inBufTimeMsec
 minimum total input buffer time, msec, 0 means default
int outBufTimeMsec
 minimum total output buffer time, msec, 0 means default

Detailed Description

Audio stream parameters.

Parameters to open input and output devices for streaming. Device indices are Wave Arts indices, not necessarily the same as OS API. The indices correspond to the WaAudioDev::GetDevInfo argument. Note you should set the priority to WadPriorityMax when creating the parameters, otherwise the audio thread will run at normal priority.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines