RageAgainstThePixel / com.rest.elevenlabs

A non-official Eleven Labs voice synthesis client for Unity (UPM)
https://elevenlabs.io/?from=partnerbrown9849
MIT License
74 stars 9 forks source link

StreamTextToSpeechAsync causes massive stutter; output files appear to be corrupt. #64

Closed tomkail closed 7 months ago

tomkail commented 7 months ago

When we use StreamTextToSpeechAsync, there's a 1-2 second freeze before the function completes. Output files appear to be corrupted in an odd way; my guess is that it's repeatedly adding the start of the clip to the current sample each time it tries adding samples to the file, or something. (Uploaded a zip because I can't drop an OGG file here)

Xbsf2fnZ6UyraXbmZyds.ogg.zip

tomkail commented 7 months ago

Ah fixed on latest. Ta!