Self Checks
Cloud or Self Hosted
Self Hosted (Source)
Environment Details
python 312
Steps to Reproduce
python
✔️ Expected Behavior
No response
❌ Actual Behavior
When I use the vqgan model, adjusting the chunk_length in ServeTTSRequest streams audio in different lengths. However, when I use the dac model for streaming output, no matter how I change chunk_length, it always returns the entire audio at once. How can I adjust dac so that I can freely set the length of each part of the streamed audio?
Self Checks
Cloud or Self Hosted
Self Hosted (Source)
Environment Details
python 312
Steps to Reproduce
python
✔️ Expected Behavior
No response
❌ Actual Behavior
When I use the vqgan model, adjusting the chunk_length in ServeTTSRequest streams audio in different lengths. However, when I use the dac model for streaming output, no matter how I change chunk_length, it always returns the entire audio at once. How can I adjust dac so that I can freely set the length of each part of the streamed audio?