These voices are integrated into the dropdown list for selection.
Why is this useful?
The new voices provided by OpenAI are significantly more expressive, offering a better user experience through improved voice quality and expressiveness.
How it works
The modification involves adding references to the new voices within the voices data interface, ensuring they are available for use in the project.
Changes
Added new voice references from OpenAI to the voices data interface.
Testing
Verified that the new voices are correctly referenced and functional within the interface.
Additional Notes
No additional dependencies or configurations are required for this update.
Troubleshooting
You might need to clear the package-lock.json to make sure the latest openai lib is used
Description
This pull request introduces new voices recently added by OpenAI: https://platform.openai.com/docs/guides/realtime#voices
These voices are integrated into the dropdown list for selection.
Why is this useful?
The new voices provided by OpenAI are significantly more expressive, offering a better user experience through improved voice quality and expressiveness.
How it works
The modification involves adding references to the new voices within the voices data interface, ensuring they are available for use in the project.
Changes
Testing
Additional Notes
Troubleshooting
You might need to clear the
package-lock.json
to make sure the latest openai lib is used