Audio capture configuration passed to the recorder.
More...
#include <config.h>
|
| int | sampleRate = 16000 |
| | Preferred sample rate requested from the capture device.
|
| |
| int | channels = 1 |
| | Preferred channel count requested from the capture device.
|
| |
| double | minimumSeconds = 0.25 |
| | Minimum recording duration required before transcription is attempted.
|
| |
| QString | deviceId |
| | Optional Qt multimedia device identifier. Empty selects the default input.
|
| |
Audio capture configuration passed to the recorder.
Definition at line 48 of file config.h.
◆ channels
| int AudioConfig::channels = 1 |
Preferred channel count requested from the capture device.
Definition at line 52 of file config.h.
◆ deviceId
| QString AudioConfig::deviceId |
Optional Qt multimedia device identifier. Empty selects the default input.
Definition at line 56 of file config.h.
◆ minimumSeconds
| double AudioConfig::minimumSeconds = 0.25 |
Minimum recording duration required before transcription is attempted.
Definition at line 54 of file config.h.
◆ sampleRate
| int AudioConfig::sampleRate = 16000 |
Preferred sample rate requested from the capture device.
Definition at line 50 of file config.h.
The documentation for this struct was generated from the following file: