Commit History
Merge pull request #91 from QuentinFuxa/refacto_lib e383cc4
Quentin Fuxa commited on
Refactor import statement for AudioProcessor and update cleanup method to be awaited; remove unused formatters and state management files 69c754e
Refactor AudioProcessor methods for improved async handling and WebSocket integration 566619b
Refactor DiartDiarization initialization and streamline WebSocket audio processing ff49b3c
refacto 0 b9f09f7
Refactor PCM conversion to a dedicated function; immediate chunk addition to the diarization queue 6cccf9e
Update README.md dc3273d
Quentin Fuxa commited on
Merge pull request #85 from SilasK/warm-up 9c2f982
Quentin Fuxa commited on
Warmup functionality: add timeout option (for VM not connected to internet); False option to disable warmup cdd5f7e
Create CONTRIBUTING.md 5b03043
fix #84 fd90ec3
Diarization : Uses a rx observer instead of diart attach_hooks method a163c7b
change default model to tiny, and vad activated by default a14d9a0
Update README.md 35b86bd
Quentin Fuxa commited on
recording duration & waveform added d9feb41
use confidence scores returned by whisper to immediately validate tokens 2b4a348
update font 7643321
ffmpeg timout from 5 to 15s; diarization lag does not stay = 0 at the beginning 2c4b57c
update demo 6f06a0e
clean html 2ab07b8
Update README.md bb38ddd
Quentin Fuxa commited on
Merge branch 'main' of https://github.com/QuentinFuxa/whisper_streaming_web 48c209f
solve https://github.com/QuentinFuxa/whisper_streaming_web/issues/60#issuecomment-2692191781 6ad63d0
huggingface steps added. Solve https://github.com/QuentinFuxa/whisper_streaming_web/issues/59 & https://github.com/QuentinFuxa/whisper_streaming_web/issues/60 519ccaa
Quentin Fuxa commited on
Delete src directory 38f752b
Quentin Fuxa commited on
src/web to web 69bd3cb
move files b564d0f
split backends and online asr files e33bd9c
add coming soon 45b3df2
update import paths 0cf8b89
time objects is now used by DiartDiarization class fe0200a
silero vad 1ac9078
undiarized text is assigned to last speaker, with buffer information; traceback is used to format_exc errors bd15235
UI updated when diarization is disactivated d1918e7
Merge branch 'main' of https://github.com/QuentinFuxa/whisper_streaming_web fd64855
DiartDiarization now uses SpeakerSegment 28f51dc
// execution for diarization and transcription b0d49ce
update frontend for new variables 400ff66
Add files via upload 2cfd346
Quentin Fuxa commited on
Add files via upload 332764a
Quentin Fuxa commited on
SpeakerSegment class for future diart improvements 03c6c10
new buffer format d98de94
UI improvements 2527697
Add files via upload 0e84d7a
Quentin Fuxa commited on
Merge pull request #57 from QuentinFuxa/diart_integration_improvements ccfa2c8
Quentin Fuxa commited on
diarization now works at word - not chunk - level! 6143582
Merge pull request #56 from QuentinFuxa/diart_integration_improvements e7a0f76
Quentin Fuxa commited on
Improve sentence tokenization handling - MosesSentenceSplitter now works with list input 33573ca
Merge pull request #55 from QuentinFuxa/diart_integration_improvements 9761932
Quentin Fuxa commited on