Commit Graph

137 Commits

Author SHA1 Message Date
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
Dominik Macháček
8d60fd3bf6 Merge pull request #91 from DoiiarX/patch-1
fix re-creation bug
2024-05-21 16:35:36 +02:00
Doiiars
9c15262015 fix re-creation bug
fix re-creation bug
2024-05-20 10:50:33 +08:00
wenli
7bca7a2b8e Update whisper_online.py 2024-05-15 23:49:24 +08:00
Dominik Macháček
264b8a32c2 forgot f in the last debug print 2024-05-02 10:32:53 +02:00
Dominik Macháček
b50f68749b checks and changes in logging
- don't set the level for submodules, it's too verbose
- etc.
2024-04-18 18:10:25 +02:00
Alex Young
7286dfdfa1 Add a debug log line when no text is detected 2024-04-17 22:40:18 +01:00
Alex Young
8060d45aea Default log level to DEBUG, faster-whisper to match 2024-04-17 22:21:41 +01:00
Alex Young
df64b4e2c3 Remove requirements.txt files 2024-04-17 22:03:59 +01:00
Alex Young
97a4ebdf15 Construct an explicit logger rather than using the root logger 2024-04-17 21:58:24 +01:00
Alex Young
2ba48bcbf4 Merge branch 'main' into ayo-logging-fixes 2024-04-17 20:47:55 +01:00
Dominik Macháček
dcddb17de8 UEDIN ack in line_packet.py 2024-04-17 15:25:19 +02:00
Dominik Macháček
f32eeef4dd Merge branch 'tijszwinkels-online-from-factory'
PR #71
2024-04-17 15:22:11 +02:00
Dominik Macháček
bb93952fd2 Merge branch 'main' into online-from-factory 2024-04-17 15:07:00 +02:00
Dominik Macháček
ce215e621b Merge pull request #82 from ufal/regularfry-ayo-warmup-file
warmup file -- PR #81
2024-04-17 14:54:48 +02:00
Dominik Macháček
e0f5d42b13 better documentation, help message and logging prints 2024-04-17 14:51:49 +02:00
Alex Young
2afc97db48 Set the log level inside faster-whisper again (lost in merge) 2024-04-14 20:16:28 +01:00
Alex Young
a7cb7a5469 Merge branch 'main' into ayo-logging-fixes 2024-04-14 20:09:56 +01:00