Quentin Fuxa
|
8dcebd9329
|
add translate_model_name function
|
2024-12-19 11:10:02 +01:00 |
|
Quentin Fuxa
|
87cab7c280
|
add whisper mlx backend
|
2024-12-19 10:47:46 +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 |
|
Alex Young
|
8883397b44
|
Merge branch 'main' into ayo-warmup-file
|
2024-04-14 20:03:50 +01:00 |
|
Alex Young
|
626dedf2f5
|
Remove 'INFO:' from a few log strings
|
2024-04-14 19:45:44 +01:00 |
|
Alex Young
|
fc4b3cd518
|
Check whether we are passed a warmup file before trying to see if it exists
|
2024-04-14 19:38:41 +01:00 |
|
Alex Young
|
23a018d341
|
Add some logging around warmup
|
2024-04-14 19:33:54 +01:00 |
|
Alex Young
|
70bc57180c
|
Add a --warmup-file option to pass in a path
|
2024-04-14 19:29:46 +01:00 |
|
Alex Young
|
cc56fdd931
|
Add requirements.txt and a cuda_requirements.txt that's up to date
|
2024-04-14 19:17:53 +01:00 |
|