Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for the 5 new voices released yesterday #61

Open
zaurbek-stark opened this issue Oct 31, 2024 · 3 comments
Open

Add support for the 5 new voices released yesterday #61

zaurbek-stark opened this issue Oct 31, 2024 · 3 comments

Comments

@zaurbek-stark
Copy link

zaurbek-stark commented Oct 31, 2024

Hi!

5 new voices were released yesteday. Could you add them to the package?

image

We can't use them yet.

Thank you!

@steve-obrien
Copy link

These new voices work if you update the session using their string name

ai.updateSession({
    instructions: instructions,
    voice: 'ballad',
})

@hamzasaleem2
Copy link

image

doesn't have all the voices.

@htsuruo
Copy link

htsuruo commented Nov 5, 2024

Hi guys,

I have submitted a PR to support five new voices:
#63

Until the PR is merged, you can replace @openai/realtime-api-beta in your package.json file and then run npm install.

"@openai/realtime-api-beta": "github:htsuruo/openai-realtime-api-beta#feature/htsuruo/support-new-voices",

After this, you will be able to select the new voices with type safety.

SCR-20241105-owch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants