OkGoDoIt / OpenAI-API-dotnet

An unofficial C#/.NET SDK for accessing the OpenAI GPT-3 API
https://www.nuget.org/packages/OpenAI/
Other
1.86k stars 432 forks source link

Added audio endpoint #130

Open hakanalakus opened 1 year ago

tahsinuysal commented 1 year ago

Thanks for implementing the Whisper, it's really great! Have you tried it recording audio from iPhone / Safari (via js)? It fails.

hakanalakus commented 1 year ago

Thanks for implementing the Whisper, it's really great! Have you tried it recording audio from iPhone / Safari (via js)? It fails.

You are welcome. No i did not try. Whisper is supporting mp3, mp4, mpeg, mpga, m4a, wav, or webm file types.Is the typeof the file you tried one of these?

tahsinuysal commented 1 year ago

Thanks for implementing the Whisper, it's really great! Have you tried it recording audio from iPhone / Safari (via js)? It fails.

You are welcome. No i did not try. Whisper is supporting mp3, mp4, mpeg, mpga, m4a, wav, or webm file types.Is the typeof the file you tried one of these?

I tried them all but didn't work. I get over this issue by using this: Audio Recorder Polyfill Thank you.

twentytwokhz commented 1 year ago

Is this going to be merged soon? Seems like an important feature to me

kinorox commented 1 year ago

Awesome. Thank you for this! Hopefully it gets merged soon 👍