Commit History
Update README.md
0ff6067
Update README.md
da6c8d2
no online conflict when multiple users
aa0ba59
if websocket connection fails, frontend does not allow recording
b7a2d23
Merge pull request #10 from SilasK/main
58e48bb
only print translated text not timestamps
6a04ddb
fix #7
aa4d259
black formating
5fdb08e
Update README.md
4cb3660
Append full transcription in websocket processing
122368b
Merge branch 'main' of https://github.com/QuentinFuxa/whisper_streaming_web
0d833ea
Batch unprocessed audio to reduce Whisper streaming calls
c960d15
Update README.md : ffmpeg to ffmpeg-python
1aa1b9e
Merge branch 'main' of https://github.com/QuentinFuxa/whisper_streaming_web
99019f1
/ws to /asr to distinguish protocol ws:// from endpoint
1cea20a
throw errors if websocket connection fails
50bbd26
Update README.md
cf5d1cf
unfork project, indicate files from whisper streaming
0553b75
Merge branch 'whisper-mlx'
baa0172
add translate_model_name function
8dcebd9
Merge branch 'whisper-mlx'
bfe973a
add whisper mlx backend
87cab7c
better buffer gestion
bee27c6
update frontend
aa4480b
Update README.md
cc92e97
Update README.md
8c6c010
Merge branch 'main' of https://github.com/QuentinFuxa/whisper_streaming
494b6e3
smaller screenshot
d045137
Merge pull request #1 from QuentinFuxa/fast-api-web-interface-with-buffer
54a37fb
add fastapi server with live webm to pcm conversion and web page showing both complete transcription and partial transcription
104f7bd
fixed silero vad chunk size
e6648e4
Dominik Macháček
commited on
Merge pull request #139 from dariopellegrino00/main
863242f
Dominik Macháček
commited on
large-v3-turbo compatible
d48895c
Merge branch 'main' of github.com:promet99/whisper_streaming into promet99-main
8cfd8d8
lru_cache didn't work with Python 3.6.9, openai api needs py version
e1b0e14
fix: update openapi code to match updated return type
e3dc524
promet99
commited on
fixed VADIterator
2de0900
Dominik Macháček
commited on
fixed
e25ad4f
Dominik Macháček
commited on
FixedSileroVADIterator to support other than 512-sized chunks with v5
6387098
Dominik Macháček
commited on
Merge pull request #115 from slaesh/fix/pin-silero-vad-version-to-v4
7eeb73f
Dominik Macháček
commited on
fix: pin silero-vad version to v4
d665f9a
small code review
827425b
Dominik Macháček
commited on
hide optional install
4a89935
Dominik Macháček
commited on
Update README.md
4c17b56
Dominik Macháček
commited on
cleaner code
52da121
Dominik Macháček
commited on
clean code with VAC
7edc534
Dominik Macháček
commited on
removing duplicated code -- whisper_online_vac
14c2bbe
Dominik Macháček
commited on
Merge branch 'main' into vad-streaming-clean
36bf3a3
Dominik Macháček
commited on
remove mic test and streams
2ec2266
Dominik Macháček
commited on