Speech generation produces noise #364
Answered
by
StephenHodgson
MarwenSami
asked this question in
Q&A
-
Bug ReportOverviewUsing Speech API the output I'm using v8.4.4 To ReproduceSteps to reproduce the behavior: var api = new OpenAIClient(apiKey);
var request = new SpeechRequest("Hello there! I'm sorry, I couldn't find anything. What would you like to do?");
var fullClip = await api.AudioEndpoint.GetSpeechAsync(request, clip =>
{
audioSource.PlayOneShot(clip.AudioClip);
});
/* OR when I play the final clip it's just noise
audioSource.PlayOneShot(fullClip.AudioClip); */ |
Beta Was this translation helpful? Give feedback.
Answered by
StephenHodgson
Apr 27, 2025
Replies: 1 comment 4 replies
-
Please update to the latest version 8.6.5 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@MarwenSami I was able to find the source of the problem, and will be fixed in 8.6.6