Fireblade2534
|
dbb66ff1e1
|
Merge pull request #322 from EasyMetaAu/up-master
Improve Audio Pause Handling, MP3 Encoding, and Robust Text Normalization/Splitting
|
2025-06-12 11:25:06 -04:00 |
|
Lukin
|
f7fb9c524a
|
Refactor TTS service tests: Update test_get_voice_path_combined to verify path format for combined voices, removing mock for os.path.join and enhancing assertions for path validation.
|
2025-06-01 10:35:59 +08:00 |
|
Lukin
|
0b2260602a
|
Update TTS service tests: Enhance test_get_voice_path_combined by mocking os.path.join to ensure correct path generation for combined voices.
|
2025-06-01 10:28:35 +08:00 |
|
Lukin
|
888e3121ff
|
Refactor text normalization: Move handling of problematic symbols to occur after number and money processing to improve accuracy in text normalization.
|
2025-06-01 10:18:24 +08:00 |
|
Lukin
|
84d2a4d806
|
Enhance TTS text processing: Implement pause tag handling in smart_split, allowing for better audio chunk generation with pauses. Update related tests to validate new functionality and ensure compatibility with existing features.
|
2025-05-30 23:06:41 +08:00 |
|
Lukin
|
ab8ab7d749
|
Refactor audio processing and text normalization: Update audio normalization to use absolute amplitude threshold, enhance streaming audio writer with MP3 container options, and improve text normalization by stripping spaces and handling special characters to prevent audio artifacts.
|
2025-05-30 22:52:58 +08:00 |
|
Fireblade2534
|
543cbecc1a
|
Merge pull request #321 from jiaohuix/master
feat(text): add Chinese punctuation-based sentence splitting for bett…
|
2025-05-28 10:57:55 -04:00 |
|
Fireblade2534
|
b89da1ff28
|
Make the code cleaner and add tests
|
2025-05-28 14:53:00 +00:00 |
|
jiaohuix
|
9c279f2b5e
|
feat(text): add Chinese punctuation-based sentence splitting for better TTS
|
2025-05-26 15:30:03 +08:00 |
|
Fireblade2534
|
ce22f60344
|
Fix readme claiming that Korean is supported
|
2025-05-24 21:31:38 -04:00 |
|
Fireblade2534
|
6f1450c5b4
|
Merge pull request #310 from fireblade2534/master
CI / test (3.10) (push) Has been cancelled
Added some better saftey checks to captioned speech
|
2025-05-09 09:13:02 -04:00 |
|
Fireblade2534
|
243d98e339
|
Merge branch 'remsky:master' into master
|
2025-05-09 09:08:55 -04:00 |
|
Fireblade2534
|
1ac9924c3e
|
Added some better safty checks to captioned speech
|
2025-05-09 13:04:53 +00:00 |
|
Fireblade2534
|
36197b9266
|
Merge pull request #304 from fireblade2534/Simple-phenome-fixes
Fixed phenomes
|
2025-05-05 22:03:52 -04:00 |
|
Fireblade2534
|
15bb614c07
|
Merge pull request #303 from fireblade2534/Fixing-timestamps
Fixing normalization
|
2025-05-05 22:03:42 -04:00 |
|
Fireblade2534
|
acee979225
|
Fixed phenomes
|
2025-05-02 13:34:08 +00:00 |
|
Fireblade2534
|
c80d4feb69
|
Fixed formatting
|
2025-05-01 18:16:36 +00:00 |
|
Fireblade2534
|
f89b76d5d6
|
Added more tests
|
2025-05-01 18:02:35 +00:00 |
|
Fireblade2534
|
48e096b441
|
Massivly improved how number, time, and money normalization
|
2025-05-01 17:53:01 +00:00 |
|
remsky
|
2c7e1e8c0b
|
Merge pull request #291 from RigleGit/patch-1
|
2025-04-22 09:51:16 -06:00 |
|
Rodrigo Iglesias
|
83325b749d
|
Update Dockerfile to install Rust
Rust is required to build sudachipy and pyopenjtalk-plus
|
2025-04-17 16:07:15 +02:00 |
|
remsky
|
f1fa340494
|
Update README.md
CI / test (3.10) (push) Has been cancelled
|
2025-04-05 04:09:28 -06:00 |
|
remsky
|
d826de87ed
|
Minor change to trigger new release
|
2025-04-04 22:07:26 -06:00 |
|
remsky
|
59be119cc4
|
Merge pull request #276 from remsky/maintenance/automations
Maintenance/automations
|
2025-04-04 21:19:09 -06:00 |
|
remsky
|
10f240daad
|
Add tag existence check in release workflow
|
2025-04-04 19:38:27 -06:00 |
|
remsky
|
10caafe3fb
|
Adjust CONTRIBUTING.md, readme docker information and notes
|
2025-04-04 19:30:13 -06:00 |
|
remsky
|
ba796ef003
|
Update CHANGELOG.md for version 0.3.0: add new features, changes, fixes, and removals
|
2025-04-04 18:53:13 -06:00 |
|
remsky
|
a28de9bc66
|
Delete readme-parts/config.yaml
|
2025-04-04 17:28:06 -06:00 |
|
Fireblade2534
|
d004b6d304
|
Apply suggestions from copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-04-04 19:06:59 -04:00 |
|
Fireblade2534
|
7f0e06ea6b
|
Update normalizer.py
|
2025-04-04 19:06:13 -04:00 |
|
remsky
|
afa879546c
|
CONTRIBUTING + Ruff format
|
2025-04-04 16:58:07 -06:00 |
|
remsky
|
447f9d360c
|
Ruff check
|
2025-04-04 16:50:46 -06:00 |
|
remsky
|
6a2d3a54cf
|
Bump version to 0.3.0 and update related configurations; add misaki patch script and remove obsolete build workflow
|
2025-04-04 16:49:10 -06:00 |
|
remsky
|
e2313abe72
|
Merge pull request #266 from rampadc/master
CI / test (3.10) (push) Has been cancelled
start-gpu_mac.sh: removed duplicated env and align with other shell scripts
|
2025-04-02 22:04:04 -06:00 |
|
Cong Nguyen
|
64ced408b7
|
removed duplicated env and align with other shell scripts
|
2025-03-31 03:54:41 +11:00 |
|
remsky
|
65f6b979c3
|
Enhance temp file handling with error tracking and update Docker Compose to run as non-root user
CI / test (3.10) (push) Has been cancelled
|
2025-03-29 17:01:15 -06:00 |
|
Fireblade2534
|
d0c13f6401
|
Merge pull request #257 from richardr1126/update-helm-charts
CI / test (3.10) (push) Has been cancelled
Fix Helm charts health check, ingress, and values
|
2025-03-26 10:11:52 -04:00 |
|
remsky
|
fe99bb7697
|
Merge pull request #256 from fireblade2534/Fixing-number-normalization
CI / test (3.10) (push) Has been cancelled
|
2025-03-23 23:57:21 -06:00 |
|
Richard Roberson
|
3c8e1b9143
|
Add example folder values files for Azure AKS and Nvidia GPU Operator
|
2025-03-22 05:54:58 -06:00 |
|
Richard Roberson
|
14bd6a8118
|
Fix Helm charts health check, ingress, and values
|
2025-03-21 22:05:25 -06:00 |
|
Fireblade2534
|
d712308f98
|
Fixes relating to parsing money and tests. Also readme stuff
|
2025-03-21 18:03:09 +00:00 |
|
remsky
|
8d73c90224
|
Merge pull request #253 from fireblade2534/segfault-fixes
CI / test (3.10) (push) Has been cancelled
|
2025-03-21 02:49:29 -06:00 |
|
Fireblade2534
|
c24aeefbb2
|
Aculy fixed tests this time
|
2025-03-20 19:15:07 +00:00 |
|
Fireblade2534
|
c902b2ca0d
|
probably fix tests
|
2025-03-20 16:27:18 +00:00 |
|
Fireblade2534
|
8f23bf53a4
|
Inital test commit of segfault fixes
|
2025-03-20 16:20:28 +00:00 |
|
remsky
|
0d7570ab50
|
Merge pull request #240 from fireblade2534/fixes
CI / test (3.10) (push) Waiting to run
|
2025-03-18 04:27:17 -06:00 |
|
remsky
|
1184bc70e8
|
Merge pull request #244 from mpnsk/fix-siriwave-path
|
2025-03-18 04:23:25 -06:00 |
|
remsky
|
04b5dfa84c
|
Merge pull request #233 from rampadc/master
|
2025-03-18 04:21:49 -06:00 |
|
Fireblade2534
|
9091be8c3e
|
Merge pull request #241 from kimnzl/master
Add Direct Windows support scripts
|
2025-03-15 16:35:53 -04:00 |
|
Fireblade
|
22185dbc89
|
Fixed the ps1 files downloading packages before the venv and made all starrt scripts auto download models
|
2025-03-15 16:35:06 -04:00 |
|