298 Commits

Author SHA1 Message Date
LittleMouse 74603beede [update] update qwen3-0.6B model 2025-05-09 17:36:19 +08:00
yuyun2000 cbb0afaf65 Optimize G2P process to skip inference for short audio clips
Improved the Grapheme-to-Phoneme (G2P) process by eliminating separate inference operations for audio segments that are too short, enhancing processing efficiency.
2025-05-09 17:24:57 +08:00
yuyun2000 b1df925af9 Fix SOLA detail issue causing first frame problems
Resolved an issue in the SOLA (Synchronized Overlap-Add) implementation where specific details were causing problems with the first frame of audio processing.
2025-05-09 17:01:55 +08:00
LittleMouse 40bfe39c85 [update] update whisper-small 2025-05-07 10:07:36 +08:00
Abandon-ht e1d7e6d15f Merge pull request #12 from yuyun2000/opt/melotts
Make MeloTTS logs English & add G2P debug toggle and SOLA algorithm
2025-05-06 18:35:19 +08:00
LittleMouse 840f739c70 [update] update whisper-base 2025-05-06 17:18:39 +08:00
yuyun2000 a151affa1d Translate logs in Lexicon.hpp to English and add debug switch
- Convert all Chinese log messages in Lexicon.hpp to English for better international compatibility\n- Add a debug flag to control whether to display g2p process logs\n- Improve code readability and debugging experience
2025-05-06 16:50:35 +08:00
yuyun2000 e3c70bc127 Implement Sola algorithm for smoother audio transitions
Apply the Synchronized Overlap-Add (SOLA) algorithm to smooth the connection between audio segments output by the decoder, resulting in more natural-sounding transitions between segments.
2025-05-06 16:48:11 +08:00
dianjixz 2a8a744777 [update] StackFlow add stackflow_data && pzmq add get_param set_param 2025-05-06 15:25:54 +08:00
LittleMouse 4e301f1cbf [update] update whisper-tiny 2025-05-06 11:11:31 +08:00
LittleMouse 1e85f45413 [update] update llm-model-melotts-en-default & llm-model-melotts-ja-jp 2025-04-30 19:40:58 +08:00
LittleMouse 04961aea99 [update] update mode_melotts-en-default.json 2025-04-30 17:37:04 +08:00
Abandon-ht ef3df9b2a6 Merge pull request #11 from yuyun2000/opt/melotts
Optimize the g2p process
2025-04-30 17:26:51 +08:00
yuyun2000 5782f89df1 处理陌生英语单词 2025-04-30 16:50:12 +08:00
yuyun2000 3897870782 略微增加语速,听感更好 2025-04-30 15:06:38 +08:00
yuyun2000 3ce020583b 新增日语和英语模型配置 2025-04-30 14:59:58 +08:00
yuyun2000 2e40ae6f10 去掉中文注释;使用log输出日志;格式化代码 2025-04-30 14:38:08 +08:00
yuyun2000 1a90562805 优化g2p流程,可以处理多音字,中英混合的情况等等 2025-04-30 10:30:23 +08:00
dianjixz afaf857226 Merge branch 'dev' of github.com:m5stack/StackFlow into dev 2025-04-29 11:22:05 +08:00
dianjixz d636d4d7b3 [update] add pzmq pzmq_data class 2025-04-29 11:21:35 +08:00
LittleMouse dce7e4d034 [update] Update OpenAI-Plugin 2025-04-23 14:51:06 +08:00
LittleMouse 43c34385c9 [fix] Fix non-utf-8 characters 2025-04-23 09:05:27 +08:00
LittleMouse 16dfe70035 [update] update model version 2025-04-22 18:16:32 +08:00
LittleMouse 8e263d0f44 [update] Update other package version 2025-04-22 17:36:12 +08:00
LittleMouse aa3441d307 [update] Update package version 2025-04-22 17:14:49 +08:00