Replies: 4 comments
-
How did you create this file? Were you streaming or using the normal endpoint? |
Beta Was this translation helpful? Give feedback.
-
Using TextToSpeechEndpoint. I am creating 50-100 files in batch and around 5% of them aren't importing correctly to unity :( |
Beta Was this translation helpful? Give feedback.
-
What format are they generated for? |
Beta Was this translation helpful? Give feedback.
-
FWIW I also use batch processing and have not ran into this. It'd be helpful if you shared your implementation. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Report
Overview
I am creating synthesized voices in batch, and some of the results aren't properly imported by unity. I am getting the exception
Error: Cannot create FMOD::Sound instance for clip "" (FMOD error: Error loading file. )
(stacktrace is attached at the end). I am using the latest 3.2.9 version.The issue is that for example, VLC is able to play the file. And I can reconvert it using some other 3rd party tool, but it doesn't make too much sense in the batch processing context.
Additional context
Beta Was this translation helpful? Give feedback.
All reactions