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 143 forks source link

OpenAI Text To Speech Support? #103

Open JamesSozoLabs opened 7 months ago

JamesSozoLabs commented 7 months ago

Hi,

This is a very useful package. But I noticed that your videos only covered using AWS Polly. I see OpenAI now has their own Text to Speech API, and I was wondering if you would be adding support for it to this package?

Looking forward to hearing from you.

valentindiehl commented 5 months ago

That would be an awesome feature and a nice addition!

alphdevcode commented 5 months ago

It'd be a great feature! Any plans to include it?

Aden987 commented 4 months ago

Hi @alphdevcode When I try to add your branch URL to my unity package manager it does not contain your changes with the implementation of text to speech. am I doing something wrong?

alphdevcode commented 4 months ago

Hey @Aden987 you should be able to add the package in Unity from this git url: https://github.com/alphdevcode/OpenAI-Unity.git#feature/text-to-speech

Aden987 commented 4 months ago

Hey @Aden987 you should be able to add the package in Unity from this git url: https://github.com/alphdevcode/OpenAI-Unity.git#feature/text-to-speech

That worked, Thank you.