FelixWaweru / elevenlabs-node

Eleven Labs text to speech package for NodeJS. You can use the official package at: https://www.npmjs.com/package/elevenlabs
https://www.npmjs.com/package/elevenlabs-node
MIT License
169 stars 25 forks source link

Create Voice #49

Open platform-kit opened 9 months ago

platform-kit commented 9 months ago

There should be the option to create a voice, since the API supports it. It would function almost identically to the "edit voice" function.

FelixWaweru commented 9 months ago

Thank you for the suggestion @platform-kit . This will feature be added in a future update

officialrobert commented 6 months ago

Here's how I did it https://gist.github.com/officialrobert/156a1cb6bdf42512f531df711ca36ef0

FelixWaweru commented 5 months ago

Thanks for the comment @officialrobert Would you be open to contributing this solution to the package?