openai-kotlin
openai-kotlin copied to clipboard
[Documentation clarification: Audio]
Feature Description
I noticed that openAI.speech(...) returns ByteArray but I'm unable to determine format of audio and play it.
Problem it Solves
Missing docs
Proposed Solution
Create a detailed docs for Android how to use returned data from API functions.
The ByteArray
returned contains audio data in the format you've requested, it defaults to mp3
.
A guide would indeed be beneficial. Thanks for the suggestion!