On Mon Jan 16 16:20:40 2023 +0000, Jinoh Kang wrote:
Magic constant. You should replace this with a `#define` shared with Unix side interfacing vosk. `#define WINE_VOSK_SAMPLE_RATE 16000` will do. (I'm aware that most vosk models are trained with 16kHz PCM streams.)
Either that or I'll keep a wfx instance inside the recognizer object.