srcnalt / OpenAI-Unity

An unofficial OpenAI Unity Package that aims to help you use OpenAI API directly in Unity Game engine.
MIT License
648 stars 144 forks source link

Android issue #82

Open AtulAbhiwan03 opened 10 months ago

AtulAbhiwan03 commented 10 months ago

Describe the bug This is not working in the Unity android build when i try to do speech to text it records the audio transcipting it but does not return the words i have said

usama03488 commented 9 months ago

I'm also Facing this issue. I have try to debug it and I found the issue on this Line var res = await openai.CreateAudioTranscription(req);

StevenLe2012 commented 3 months ago

Hey @AtulAbhiwan03 and @usama03488! Any luck on debugging this? I am currently facing the same issue atm when building for VR on Quest.