Thanks. I’ve been trying this though not sure why it’s not working for me. Is there a guide or tutorial for this by any chance?
I put in my API key into the Eleven Labs Plugin settings in Bubble, then tested it with a simple workflow that says when you click a button, the Eleven Labs plugin will convert the text ‘the item has been sent’ into speech. But nothing happens.
I tested this plugin and it was susseful for free. But this plugin needs to upgrad the model from ‘monolingual V1.’ to ‘multilingual V2.’ So that many other multilingual can get the right speech voice.
Otherwise, it sounds like English native is reading Korean text when reading Korean.
My question is
When would you update this cutting-edge-plugin? (Only model change is required)
Would really appreciate some suggestions. I have built a simple app on bubble.io that generates short stories I want to turn these stories into short audio books for my kids. I used openai to generate the short stories and that part works great but I cant figure out how to get the generated text(stories) to be turned into audio flies using the eleven labs API. The API calls work but it only use the text i have in quotation marks as the value in theAPI configuration not the dynmaic text i am trying to reference. Any suggestions would be extremely welcome.
Firstly, you’ll need to drop a text input box on the page & give it a unique name.
After this, you just need to select that text between quotation marks in the plugin’s action (workflow) & Bubble would give you a blue button saying “Dynamic Text”. You can then search for that input’s name you setup-ed earlier & pass its value.
This question is more related to Bubble’s functionality.
thank you does the text box need to different from the one where the text is being displayed from the openai text generation or ac it be the same box ?