You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As mentioned by @SunburstEnzo in this PR, OpenAI's text-to-speech supports wav output format. We should add that too.
Describe the solution you'd like
The PR above shows the solution, simply add case wav to the enum should work, but should be tried out if it actually works.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
As mentioned by @SunburstEnzo in this PR, OpenAI's text-to-speech supports wav output format. We should add that too.
Describe the solution you'd like
The PR above shows the solution, simply add
case wav
to the enum should work, but should be tried out if it actually works.The text was updated successfully, but these errors were encountered: