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
d712308f98
Fixes relating to parsing money and tests. Also readme stuff
2025-03-21 18:03:09 +00:00
Fireblade2534
c24aeefbb2
Aculy fixed tests this time
2025-03-20 19:15:07 +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
Fireblade
9f9e9b601e
Fixes not returning a download link if streaming is off and return_download_link is true
2025-03-13 16:23:49 -04:00
Fireblade2534
acb7d05515
Merge branch 'master' into master
2025-03-12 11:17:44 -04:00
Fireblade
aa403f2070
Adds the ability to subtract voices
2025-03-11 14:28:48 -04:00
Cong Nguyen
9a9bc4aca9
added support for mps on mac with apple silicon
2025-03-10 11:58:45 +11:00
Fireblade
b3d5f4de08
fixes and corrections to code that didn't cause errors but didn't really make sense
2025-03-02 21:36:34 -05:00
Fireblade
c5a3e13670
Converted the stream writer to use pyav
2025-02-19 23:10:51 -05:00
Fireblade
4ee4d36822
Fixes a couple of issues with audio triming and prevents errors with single voice weights
2025-02-18 18:12:49 -05:00
Fireblade
f2b2f41412
fixed wrong varible name bug
2025-02-16 17:07:41 -05:00
Fireblade
cb22aab239
Fix streaming a wav file with captions not reaturning any captions (This is only a problem because wav streaming does not acually work)
2025-02-16 16:49:33 -05:00
Fireblade
e3dc959775
Simplify code so erverything uses AudioChunks
2025-02-16 15:37:01 -05:00
Fireblade
353fe79690
fix small error
2025-02-14 14:39:24 -05:00
Fireblade
842d056552
Merge branch 'streaming-word-timestamps' of https://github.com/fireblade2534/Kokoro-FastAPI into streaming-word-timestamps
2025-02-14 14:36:20 -05:00
Fireblade
9c1ced237b
Cleaned up some code and fixed an error in the readme
2025-02-14 14:36:17 -05:00
Fireblade2534
b71bab45d4
Merge branch 'master' into streaming-word-timestamps
2025-02-14 14:32:41 -05:00
Fireblade
34acb17682
Mostly completed work on refractoring a bunch of code as well as streaming word level time stamps
2025-02-14 14:29:47 -05:00
Fireblade
0b5ec320c7
streaming word level time stamps
2025-02-14 13:37:42 -05:00
Fireblade
4027768920
Started work on allowing streaming word level timestamps as well as transitioning the dev code so it uses a lot more from the open ai endpoint
2025-02-13 18:00:03 -05:00
Fireblade
7772dbc2e4
fixed no stream file writing
2025-02-13 16:12:51 -05:00
remsky
37ea01eaf9
fix: download_format option for audio response, handling in create_speech
2025-02-13 00:04:21 -07:00
remsky
f585185404
Update openai_compatible.py
2025-02-12 23:31:47 -07:00
remsky
694b7435f1
Merge branch 'master' into master
2025-02-12 23:31:13 -07:00
Fireblade
dbf2b99026
Simplifed generate_audio in tts_service mostly working (audio conversion does not work)
2025-02-12 22:42:41 -05:00
Fireblade
5b20602b8e
More work on timestamps (Does not maintain accuracy over multiple chunks)
2025-02-12 21:36:35 -05:00
Fireblade2534
6985f6ef99
more work on streaming timestamps (not working weird error) :(
2025-02-12 20:34:55 +00:00
Fireblade2534
91d370d97f
More working on streaming timestamps
2025-02-12 17:13:56 +00:00
Fireblade
09de389b29
Added normilization options
2025-02-11 19:09:35 -05:00
Krurst
1cf011b2eb
Update openai_compatible.py to fix lang_code
...
properly sets lang_code from api request, and applies config default if not set
2025-02-11 23:35:51 +08:00
remsky
8ed2f2afb6
Add model listing and retrieval endpoints with tests
2025-02-09 20:55:21 -07:00
remsky
d73ed87987
Update handling in generate_captioned_speech to stream immediately, templink for caption file, and add unit tests for captioned speech generation
2025-02-09 20:26:59 -07:00
remsky
a91e0fe9df
Ruff check + formatting
2025-02-09 18:32:17 -07:00
remsky
a0dc870f4a
-fix voice selection not matching language phonemes
...
-added voice language override parameter
2025-02-08 01:29:15 -07:00
remsky
d3741d0d99
v1_0 full migration, captions, gpu, cpu, webui updates
2025-02-05 00:46:01 -07:00
remsky
6c234a3b67
Update dependencies, enhance voice management, and add captioned speech support
2025-02-04 19:41:41 -07:00
remsky
4c90a89545
Initial commit of Kokoro V1.0-only integration
2025-02-04 03:37:56 -07:00
remsky
fb22264edc
Enhance audio generation and download handling; add test audio generation script
2025-01-30 22:56:23 -07:00
remsky
f61f79981d
-Add debug endpoint for system stats
...
-Adjust headers, generate from phonemes, etc
2025-01-30 04:44:04 -07:00
remsky
2e318051f8
Add clear text button and enhance temporary file management
...
- Introduced a "Clear Text" button in the web interface for user convenience.
- Updated temporary file management settings in the configuration.
- Added new debug endpoints for system and storage information.
- Improved logging levels for better debugging insights.
2025-01-29 18:29:02 -07:00
remsky
946e322242
Implement temporary file management on openai endpoint, whole file downloads
2025-01-29 04:09:38 -07:00
remsky
9867fc398f
WIP: v1_0_0 migration
2025-01-28 13:52:57 -07:00
remsky
ee1f7cde18
Add async audio processing and semantic chunking support; flattened static audio trimming
2025-01-24 04:06:47 -07:00
remsky
ba577d348e
Enhance web player information, adjust text chunk size, update audio wave settings, and implement OpenAI model mappings
2025-01-23 04:11:31 -07:00
remsky
8e8f120a3e
Update configuration to disable local voice saving, enhance voice validation logic, and remove deprecated test file
2025-01-23 02:00:46 -07:00
remsky
df4cc5b4b2
-Adjust testing framework for new model
...
-Add web player support: include static file serving and HTML interface for TTS
2025-01-22 21:11:47 -07:00
remsky
66f46e82f9
Refactor ONNX GPU backend and phoneme generation: improve token handling, add chunk processing for audio generation, and initial introduce stitch options for audio chunks.
2025-01-22 17:43:38 -07:00
remsky
d50214d3be
Enable ONNX GPU support in Docker configurations and refactor model file handling
2025-01-22 05:00:38 -07:00