makaveli10
|
9d2ea75247
|
Refactor to make record function more readable
Signed-off-by: makaveli10 <suryanvineet47@gmail.com>
|
2024-05-28 11:06:49 +05:30 |
|
makaveli10
|
225a98be0c
|
Ignore linting as this file is a copy from faster_whisper
Signed-off-by: makaveli10 <suryanvineet47@gmail.com>
|
2024-05-28 11:06:49 +05:30 |
|
makaveli10
|
8f373c3537
|
Update README
Signed-off-by: makaveli10 <suryanvineet47@gmail.com>
|
2024-05-28 11:06:49 +05:30 |
|
makaveli10
|
61d07edabb
|
Make writing output audio file optional when using microphone
Signed-off-by: makaveli10 <suryanvineet47@gmail.com>
|
2024-05-28 11:06:49 +05:30 |
|
makaveli
|
03e30e1fed
|
Merge pull request #212 from dshepelev15/feat/RTSP_support
Add support for RTSP stream
|
2024-05-28 10:48:13 +05:30 |
|
makaveli
|
c0a947a8f6
|
Merge pull request #215 from makaveli10/fix/omp-num-threads
fix: limit CPU usage for VAD onnxruntime inference session by setting…
|
2024-05-24 23:42:51 +05:30 |
|
makaveli10
|
819ab35b28
|
fix: limit CPU usage for VAD onnxruntime inference session by setting OMP_NUM_THREADS
Signed-off-by: makaveli10 <vineet.suryan@collabora.com>
|
2024-05-24 04:58:49 -04:00 |
|
dshepelev15
|
615c9c7aed
|
Add support for RTSP stream
|
2024-05-17 17:32:09 +03:00 |
|
makaveli
|
a9683319e0
|
Merge pull request #192 from fraic/dev1
Add option: save network stream to local file while transcribing
|
2024-05-05 17:46:39 +05:30 |
|
makaveli
|
0a2d92c5b8
|
Merge pull request #206 from peldszus/smaller-dockerimages
Improve cpu and gpu Dockerfiles, resulting in much smaller images
|
2024-05-02 11:02:16 +05:30 |
|
Andreas Peldszus
|
dccfce2a3c
|
Improve cpu and gpu Dockerfiles, resulting in much smaller images
|
2024-04-26 15:51:11 +02:00 |
|
fraic
|
f78fc473c5
|
Add option: save network stream to local file while transcribing
|
2024-03-25 19:11:24 +08:00 |
|
makaveli
|
0dfbdb2477
|
bump version v0.4.1
v0.4.1
|
2024-03-22 12:30:42 +05:30 |
|
makaveli
|
e171b9c460
|
Merge pull request #190 from makaveli10/fix_client_close
Fix client close
|
2024-03-22 12:29:49 +05:30 |
|
makaveli10
|
66b5dc7c15
|
Merge remote-tracking branch 'upstream/main' into fix_client_close
|
2024-03-22 12:13:44 +05:30 |
|
makaveli10
|
0f1d36fc06
|
fix: microphone client close
|
2024-03-22 12:13:27 +05:30 |
|
makaveli
|
d24c53198c
|
Merge pull request #187 from jsichi/preserve-server-error
Don't clear server_error flag on close.
|
2024-03-22 12:12:16 +05:30 |
|
John Sichi
|
fe1640695c
|
Don't clear server_error flag on close.
|
2024-03-21 13:28:18 +09:00 |
|
makaveli
|
8d77f0fa5a
|
bump version v0.4.0
v0.4.0
|
2024-03-20 12:04:38 +05:30 |
|
makaveli
|
2e37216282
|
Merge pull request #174 from jsichi/tee-client
Add support for processing same audio stream via multiple clients running different tasks.
|
2024-03-17 22:51:26 +05:30 |
|
makaveli
|
7c7a446478
|
Fix: mock pyaudio for ci to pass the server tests
|
2024-03-15 12:29:32 +05:30 |
|
John Sichi
|
37d7f2ed66
|
Merge branch 'main' into tee-client
|
2024-03-13 20:12:51 +09:00 |
|
makaveli
|
754f22dfae
|
Merge pull request #175 from FlippFuzz/fix-faster-whisper-version-setup
Fix faster whisper version in setup.py
|
2024-03-11 14:52:46 +05:30 |
|
makaveli
|
ebd2dc9568
|
Merge pull request #173 from FlippFuzz/fix-os-error-no-mic
Handle failure on systems without microphones
|
2024-03-11 14:50:15 +05:30 |
|
FlippFuzz
|
9b2e17ec4d
|
Fix faster whisper version in setup.py
|
2024-03-10 20:28:54 +08:00 |
|
John Sichi
|
5b32dc4130
|
Fix default value for multicast.
|
2024-03-10 21:02:50 +09:00 |
|
John Sichi
|
c0f37c77e9
|
Remove camelcase
|
2024-03-10 20:49:17 +09:00 |
|
John Sichi
|
3b15dc76b4
|
Add support for processing same audio stream via multiple clients with different tasks.
|
2024-03-10 20:44:15 +09:00 |
|
FlippFuzz
|
4d477e35e7
|
Handle failure on systems without microphones
Catch the OSError and print a WARN log.
|
2024-03-10 19:43:53 +08:00 |
|
makaveli
|
a17f4041de
|
Merge pull request #163 from makaveli10/upgrade_faster_whisper
Upgrade faster whisper==1.0.1
|
2024-03-04 22:26:44 +05:30 |
|
makaveli10
|
8a06ba802b
|
update cuda version 12.2.2 gpu dockerfile
|
2024-03-04 03:24:49 -05:00 |
|
makaveli10
|
02d4566289
|
upgrade faster whisper 1.0.1
|
2024-03-04 07:35:43 +00:00 |
|
Marcus Edel
|
acd4902bec
|
Merge pull request #161 from makaveli10/fix_docker_workflow
Build & push docker image on every new tag.
|
2024-02-29 10:42:49 -05:00 |
|
makaveli10
|
a495a49b06
|
build & push docker image on every new tag
|
2024-02-29 19:08:32 +05:30 |
|
makaveli
|
9e5ab408cd
|
bump version 0.3.0
v0.3.0
|
2024-02-28 23:39:44 +05:30 |
|
Marcus Edel
|
5e6c26c3a0
|
Merge pull request #158 from makaveli10/cpu_usage
fix: cpu usage issue.
|
2024-02-28 09:11:32 -05:00 |
|
makaveli10
|
18b6168807
|
fix: cpu usage issue
|
2024-02-28 13:55:37 +05:30 |
|
makaveli
|
ec1349360a
|
Merge pull request #157 from makaveli10/trt-multilingual
fix: lanuguage, task prefix in decoder start ids
|
2024-02-27 18:46:33 +05:30 |
|
makaveli10
|
a41e714801
|
fix: lanuguage, task prefix in decoder start ids
|
2024-02-26 23:31:19 -05:00 |
|
Marcus Edel
|
2d16ee552f
|
Merge pull request #156 from makaveli10/fix_docker_image_gpu
Fix docker image gpu.
|
2024-02-26 09:24:26 -05:00 |
|
makaveli10
|
9699611000
|
push docker image to ghcr on push to main
|
2024-02-26 18:50:38 +05:30 |
|
makaveli10
|
ea64d47899
|
run server with python3
|
2024-02-26 18:50:18 +05:30 |
|
makaveli
|
c067224474
|
bump version 0.2.1
v0.2.1
|
2024-02-22 11:16:10 +05:30 |
|
makaveli
|
e92f53cfd9
|
Update ci.yml
install wheel
|
2024-02-22 11:15:34 +05:30 |
|
makaveli
|
308ac1cff7
|
bump version 0.2.0
v0.2.0
|
2024-02-22 11:03:30 +05:30 |
|
makaveli
|
2fced08705
|
Merge pull request #149 from makaveli10/docker-ghcr-ci
Docker ghcr ci
|
2024-02-22 10:14:51 +05:30 |
|
makaveli10
|
8bdaf9249d
|
only run docker image build and push on new version release
|
2024-02-21 22:56:35 +05:30 |
|
makaveli10
|
b47a56ca6d
|
update readme to use ghcr docker containers
|
2024-02-21 22:50:56 +05:30 |
|
makaveli10
|
f975bd452e
|
change ghcr owner
|
2024-02-21 22:49:16 +05:30 |
|
makaveli10
|
cb963c4834
|
Merge remote-tracking branch 'upstream/main' into docker-ghcr-ci
|
2024-02-21 22:43:34 +05:30 |
|