Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
75 views

I’m working with the latest version of Pipecat and Pipecat Flows (0.0.18), and I’m trying to implement a pattern where the bot can continue interacting with the user while an async background task ...
Carlos C's user avatar
0 votes
0 answers
41 views

I am using OsmDroid to build map offline and achieve turn by turn navigation along with voice over instruction which I believe could be achievable by GRAPHHOPPER library version 9.0. So these are my ...
Sharjeel Ahmad Siddiqui's user avatar
1 vote
0 answers
231 views

On the Google Text-to-Speech demo page, I used to be able to choose from multiple voices, test SSML on browser, and listen to the output directly in the browser. However, those options are now gone, ...
GreenGlobe Pioneers's user avatar
0 votes
1 answer
108 views

In this page, it states that you can use Voice Input "to support building features such as an in-app digital assistant." I've been searching, but I can't find anything related to this voice ...
user29431918's user avatar
1 vote
0 answers
78 views

I am making a hearing aid application in flutter for those who can't hear properly, idea is sound that microphone get user can change its frequency, pitch other settings using slider or something else,...
Haroon's user avatar
  • 21
0 votes
1 answer
28 views

I have built an integration with Twilio Voice. My software has a built in queue mechanism, so we dont want to hand off the management of the Queue to Twilio. We use conferences to place callers into a ...
iasksillyquestions's user avatar
3 votes
1 answer
359 views

I am using https://github.com/twilio-labs/call-gpt this code for one of my project. Everything works well but I am not able to add ambiance sound like office sound that user can hear so AI can process ...
kapilkarda's user avatar
0 votes
1 answer
398 views

I was recently creating a Discord Bot and wanted to create a /effect boom command. After running the command, the client joins the channel and should play the specified source in the code. I don't ...
evvsk's user avatar
  • 1
0 votes
1 answer
161 views

I have an use case to make automated outbound calls to customers notifying them of their upcoming appointments in the next 5 days in Salesforce omnichannel voice. I want to customize the prompt ...
Shalini Hariharan's user avatar
0 votes
0 answers
454 views

I am trying to do a voice recognition bot. I wrote following code: app.py from dotenv import load_dotenv import os load_dotenv() from interface import AudioInterface interface=AudioInterface() text=...
Sevval Kahraman's user avatar
0 votes
1 answer
108 views

I am encountering an internal Twilio error (https://i.sstatic.net/Gej46.png) when handling StatusCallBack Events. I have a function that is supposed to update the status of outgoing calls, but it ...
Honey Varghese's user avatar
-1 votes
1 answer
177 views

I want to create a TTS bot in java and i using FreeTTS software to this and its sounds like a translator bot is there any option to change a voice speaker to kinda human voice or it is other software ...
lg2game 6's user avatar
0 votes
0 answers
165 views

Currently I am trying to find a way to make my script to launch a series of functions in parallel but errors keep coming up. At the moment I am using RVC-CLI, but I can change to original RVC repo and ...
FunnyShark45's user avatar
1 vote
0 answers
168 views

What went wrong: Running Gradle task 'assembleDebug'... Execution failed for task ':agora_rtc_engine:buildCMakeDebug[arm64-v8a]'. Running Gradle task 'assembleDebug'... com.android.ide.common.process....
Blasius Nkoloogi's user avatar
-3 votes
1 answer
173 views

How to change the voice recognition to french (always try to speak in english in twilio). It work well in voiceflow but in twilio the system always try to make english word but I want it to make ...
sauro1997's user avatar
-1 votes
1 answer
86 views

I use "subprocess" to open a browser window using a voice assistant (in python). Actually, it opens. But how do I write code so that the browser closes with a certain command, for example, &...
Alexey St's user avatar
1 vote
0 answers
925 views

Is it possible to use a voice model and then create a custom voice out of it to be used in SpeechSynthesis api? I have a tts app using that api, and I want to add custom voices. I already tried to ...
InFamous. Emperor Cloud's user avatar
0 votes
0 answers
146 views

I am successfully able to recive inboud call on my webhook and it works nicely i got the automated voice of below text it is working good. however i am getting "Unexpected content type: text/html;...
user3215061's user avatar
1 vote
1 answer
180 views

const Discord = require('discord.js'); const { Client, GatewayIntentBits } = require('discord.js'); const client = new Client({ intents: [ GatewayIntentBits.Guilds, ...
Haiz Ans's user avatar
1 vote
1 answer
69 views

I'm trying to link my backend with my vxml code and and frontend application (web-browser based). I want the backend to send out data to both my vxml application and web based one in sync. So i came ...
Utkarsh Shukla's user avatar
1 vote
0 answers
40 views

I have 2 files that require me to record a voice sample. I'm trying to install a voice authentication library. I have successfully recorded voice samples to add my voice to the database. However, when ...
Ananya Aggarwal's user avatar
0 votes
0 answers
190 views

import pyttsx3 import speech_recognition as sr def takecommand(): r = sr.Recognizer() with sr.Microphone() as source: print("Escuchando...") r.pause_threshold = 1 ...
Adrián Martínez's user avatar
0 votes
0 answers
1k views

I'm new to using machine learning programs on Github, and decided to try my hand at machine learning by installing tts-generation-webui. I followed the instructions as intended, installing the program ...
Aholicha's user avatar
1 vote
0 answers
79 views

Can MCI voice control in VB6 produce a female voice using MCI voice commands? It works fine now but only in a male's voice.
hamptondude's user avatar
-2 votes
1 answer
156 views

I am working on the callbot. What i need is to get the Realtime recipient's response (not complete call recording) I am using Twilio for call. Is there any way to get the Realtime response of ...
Aqib Javaid's user avatar

1
2 3 4 5
22