mapluisch / OpenAI-Text-To-Speech-for-Unity

Implementation of OpenAI's Text-To-Speech in Unity. Synthesize any text and play it via any AudioSource.
MIT License
43 stars 10 forks source link

Failed to get Audio Data from Open AI #4

Open AartiDhiman opened 4 months ago

AartiDhiman commented 4 months ago

Hi, I followed the instructions for setting up the project and entered the OpenAI API key with audio permissions. However, when I call it, the audioData byte array returns a null value. Could someone please assist in resolving the error?