mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
Loading...
Searching...
No Matches
AudioConfig Struct Reference

Audio capture configuration passed to the recorder. More...

#include <config.h>

Public Attributes

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.
 

Detailed Description

Audio capture configuration passed to the recorder.

Definition at line 48 of file config.h.

Member Data Documentation

◆ 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: