CodePothunter
5c8f941f06
Add API authentication and configuration improvements
...
- Implement OpenAI-compatible API key authentication
- Add configuration options for GPU instances, concurrency, and request handling
- Update README with authentication instructions
- Modify configuration and routing to support optional API key verification
- Enhance system information and debug endpoints to expose authentication status
2025-03-07 11:36:13 +08: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
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
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
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
d50214d3be
Enable ONNX GPU support in Docker configurations and refactor model file handling
2025-01-22 05:00:38 -07:00
remsky
4a24be1605
Refactor model loading and configuration: update, adjust model loading device,. add async streaming examples and remove unused warmup service.
2025-01-22 02:33:29 -07:00
remsky
cf72e4ed2b
Add interruptible streams
2025-01-13 23:25:06 -07:00
remsky
22752900e5
Ruff checks, ci fix
2025-01-13 20:15:46 -07:00
remsky
926ea8cecf
Refactor Docker configurations and update test mocks for development routers
2025-01-10 22:03:16 -07:00
remsky
e8c1284032
Ruff format + fix
2025-01-09 18:41:44 -07:00
remsky
130b084cce
- Added support for combining voices via any endpoint
...
- Updated the `process_voices` function to handle both string and list formats for voice input.
2025-01-07 03:50:08 -07:00
remsky
720c1fb97d
-update soundfile version
...
-alignment with streaming standards
-audio processing config settings
-more comprehensive model warmup
-minor model improvements
-enhancing testing, benchmarking
-cool ascii logo
2025-01-06 03:32:41 -07:00
remsky
4c6cd83f85
Swapped generator to preprocessing
2025-01-04 22:23:59 -07:00
remsky
0e9f77fc79
WIP: open ai compatible streaming
2025-01-04 17:55:36 -07:00
remsky
f1eb1d9590
First streaming attempt
2025-01-04 17:54:54 -07:00
remsky
e4d8e74738
WIP, Functional for CPU: Updated for ONNX runtime support, Dockerfile and TTS Service
2025-01-03 00:53:41 -07:00
remsky
f051984805
Ruff Check + Format
2025-01-01 21:50:41 -07:00
remsky
05e1e30c47
- modified voice loading to copy on init
...
- adjustments to the combine voices functionality
- error handling and analysis
2024-12-31 18:55:26 -07:00
Emmanuel Schmidbauer
510b01cc90
add ability to combine voices
2024-12-31 10:30:12 -05:00
remsky
4123ab0891
Refactor TTS API and enhance testing setup with coverage and logging improvements
2024-12-31 02:55:51 -07:00
remsky
c11a6ea6ea
Enhance TTS API with logging, voice pack loading, and schema updates
2024-12-31 01:57:00 -07:00