Created a Pickaxe that’s connected to Eleven labs using actions.
Voice generator (converts text to speech):
https://studio.pickaxe.co/STUDIOQ5MSDH61FLT1KCY/X02HZMV2D4
Song insight (helps you search for song lyrics, understand their deeper meaning):
https://studio.pickaxe.co/STUDIOQ5MSDH61FLT1KCY/RIIVDBMLDL
16 Likes
dshan
October 4, 2024, 12:34am
2
works great. Would love an option to describe the type of voice i want and it automatically selects it for the generation. Good job though
2 Likes
ab2308
October 4, 2024, 1:02am
3
3 Likes
Does not switch to “UK female” as instructed.
An idea: Would be good to have an action that trigger a pre-set heygen account to create an pre-set avatar talking to the script generated in the pickaxe.
The way the ElevenLabs action works right now is that you enter an API key and you enter a voice ID. So when you connect the action, you choose one voice that is set.
1 Like
This is fantastic. It adds so much functionality to using the tool!
ab2308
October 10, 2024, 6:25am
7
You can achieve this doing the following:
Use a form or prompt the user to select from specific voices
Create an action with Make
Pass the response to the Make webhook
Create a scenario in Make with the following elements: webhook, router, elevenlabs, webhook response.
4 Likes
This is excellent - well done
It would be really nice if you could do a video on doing a really scenario of connecting a pickaxe to make.com
2 Likes
otv
October 10, 2024, 5:23pm
10
I see talking Pickaxes in our near future! Very cool.
5 Likes
This is awesome - Any chance you can make is cloneable? I’d love to see the mechanics behind the scenes.
5 Likes
Can we make a diferent action for each voice ID we want to use, then prompt it to switch based on user input? or is that not possible?
1 Like
ab2308
October 13, 2024, 6:24am
13
Hi @ihmunro , I’ve created a short video as requested
Hi guys,
In this video, I show how to create a Pickaxe action that connects to Make and waits for the response.
This is the action code I’ve used:
import os
import requests
def p_make_webhook_response(name: str, email: str, country: str):
"""
Gather details about the user to register him/her to the online webinar
import os
Args:
name (string): This is the user name
email (string): user email
country (string): country of residence
Envs:
MAKE_SUPPORT_AGENT (string): API for …
Hope it helps
4 Likes
ihmunro
October 13, 2024, 3:51pm
14
Many thanks - apprecaite it
This is so cool, thanks for sharing! Has anyone tried something like this for interactive speech<>text? Text to Speech API for Creating Voiceovers at Scale | Murf AI or AI-Assisted Real-time Agent Coaching
1 Like
ab2308
October 15, 2024, 11:05pm
16
@sjaccaud thanks for sharing. Didn’t know Picovoice but seems a good candidate for a Pickaxe custom action to me
I’ve been using Vapi and waiting for the realtime API
1 Like
Nice work. Is this available in PA yet?
1 Like
Some might be wrong with my computer then. It’s not working for me.
Can anyone show a screenshot of the play button here please.
Thank you
1 Like
Check this post out @adamshut
The current version of this action does not create a special button next to the copy button to play audio versions. It renders a playable MP3 file in the chat.
[Screenshot 2025-02-20 at 11.13.08 AM]
2 Likes
Awesome. I will keep trying
2 Likes