buzz/buzz
2024-11-23 19:43:37 +00:00
..
assets Adding Core ML support for WhisperCpp (#976) 2024-11-05 19:41:26 +02:00
db Fallback for queued_at having no value (#932) 2024-10-05 18:47:23 +00:00
locale Cn language support (#982) 2024-11-05 18:13:22 +00:00
settings Live recording sliding window (#933) 2024-10-06 11:29:42 +00:00
store fix: handle keyring store exception (#685) 2024-03-14 22:05:42 +00:00
transcriber Adding support for cookiefile for Youtube downloads (#988) 2024-11-10 15:57:05 +00:00
widgets Adding option to hide GUI window in CLI mode (#996) 2024-11-18 17:02:35 +00:00
__init__.py Fix terminal value in .desktop file (#487) 2023-06-17 07:35:10 +01:00
__main__.py Add Snapcraft (#486) 2023-06-12 13:09:08 +01:00
__version__.py Live recording sliding window (#933) 2024-10-06 11:29:42 +00:00
action.py Add black formatting (#571) 2023-08-18 22:32:18 +00:00
assets.py feat: add macOS build (#711) 2024-03-24 21:05:01 +00:00
buzz.py Adding option to hide GUI window in CLI mode (#996) 2024-11-18 17:02:35 +00:00
cache.py feat: import URL for transcription (#665) 2024-01-08 01:45:30 +00:00
cli.py Adding option to import urls via CLI (#1003) 2024-11-23 19:43:37 +00:00
conn.py Add task queue (#253) 2022-12-20 18:49:00 +00:00
dialogs.py Add black formatting (#571) 2023-08-18 22:32:18 +00:00
file_transcriber_queue_worker.py feat: save transcriptions to sqlite (#682) 2024-03-14 01:51:06 +00:00
locale.py Adding locale override (#985) 2024-11-08 20:05:01 +00:00
model_loader.py Adding Core ML support for WhisperCpp (#976) 2024-11-05 19:41:26 +02:00
paths.py feat: import URL for transcription (#665) 2024-01-08 01:45:30 +00:00
recording.py Add live transcript export (#784) 2024-06-07 17:21:57 +00:00
schema.sql Add llm translations (#791) 2024-06-15 09:25:01 +03:00
transformers_whisper.py Adding word level timestamps for Huggingface (transformers) whisper (#971) 2024-11-01 14:13:14 +00:00
translator.py Adding option to specify different API for translation (#893) 2024-08-26 16:51:31 +00:00
whisper_audio.py Will not check process return code, but error (#945) 2024-10-12 10:13:13 +00:00