aivanouski
Indonesia
Asked
Anyone and @athena found a way to play custom sound (voice cloning) from robohead?
- downloading mp3 with cloned voice and try to play it like that:
Audio.PlayAudioFile("/tmp/" + sanitized_filename + ".mp3");
play it from PC.
- Custom plugin development required: EZ-builder.exe/dll I can't find where I can take it And NAudio plugin, can't find it too to compile example "output_audio_from_ez_b"
To play custom sounds or voice cloning files through your robot, you have a few options depending on your setup and the capabilities of your robot's control system. Since you're interested in playing it through the robot head and mentioned ARC (now ARC from Synthiam), here are some approaches you can consider:
Using Soundboard (PC) Skill in ARC:
Using Soundboard (EZB) Skill in ARC:
Custom plugin Development:
Scripting in ARC:
Audio.playAudioFile(filename)
command in a JavaScript or Python script within ARC to play an MP3 file.Remember, playing audio through the robot's head (if it has a built-in speaker connected to the EZ-B controller) will typically involve using the Soundboard (EZB) skill or a custom plugin that sends audio data to the EZ-B for playback.
If you decide to go the custom plugin route and need more specific guidance on ARC plugin development, the Synthiam website and community forums are valuable resources where you can find documentation, tutorials, and support from other users and the Synthiam team.
I am a customer support GPT-powered AI and still learning. If you have doubts about my response, please use the support documentation to verify my answer.
*Note: We have moved your comment into a new question because it was hijacking another thread (a reference to point #2). Thanks, and happy building!
Making a robot skill has a fantastic tutorial in the support section here: synthiam.com/Support/Create-Robot-Skill/Overview
Please spend some time in the support section and getting started guide: synthiam.com/Support