mirror of
https://github.com/royshil/obs-localvocal.git
synced 2026-04-28 03:00:05 -04:00
* refactor: Update whispercpp dependency to version 0.0.3 * refactor: Add buffered output parameters for transcription filter * refactor: Remove unused parameter in set_source_signals function * refactor: Fix character splitting bug in TokenBufferThread * refactor: Update buffer size and overlap size in whisper-processing.cpp * refactor: Remove unused parameter in set_source_signals function * refactor: Fix floating point precision issue in whisper-processing.cpp * refactor: Improve remove_leading_trailing_nonalpha function in transcription-utils.cpp * refactor: Update VAD threshold in transcription filter * refactor: Update VAD threshold parameter name in silero-vad-onnx.h * refactor: Update VAD threshold parameter name in silero-vad-onnx.h * refactor: Update lock_guard parameter name in TokenBufferThread