Kokoro-FastAPI/api
CodePothunter e67264f789 Fix BUGs of streaming non-wav format audio; improve robustness of releasing audio container
Refactor StreamingAudioWriter to improve audio encoding reliability

- Restructure audio encoding logic for better error handling
- Create a new method `_create_container()` to manage container creation
- Improve handling of different audio formats and encoding scenarios
- Add error logging for audio chunk encoding failures
- Simplify container and stream management in write_chunk method
2025-03-10 13:26:55 +08:00
..
src Fix BUGs of streaming non-wav format audio; improve robustness of releasing audio container 2025-03-10 13:26:55 +08:00
tests Fix some tests and allow running the docker container offline 2025-02-22 15:17:28 -05:00
__init__.py Added basic pytest on the fastapi side 2024-12-30 13:25:30 -07:00