voice Questions

2

Solved

I'm learning android development for the first time and my goal is to create a simple Hello World application that takes in some text, and reads them out loud. I've based my code off an example I...

4

Solved

i am trying to record voice using python. i tried to use the pyaudio module it saved a wav file on my computer but recorded a static voice. any suggestions? import pyaudio import wave CHUNK = 102...
Pointdevice asked 20/11, 2016 at 12:30

2

Solved

I searched a lot on StackOverFlow for this Problem but the Threads are older than 3 years old. I implemented the Google Voice Recognition which requires a Internet Connection. Searching how i can ...
Knighton asked 22/7, 2015 at 11:47

3

I want to make an android application that allow user change the voice during phone call. For example: You are a man, you can change the voice to a woman or robot when talking over phone. It is lik...
Imprecation asked 10/1, 2013 at 10:40

1

Solved

We a building a chatbot app for Google Home using Api.ai (Dialogflow now) which has both male and female historical figures. We are using Actions on google. Google lets you default to a male or fem...
Howe asked 15/11, 2017 at 11:40

2

How to I activate voice based directions using google map api v3? I already implemented the maps which give directions from start to end points. But now I want to hear the name of my current locati...

3

After looking at some of services/tools, I've come to a conclusion. Most Text-to-Speech tools have too techy, robotic - in other words, bad quality c voices. And yeah, on top of that, it looks like...
Stuppy asked 19/6, 2011 at 3:18

0

I am working with 3g modem for voice call. Finding difficult to exchange voice in/out from system to modem, i got answer here but not able to understand answer code. I am working with c#. As...
Ploss asked 20/7, 2017 at 5:36

0

I am trying to develop an application that needs to detect one of two possible languages from an audio stream and transform the audio to text. Most Voice to Text APIs require specifying the langua...
Mala asked 10/5, 2017 at 9:36

4

Solved

Chrome implemented the HTML5 speech recognition API. Many languages are supported. I wanna know which languages are supported and each language's corresponding code which is used in the HTML elemen...

1

Solved

I have a udp server in python that continuously receives voice packets from a client in raw format, array of bytes. How can I play the voice on the server side in real time? Any recommended librari...
Henryk asked 2/5, 2017 at 11:44

3

I need an example of how I could launch my app on a voice command (trigger word). So some sort of a service running in the background listening to everything and if the word matches a set textual v...
Oxime asked 6/3, 2013 at 15:43

4

Solved

I want to remove vocals from mp3 sound tracks. I searched google, and tried few softwares but none of them are convincing. I am planning to read the mp3 file, get a waveform and remove the wa...
Mesozoic asked 9/9, 2010 at 0:55

1

Solved

The Google Developer video on voice actions states that it is possible to implement custom voice actions. The example given is: Ok Google, Shazam this song Evidently this is not one of the syste...
Lenoralenore asked 4/11, 2016 at 11:0

3

Solved

In my app when the user says a certain word or words the app will answer by reading out a sentence which is set in app. What is the simplest way of doing this? I'm using the latest version o...
Greg asked 10/4, 2015 at 20:59

3

Solved

I'm looking for some C/C++ code for VAD (Voice Activity Detection). Basically, my application is reading PCM frames from the device. I would like to know when the user is talking. I'm not looking ...
Afloat asked 20/3, 2011 at 7:7

4

Solved

I have a set of audio files that are uploaded by users, and there is no knowing what they contain. I would like to take an arbitrary audio file, and extract each of the instances where someone is ...
Stedt asked 31/3, 2011 at 10:4

2

Solved

I need to record voice from built-in microphone using only Terminal.app in Mac OS X. Is there any way?
Banksia asked 7/2, 2013 at 17:55

0

When I tap the TextField, it shows keyboard like that: But I want it show voice dictate like that: Is it possible to trigger the voice command provided on ios keyboard only using code?
Discriminating asked 12/2, 2016 at 23:28

3

Solved

Today I'm very exited about the speech synthesis function is available in iOS7. I want to select the male voice(default in OSX, called alex). I don't know what's the BCP-47 code for him, and BTW...
Hwu asked 15/12, 2013 at 1:26

6

Solved

iOS devices have embedded voice synthesizers for Accessibility's VoiceOver feature. Is there a way you can use these synthesizers programmatically to generate text-based sounds? My problem is: I'm...
Chitchat asked 30/3, 2012 at 8:38

1

I'm trying to create a tourism app for Android. I need the user be guided by voice. I've been looking at the googlemaps Android API but there's nothing about voice directions. Do you know any wo...
Athal asked 19/5, 2015 at 9:37

1

Solved

I want to develop an android app. One feature of the app is recognize 2 people's voice. It will be kike this - when the app will open, 2 people will talk in front of it. App will detect 2 persons...
Malfunction asked 23/11, 2014 at 7:22

6

Solved

I plan to develop Android application which will encrypt/decrypt voice data such that parties can communicate using secure channel. So the question is: how to intercept voice/audio data during GSM ...
Dressmaker asked 15/11, 2010 at 7:23

3

I'm trying to stream audio from the mic from 1 Android to another over WiFi. After looking at some examples I made 2 applications with a single activity in each, 1 to capture and send audio and the...
Pluvious asked 11/2, 2012 at 6:41

© 2022 - 2024 — McMap. All rights reserved.