Commit Graph

154 Commits

Author SHA1 Message Date
silask
6a04ddbed2 only print translated text not timestamps 2024-12-30 21:53:33 +01:00
silask
aa4d2599cc fix #7 2024-12-30 21:53:33 +01:00
silask
5fdb08edae black formating 2024-12-30 21:53:33 +01:00
Quentin Fuxa
4cb3660666 Update README.md 2024-12-30 20:46:36 +01:00
Quentin Fuxa
122368bff3 Append full transcription in websocket processing 2024-12-30 15:21:00 +01:00
Quentin Fuxa
0d833eaea2 Merge branch 'main' of https://github.com/QuentinFuxa/whisper_streaming_web 2024-12-28 18:32:36 +01:00
Quentin Fuxa
c960d1571d Batch unprocessed audio to reduce Whisper streaming calls 2024-12-28 18:32:27 +01:00
Quentin Fuxa
1aa1b9ea99 Update README.md : ffmpeg to ffmpeg-python 2024-12-28 09:15:09 +01:00
Quentin Fuxa
99019f1dd7 Merge branch 'main' of https://github.com/QuentinFuxa/whisper_streaming_web 2024-12-24 19:36:36 +01:00
Quentin Fuxa
1cea20a42d /ws to /asr to distinguish protocol ws:// from endpoint 2024-12-24 19:36:20 +01:00
Quentin Fuxa
50bbd26517 throw errors if websocket connection fails 2024-12-24 19:31:08 +01:00
Quentin Fuxa
cf5d1cf013 Update README.md 2024-12-19 18:57:15 +01:00
Quentin Fuxa
0553b75415 unfork project, indicate files from whisper streaming 2024-12-19 12:01:07 +01:00
Quentin Fuxa
baa01728be Merge branch 'whisper-mlx' 2024-12-19 11:14:48 +01:00
Quentin Fuxa
8dcebd9329 add translate_model_name function 2024-12-19 11:10:02 +01:00
Quentin Fuxa
bfe973a0d2 Merge branch 'whisper-mlx' 2024-12-19 10:48:25 +01:00
Quentin Fuxa
87cab7c280 add whisper mlx backend 2024-12-19 10:47:46 +01:00
Quentin Fuxa
bee27c68e6 better buffer gestion 2024-12-19 10:19:24 +01:00
Quentin Fuxa
aa4480b138 update frontend 2024-12-19 10:19:11 +01:00
Quentin Fuxa
cc92e97e17 Update README.md 2024-12-19 08:38:30 +01:00
Quentin Fuxa
8c6c0104a3 Update README.md 2024-12-19 00:04:23 +01:00
Quentin Fuxa
494b6e3ca9 Merge branch 'main' of https://github.com/QuentinFuxa/whisper_streaming 2024-12-16 13:40:51 +01:00
Quentin Fuxa
d045137ba8 smaller screenshot 2024-12-16 13:39:17 +01:00
Quentin Fuxa
54a37fbcb6 Merge pull request #1 from QuentinFuxa/fast-api-web-interface-with-buffer
add fastapi server with live webm to pcm conversion and web page show…
2024-12-16 13:32:33 +01:00
Quentin Fuxa
104f7bde03 add fastapi server with live webm to pcm conversion and web page showing both complete transcription and partial transcription 2024-12-16 13:24:27 +01:00
Dominik Macháček
e6648e4f46 fixed silero vad chunk size
issues #141 #121 #142 #136 etc.
2024-11-28 18:13:49 +01:00
Dominik Macháček
863242f107 Merge pull request #139 from dariopellegrino00/main
large-v3-turbo is now supported
2024-11-22 16:24:49 +01:00
Dario Pellegrino
d48895c343 large-v3-turbo compatible 2024-11-22 00:16:22 +01:00
Dominik Macháček
8cfd8d85a3 Merge branch 'main' of github.com:promet99/whisper_streaming into promet99-main 2024-11-15 13:53:57 +01:00
Dominik Macháček
e1b0e146a5 lru_cache didn't work with Python 3.6.9, openai api needs py version 2024-11-15 13:53:01 +01:00
promet99
e3dc524783 fix: update openapi code to match updated return type 2024-11-10 20:02:25 +09:00
Dominik Macháček
2de090023c fixed VADIterator 2024-10-16 11:14:37 +02:00
Dominik Macháček
e25ad4fcd7 fixed
issue #116
2024-10-04 17:39:20 +02:00
Dominik Macháček
63870987c0 FixedSileroVADIterator to support other than 512-sized chunks with v5
isssue #116
2024-10-04 17:14:55 +02:00
Dominik Macháček
7eeb73f4d4 Merge pull request #115 from slaesh/fix/pin-silero-vad-version-to-v4
fix: pin silero-vad version to v4
2024-09-01 17:08:24 +02:00
slaesh
d665f9a96e fix: pin silero-vad version to v4 2024-09-01 08:05:40 +02:00
Dominik Macháček
827425bb91 small code review 2024-08-19 10:43:29 +02:00
Dominik Macháček
4a89935ee5 hide optional install 2024-08-19 00:30:54 +02:00
Dominik Macháček
4c17b56041 Update README.md
credits, fixed link
2024-08-19 00:26:08 +02:00
Dominik Macháček
52da12120c cleaner code 2024-08-19 00:19:16 +02:00
Dominik Macháček
7edc534f8a clean code with VAC 2024-08-19 00:04:03 +02:00
Dominik Macháček
14c2bbef87 removing duplicated code -- whisper_online_vac 2024-08-18 20:33:08 +02:00
Dominik Macháček
36bf3a32d4 Merge branch 'main' into vad-streaming-clean
conflicts merged
2024-08-18 19:47:28 +02:00
Dominik Macháček
2ec2266929 remove mic test and streams 2024-08-18 19:42:29 +02:00
Dominik Macháček
f3907703ed Merge pull request #110 from oplatek/vad-streaming-oplatek
polishing code and note about installing deps for VAD
2024-08-16 17:53:03 +02:00
Ondrej Platek
13fd21a201 polishing code and note about installing deps for VAD 2024-08-16 16:53:07 +02:00
Dominik Macháček
84a999570a link to a nice video 2024-08-13 14:53:28 +02:00
Dominik Machacek
884958127f bugfix 2024-05-28 15:00:11 +02:00
Dominik Machacek
726fa574a2 fix bug in server 2024-05-27 17:56:22 +02:00
Dominik Macháček
333eea4b76 Merge pull request #87 from felixhutuo/fix_bugs_from_ufal
Fix a suspected bug
2024-05-21 16:37:39 +02:00