openai-kotlin icon indicating copy to clipboard operation
openai-kotlin copied to clipboard

[Voice list]

Open AndraxDev opened this issue 2 years ago • 2 comments

Feature Description

Add getAvailableVoices() : Voice[] function to obtain a list of voices.

Problem it Solves

I'm creating an app where user can select TTS voice but I need to hardcode all voices.

Proposed Solution

Make it possible to retrieve all voices list

AndraxDev avatar Nov 29 '23 11:11 AndraxDev

I don't think the list of voices is available through API, right ?

aallam avatar Dec 02 '23 11:12 aallam

I found only Enum of voices.

AndraxDev avatar Dec 02 '23 11:12 AndraxDev