Commit History

specify encoding to ensure Python reads file as UTF-8
f52a5ae

wldud5192 commited on

Update README.md
0ff6067

qfuxa commited on

Update README.md
da6c8d2

qfuxa commited on

no online conflict when multiple users
aa0ba59

qfuxa commited on

if websocket connection fails, frontend does not allow recording
b7a2d23

qfuxa commited on

Merge pull request #10 from SilasK/main
58e48bb

qfuxa commited on

only print translated text not timestamps
6a04ddb

SilasKieser commited on

black formating
5fdb08e

SilasKieser commited on

Update README.md
4cb3660

qfuxa commited on

Append full transcription in websocket processing
122368b

qfuxa commited on

Merge branch 'main' of https://github.com/QuentinFuxa/whisper_streaming_web
0d833ea

qfuxa commited on

Batch unprocessed audio to reduce Whisper streaming calls
c960d15

qfuxa commited on

Update README.md : ffmpeg to ffmpeg-python
1aa1b9e

qfuxa commited on

Merge branch 'main' of https://github.com/QuentinFuxa/whisper_streaming_web
99019f1

qfuxa commited on

/ws to /asr to distinguish protocol ws:// from endpoint
1cea20a

qfuxa commited on

throw errors if websocket connection fails
50bbd26

qfuxa commited on

Update README.md
cf5d1cf

qfuxa commited on

unfork project, indicate files from whisper streaming
0553b75

qfuxa commited on

Merge branch 'whisper-mlx'
baa0172

qfuxa commited on

add translate_model_name function
8dcebd9

qfuxa commited on

Merge branch 'whisper-mlx'
bfe973a

qfuxa commited on

add whisper mlx backend
87cab7c

qfuxa commited on

better buffer gestion
bee27c6

qfuxa commited on

update frontend
aa4480b

qfuxa commited on

Update README.md
cc92e97

qfuxa commited on

Update README.md
8c6c010

qfuxa commited on

Merge branch 'main' of https://github.com/QuentinFuxa/whisper_streaming
494b6e3

qfuxa commited on

smaller screenshot
d045137

qfuxa commited on

Merge pull request #1 from QuentinFuxa/fast-api-web-interface-with-buffer
54a37fb

qfuxa commited on

add fastapi server with live webm to pcm conversion and web page showing both complete transcription and partial transcription
104f7bd

qfuxa commited on

fixed silero vad chunk size
e6648e4

Dominik Macháček commited on

Merge pull request #139 from dariopellegrino00/main
863242f

Dominik Macháček commited on

Merge branch 'main' of github.com:promet99/whisper_streaming into promet99-main
8cfd8d8

dominik-machacek commited on

lru_cache didn't work with Python 3.6.9, openai api needs py version
e1b0e14

dominik-machacek commited on

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

slaesh commited on

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