Commit Graph

493 Commits

Author SHA1 Message Date
makaveli10 fd86340f30 add: tensorrt backend 2024-01-09 18:09:50 +00:00
makaveli10 2300eedc8b fix: error messages 2024-01-09 13:35:38 +08:00
makaveli cafcb04fbc Merge pull request #92 from hcljsq/main
feat: set initial_prompt and vad_parameters in the first message
2024-01-09 10:00:48 +05:30
Chen Hua 72ead71eeb feat: set initial_prompt and vad_parameters in the first message 2024-01-08 15:33:55 +08:00
makaveli 7b2f5cff72 Merge pull request #89 from hcljsq/main
format segment timestamps
2024-01-03 21:27:06 +05:30
Chen Hua 32c6a565d7 refactor(server): add format_segment helper to standardize timestamp output 2024-01-03 12:25:25 +08:00
makaveli e30286c046 Merge pull request #83 from Chronoz/fix_exception_on_overflow
fix exception on overflow
2024-01-02 19:01:36 +05:30
makaveli10 7c0b32b85e bump version 0.0.10 v0.0.10 2024-01-01 18:12:51 +05:30
makaveli 01665a54c1 Merge pull request #82 from hcljsq/main
Add the `large-v3` model
2024-01-01 18:09:41 +05:30
华晨 02793a93f8 feat: Update transcriber to support large-v3 model with 128 mel filters 2024-01-01 20:22:37 +08:00
makaveli db2e0bbcdd Merge pull request #81 from k0hacuu/main
README Spelling correction
2024-01-01 13:53:38 +05:30
Chronoz e92ddd291a fix exception on overflow 2023-12-31 20:59:33 +07:00
华晨 5918b5ed42 fix: update faster-whisper 2023-12-31 15:45:41 +08:00
华晨 71d207a607 feat: add large-v3 model 2023-12-30 23:19:30 +08:00
Jonny Yang 6ee4cd09f2 Update README.md 2023-12-25 13:12:24 +00:00
Marcus Edel 5de4de4b84 Merge pull request #76 from makaveli10/model_size_option
Model size option.
2023-12-20 09:10:57 -05:00
makaveli10 e006722da7 add model size option to client 2023-12-20 18:06:02 +05:30
makaveli10 a52dc0cbf8 update chrome/firefox plugin readme 2023-12-15 00:09:55 +05:30
makaveli10 048ab0a8f4 remove debugging script 2023-12-15 02:26:01 +08:00
makaveli10 261bb9e961 Merge branch 'model_size_option' of github.com:makaveli10/whisper-live into model_size_option 2023-12-15 02:23:20 +08:00
makaveli10 091f6179d4 add sample audio for testing 2023-12-15 02:23:13 +08:00
makaveli10 1e1349cd80 update firefox plugin with model size dropdown 2023-12-14 23:52:51 +05:30
makaveli10 14beb4f942 update chrome plugin with model size dropdown 2023-12-14 23:52:25 +05:30
makaveli10 7ffcad64ba update readme 2023-12-15 02:21:35 +08:00
makaveli10 402fceb9f3 remove emptyline 2023-12-15 02:21:09 +08:00
makaveli10 09b18e8ab8 add model size option from server 2023-12-14 22:08:12 +08:00
makaveli da72d03073 Merge pull request #73 from jhormigo/hls_support
Support for HLS transcription
2023-12-13 00:05:11 +05:30
Jesús Hormigo a1a8d5f92a Added a HLS stream sample URL 2023-12-12 13:46:52 +01:00
Jesús Hormigo b6dee4e46e Using ffmpeg-python package instead of requiring having ffmpeg installed in system 2023-12-10 19:34:27 +01:00
Jesús Hormigo f3cd20fbf3 Support for HLS transcription (resolves #62) 2023-12-09 21:24:55 +01:00
makaveli10 da86c18205 bump version: 0.0.9 v0.0.9 2023-12-06 15:09:50 +05:30
makaveli 8097e9b44a Merge pull request #70 from ethanzrd/main
Update `faster_whisper` version setup.py
2023-12-06 15:04:06 +05:30
Ethan Zerad 222852ff33 Update setup.py
Update faster-whisper version to match requirements/server.txt
2023-12-02 11:07:41 +02:00
Marcus Edel 2de67ee02f Merge pull request #64 from makaveli10/update_faster_whisper
Update faster whisper.
v0.0.8
2023-11-20 10:26:42 -05:00
makaveli10 073cfc20f3 update version faster whisper server requirements 2023-11-20 19:05:02 +08:00
makaveli10 ee80bd21bd update faster_whisper backend 2023-11-20 19:04:31 +08:00
makaveli 410b91d133 Merge pull request #58 from makaveli10/fix_chrome_ext
Fix chrome extension errors in the options tab
2023-10-19 00:01:39 +05:30
makaveli10 a2b5220738 send empty responses and remove async; its not helping 2023-10-18 16:52:47 +02:00
makaveli10 1938dfb490 remove irrelevant reload 2023-10-18 16:52:07 +02:00
Marcus Edel 727033295a Merge pull request #55 from makaveli10/git_workflow_pip_upload
Git workflow pip upload.
v0.0.7
2023-10-13 11:00:22 -04:00
makaveli10 28d4bac210 push package only on new tag 2023-10-13 19:11:58 +08:00
makaveli10 0ea554f297 fix: typo 2023-10-13 17:26:15 +08:00
makaveli10 06189ab37c add ci 2023-10-13 17:21:48 +08:00
makaveli10 84122de339 add version 2023-10-13 16:13:49 +08:00
Marcus Edel 1f411d56b8 Merge pull request #53 from yehiaabdelm/main
Add wget to setup.sh.
2023-10-03 13:53:21 -04:00
Yehia 71b37d3079 add wget to setup.sh
`subprocess.run(["wget", "-O", model_filename, model_url], check=True)` breaks the server because wget is not installed
2023-10-03 19:35:33 +03:00
Marcus Edel b5f9f1ed08 Merge pull request #52 from makaveli10/vad_warnings
Add `force_onnx_cpu` arg, thanks Shubh for reporting the issue and providing a fix.
2023-09-28 15:01:43 -04:00
makaveli10 ad37d8c63c add arg to run vad on cpu 2023-09-28 23:41:31 +05:30
Marcus Edel 44e0db1634 Merge pull request #51 from makaveli10/vad_warnings
Suppress VAD warnings & update onnxruntime.
2023-09-27 12:51:44 -04:00
makaveli10 6a087fa1f6 Merge remote-tracking branch 'upstream/main' into vad_warnings 2023-09-27 20:35:38 +08:00