147 Commits

Author SHA1 Message Date
Andres Marafioti
d8afa799ac Add support for a docker container for Jetson boards 2024-09-10 14:06:05 +02:00
Andrés Marafioti
3338f88c7a Merge pull request #98 from huggingface/mac-multi-language
Mac multi language
2024-09-10 11:32:09 +02:00
Andres Marafioti
ac1dd41260 improve readme (not according to cursor :( ) 2024-09-09 16:32:25 +02:00
Andres Marafioti
129cd11bf0 Fixes to bugs from original PR 2024-09-09 16:23:20 +02:00
Andres Marafioti
1d3b5bfc40 avoid debug logging for melo 2024-09-09 15:39:08 +02:00
Andrés Marafioti
b3ace711b0 Merge pull request #93 from ybm911/main
Update: Added multi-language support for macOS.
2024-09-09 10:01:19 +02:00
Andrés Marafioti
86c08082f8 Merge pull request #91 from BrutalCoding/patch-1
fix: Changed [True] to [False] in help text for audio_enhancement to align with actual default
2024-09-09 09:35:36 +02:00
Elli0t
29fedd0720 Update: Added multi-language support for macOS 2024-09-08 02:51:23 +08:00
Daniel Breedeveld
6daa9baf68 Update vad_arguments.py
Fixed help comment mismatch with actual default value.
2024-09-07 12:09:46 +08:00
Andrés Marafioti
d98e252769 Merge pull request #87 from huggingface/hotfix-parler
fix
2024-09-05 17:07:11 +02:00
Andres Marafioti
c88eec7e26 fix 2024-09-05 17:02:34 +02:00
Andrés Marafioti
274f27a7a8 Merge pull request #85 from rchan26/main
Fix relative link in README
2024-09-04 20:23:39 +02:00
Andrés Marafioti
144ef43cd1 Merge pull request #84 from rchan26/main
Add language arg to lightning whisper handler
2024-09-04 18:26:31 +02:00
rchan
4662204eae fix relative link in README 2024-09-04 17:18:18 +01:00
rchan
1afd2445d3 add language arg to lightning whisper handler 2024-09-04 17:12:09 +01:00
Andrés Marafioti
8afd078ab4 Merge pull request #78 from AgainstEntropy/patch-1
Update module_arguments.py
2024-09-04 13:55:09 +02:00
Andrés Marafioti
b915e58b76 Merge pull request #60 from huggingface/multi-language
Add support for multiple languages
2024-09-04 13:54:08 +02:00
Andres Marafioti
4e6055f1a9 pass auto for auto language detection 2024-09-04 13:53:47 +02:00
Andres Marafioti
65f779de83 review from eustache 2024-09-04 13:39:58 +02:00
Andres Marafioti
65bef760b4 this param was there twice 2024-09-04 13:24:38 +02:00
andimarafioti
61e0d7c32c set default back to english 2024-09-04 13:24:38 +02:00
andimarafioti
f09cf64f5a pass language as a parameter to avoid multi-language detection 2024-09-04 13:24:38 +02:00
andimarafioti
77894a7a5b working 2024-09-04 13:24:38 +02:00
Andres Marafioti
669bdbf94d catch a few exceptions from melo 2024-09-04 13:24:38 +02:00
Andres Marafioti
3fff1d1da0 catch exception if language is not supported 2024-09-04 13:24:38 +02:00
Andres Marafioti
712005aff0 set language 2024-09-04 13:24:38 +02:00
Andres Marafioti
dc024ab6b7 speed up warm up time for llm 2024-09-04 13:24:38 +02:00
Andres Marafioti
d8f7b5fef6 debug 2024-09-04 13:24:38 +02:00
Andres Marafioti
7b0da0971c ... 2024-09-04 13:24:38 +02:00
Andres Marafioti
901d9a1402 handle language better 2024-09-04 13:24:38 +02:00
Andres Marafioti
2f266b2d95 fixy 2024-09-04 13:24:38 +02:00
Andres Marafioti
2cb9464b8f try to pass the language_id in the queue 2024-09-04 13:24:38 +02:00
Andres Marafioti
0555d4dc75 pass the current language around 2024-09-04 13:24:38 +02:00
Andres Marafioti
e2c9d96824 let whisper determine the language 2024-09-04 13:24:38 +02:00
Andres Marafioti
832ee799d1 update melos arguments 2024-09-04 13:24:38 +02:00
Andres Marafioti
cfd3065e34 language fun 2024-09-04 13:24:38 +02:00
Yihao Wang
dfed6263d0 Update module_arguments.py
fix typo in the help message of `mode`
2024-09-03 14:49:02 -04:00
Andrés Marafioti
d2d33d1035 Merge pull request #77 from huggingface/doc-improvement
improve documentation
2024-09-03 16:26:47 +02:00
Andres Marafioti
c116cf2b57 improve documentation 2024-09-03 16:25:43 +02:00
Andres Marafioti
5e667f94a4 linting and set audio enhancement off by default 2024-09-03 15:50:06 +02:00
Andrés Marafioti
4b1e627495 Merge pull request #61 from wuhongsheng/DeepFilterNet
feat:add DeepFilterNet for speech enhancement to obtain clear speech …
2024-09-03 15:46:18 +02:00
wuhongsheng
8bfbb8df3b Merge branch 'main' into DeepFilterNet 2024-08-31 04:42:24 +08:00
Andrés Marafioti
712afa1c6c Merge pull request #59 from huggingface/add-chattts
Add ChatTTS - Chinese support
2024-08-30 18:10:42 +02:00
wuhongsheng
363a74de21 feat:add DeepFilterNet for speech enhancement to obtain clear speech input 2024-08-30 21:17:13 +08:00
Andres Marafioti
0a34202ac7 edge case 2024-08-28 16:18:16 +02:00
Andres Marafioti
a26395c5f3 linting and few fixes for chattts 2024-08-28 15:43:33 +02:00
Andrés Marafioti
c40bf05df7 Merge pull request #55 from wuhongsheng/chatTTS3
feat:add chatTTS
2024-08-28 14:56:28 +02:00
Andrés Marafioti
7c99fd7f53 Merge branch 'add-chattts' into chatTTS3 2024-08-28 14:54:50 +02:00
Andrés Marafioti
7978683c71 Merge pull request #53 from huggingface/add-paraformer
Add paraformer - Chinese STT
2024-08-28 14:52:45 +02:00
Andrés Marafioti
feb12358ad Merge pull request #58 from huggingface/fix_stt_compile_mode
Assigning min new tokens to a compiled whisper graph on a thread brea…
2024-08-28 12:09:22 +02:00