Quentin Fuxa
|
46efbdf1d9
|
solves https://github.com/QuentinFuxa/WhisperLiveKit/issues/151
|
2025-07-31 11:42:06 +02:00 |
|
Quentin Fuxa
|
56114d3071
|
Remove end_attributed_speaker in diarization_online. handled in audio processor
|
2025-07-16 12:09:43 +02:00 |
|
Quentin Fuxa
|
5b9977c9af
|
Enhanced use_punctuation_split for diarization. further improvements still needed
|
2025-07-16 12:06:17 +02:00 |
|
Quentin Fuxa
|
12a544164f
|
Merge branch 'main' of https://github.com/QuentinFuxa/whisper_streaming_web
|
2025-07-16 12:05:01 +02:00 |
|
Quentin Fuxa
|
2ca1156b7e
|
Merge pull request #147 from choomegan/diar_queue
Ensure diarization_queue receives only latest PCM chunk
|
2025-07-16 12:04:53 +02:00 |
|
Quentin Fuxa
|
3ad3683ca7
|
Refactor speaker assignment in DiartDiarization for clarity and punctuation awareness
|
2025-07-15 14:38:53 +02:00 |
|
Quentin Fuxa
|
1599bd87a0
|
work on punctuation_split
|
2025-07-15 12:04:54 +02:00 |
|
Quentin Fuxa
|
90623400a4
|
Remove automatic downloading of SimulStreaming dependencies on import failure
|
2025-07-15 12:04:17 +02:00 |
|
choomegan
|
64e44fb24f
|
fix: logic of adding of pcm_array to diarization_queue
|
2025-07-15 15:33:41 +08:00 |
|
Quentin Fuxa
|
156b9a133f
|
0.2.2
|
2025-07-04 17:11:35 +02:00 |
|
Quentin Fuxa
|
df8cb23848
|
Merge branch 'main' of https://github.com/QuentinFuxa/whisper_streaming_web
0.2.2
|
2025-07-04 17:04:26 +02:00 |
|
Quentin Fuxa
|
9ff513093b
|
simulstreaming uses empty space as separator
|
2025-07-04 17:03:01 +02:00 |
|
Quentin Fuxa
|
17184e552c
|
Update README.md
|
2025-07-03 11:13:45 +02:00 |
|
Quentin Fuxa
|
aad2c55d8c
|
download_simulstreaming_backend.py now downloads files in the correct lib dir
|
2025-07-03 11:07:28 +02:00 |
|
Quentin Fuxa
|
2f177c4a3b
|
add __init__.py file to simul_whisper assets directory
|
2025-07-03 10:41:12 +02:00 |
|
Quentin Fuxa
|
b362eccb23
|
new command to get simulstreaming backend
|
2025-07-03 10:24:02 +02:00 |
|
Quentin Fuxa
|
5daaf77258
|
add download script for SimulStreaming backend
|
2025-07-03 10:14:45 +02:00 |
|
Quentin Fuxa
|
36cc4412c3
|
update LICENSE with SimulStreaming dual licensing terms; include in .gitignore additional stuff
|
2025-07-03 09:21:38 +02:00 |
|
Quentin Fuxa
|
e1d4bf7e94
|
modify import paths in simul whisper backend so that it works in lib mode
|
2025-07-01 20:34:47 +02:00 |
|
Quentin Fuxa
|
62bf28949e
|
compatible with the latest version of simulstreaming
|
2025-07-01 20:10:45 +02:00 |
|
Quentin Fuxa
|
25526b3aa2
|
typo
|
2025-07-01 19:14:49 +02:00 |
|
Quentin Fuxa
|
1e3fab9550
|
copy non python files from simulstreaming when installing package
|
2025-07-01 19:14:23 +02:00 |
|
Quentin Fuxa
|
f25de6d8a4
|
ffmpeg-python is not used anymore - ffmpeg is directly called through create_subprocess_exec
|
2025-07-01 18:53:35 +02:00 |
|
Quentin Fuxa
|
8a175e79d8
|
Merge branch 'main' of https://github.com/QuentinFuxa/whisper_streaming_web
|
2025-07-01 18:52:26 +02:00 |
|
Quentin Fuxa
|
dc37b44486
|
add _read_stderr to empty the stderr
|
2025-07-01 17:05:58 +02:00 |
|
Quentin Fuxa
|
2d1df92aa7
|
Merge pull request #145 from SlavikCA/port-fix
fix port for WS link; use correct HF build arg
|
2025-07-01 14:16:58 +02:00 |
|
Quentin Fuxa
|
2c1a603e38
|
ffmpeg is managed in a thread in FFmpegManager to prevent the all from crashing when an error occurs
|
2025-07-01 11:19:10 +02:00 |
|
Quentin Fuxa
|
774cee036b
|
increase timeout from 2 to 20s for ffmpeg stdin flush and writing
|
2025-06-30 18:28:50 +02:00 |
|
Quentin Fuxa
|
d22916988e
|
add SIMULSTREAMING_ERROR_AND_INSTALLATION_INSTRUCTIONS for instructions when simulstreaming files are not there
|
2025-06-30 17:42:45 +02:00 |
|
slavik.fursov
|
5b8ad94dde
|
fix port for WS link; use correct HF build arg
|
2025-06-30 08:15:51 -07:00 |
|
Quentin Fuxa
|
f668570292
|
Trim buffer when no new ASR tokens are issued
|
2025-06-30 11:55:07 +02:00 |
|
Quentin Fuxa
|
7c0768e8f3
|
bump version to 0.2.1; enhance error message for simulstreaming missing dependencies
0.2.1
|
2025-06-27 14:06:35 +02:00 |
|
Quentin Fuxa
|
b42d8b2692
|
add dual license warning indication when using simulstreaming backend
|
2025-06-27 10:00:19 +02:00 |
|
Quentin Fuxa
|
0cd885247c
|
update readme
|
2025-06-26 00:15:56 +02:00 |
|
Quentin Fuxa
|
8e30e8010a
|
correct timing (lag) calculations in SimulStreamingASR and SimulStreamingOnlineProcessor
|
2025-06-26 00:13:44 +02:00 |
|
Quentin Fuxa
|
bfec335a5f
|
restore a functionnal buffer_diarization
|
2025-06-25 23:38:23 +02:00 |
|
Quentin Fuxa
|
6867041254
|
1rst version of SimulStreaming backend. many improvements needed
|
2025-06-25 17:59:46 +02:00 |
|
Quentin Fuxa
|
e165916952
|
add diarization model list url
0.1.9
|
2025-06-19 16:43:23 +02:00 |
|
Quentin Fuxa
|
8532a91c7a
|
add segmentation and embedding model options to configuration
|
2025-06-19 16:29:25 +02:00 |
|
Quentin Fuxa
|
b01b81bad0
|
improve diarization with lag diarization substraction
|
2025-06-19 16:18:49 +02:00 |
|
Quentin Fuxa
|
0f79d442ee
|
improve diarization speed + Use punctuation to better align speakers and diarization
|
2025-06-19 13:03:29 +02:00 |
|
Quentin Fuxa
|
c9f60504e3
|
update with up to date example
0.1.8
|
2025-06-16 16:57:47 +02:00 |
|
Quentin Fuxa
|
993a83546a
|
core refactoring
|
2025-06-16 16:13:57 +02:00 |
|
Quentin Fuxa
|
eabd1b199a
|
to 0.1.7
0.1.7
|
2025-05-28 13:29:45 +02:00 |
|
Quentin Fuxa
|
f7644268c1
|
Message when launching transcription and no audio is detected
|
2025-05-28 13:25:49 +02:00 |
|
Quentin Fuxa
|
34e8fe260e
|
lag information in real time even when no audio is detected
|
2025-05-28 12:25:47 +02:00 |
|
Quentin Fuxa
|
debfefaf3e
|
Merge pull request #128 from QuentinFuxa/vac-update
Vac update
|
2025-05-28 11:51:37 +02:00 |
|
Quentin Fuxa
|
101ca9ef90
|
Update README.md
|
2025-05-28 11:50:44 +02:00 |
|
Quentin Fuxa
|
94bb05d53e
|
Update README.md
|
2025-05-28 11:48:46 +02:00 |
|
Quentin Fuxa
|
6797b88176
|
Error handling for missing FFmpeg in start_ffmpeg_decoder
|
2025-05-28 11:43:30 +02:00 |
|