|
Wave Arts VQE
1.00
Voice Quality Enhancement
|
Audio stream parameters. More...
#include <WaAudioDev.h>
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 | |
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.
1.7.5.1