You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Update version to 0.3.5 and clear current caption in transc… (#164)
* refactor: Update version to 0.3.5 and clear current caption in transcription filter callbacks
* feat: Refactor whisper-processing.cpp for improved VAD segmentation and token buffer thread
* feat: Update prebuilt Whispercpp version to 0.0.6
* refactor: Remove trailing whitespace in translation-language-utils.h
* refactor: Add case-insensitive flag to regex in set_text_callback
The code change adds the `std::regex_constants::icase` flag to the regex used in the `set_text_callback` function in `transcription-filter-callbacks.cpp`. This allows for case-insensitive matching when replacing filter words in the `str_copy` string.
Refactor the code to improve VAD segmentation and token buffer thread in whisper-processing.cpp
The code change refactors the `whisper-processing.cpp` file to improve the VAD (Voice Activity Detection) segmentation and token buffer thread. This aims to enhance the performance and accuracy of the transcription filtering process.
refactor: Add prepopulated filter options and corresponding map entries in FilterReplaceDialog
The code change adds prepopulated filter options, such as "English Swear Words," "English Hallucinations," and "Korean Hallucinations," to the `FilterReplaceDialog` UI. It also adds the corresponding map entries to the `filter_words_replace` map, allowing users to easily add predefined filter patterns and replacement values.
refactor: Update version to 0.3.5 and clear current caption in transcription filter callbacks
The code change updates the version to 0.3.5 and clears the current caption in the transcription filter callbacks. This ensures that the correct version is displayed and any previous captions are removed.
refactor: Remove trailing whitespace in translation-language-utils.h
The code change removes trailing whitespace in the `translation-language-utils.h` file, improving code readability and consistency.
0 commit comments