home-services/tts-gateway/.env.example
Nik Afiq 5238298b55
Some checks failed
CI / test (push) Successful in 6s
CI / build-ai-gateway (push) Failing after 28s
CI / build-ha-gateway (push) Failing after 24s
CI / build-discord-bot (push) Failing after 29s
Add TTS model components and inference server
- Implemented core model components in `modules.py` including various convolutional layers and normalization techniques.
- Added transformation functions in `transforms.py` for piecewise rational quadratic transformations.
- Created utility functions in `utils.py` for checkpoint management, logging, and hyperparameter handling.
- Introduced monotonic alignment functionality with Cython optimization in `monotonic_align`.
- Developed a minimal inference server in `server.py` to handle synthesis requests.
- Updated requirements to include necessary dependencies for Cython and scipy.
2026-07-24 22:38:36 +09:00

10 lines
175 B
Plaintext

GRPC_PORT=50053
TLS_DIR=
OTEL_ENDPOINT=
LOG_LEVEL=info
LOG_FORMAT=text
OPEN_JTALK_BIN=open_jtalk
OPEN_JTALK_DICT_DIR=
OPEN_JTALK_VOICE=
INFERENCE_SIDECAR_ADDR=localhost:50054