text-to-speech

SpeechSynthesizer.SelectVoice() Fails with “No matching voice is installed or the voice was disabled”

家住魔仙堡 提交于 2019-12-29 01:28:13
问题 I am modifying Scott Hanselman's BabySmash code to support other languages. I installed the speech platform and a new language per these steps. The language now shows up in the registry: The language can now be selected and played by Windows: System.Speech.Synthesis.SpeechSynthesizer.GetInstalledVoices() now returns the voice. However SelectVoice() in the code below throws the error "System.ArgumentException: Cannot set voice. No matching voice is installed or the voice was disabled." string

Android Text-To-Speech API Sounds Robotic

℡╲_俬逩灬. 提交于 2019-12-28 12:33:26
问题 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 found and here's my code: class MainFeeds : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_main_feeds) card.setOnClickListener{ Toast.makeText(this, "Hello", Toast.LENGTH_LONG).show() TTS(this, "Hello this

Android Text-To-Speech API Sounds Robotic

最后都变了- 提交于 2019-12-28 12:33:10
问题 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 found and here's my code: class MainFeeds : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_main_feeds) card.setOnClickListener{ Toast.makeText(this, "Hello", Toast.LENGTH_LONG).show() TTS(this, "Hello this

Text-to-speech (voice generation) and speech-to-text (voice recognition) APIs?

陌路散爱 提交于 2019-12-27 11:05:07
问题 Is there a comprehensive list of known APIs for desktop or browser environments? 回答1: I'll rehash and update an answer from Speech recognition in C or Java or PHP?. This is by no means comprehensive, but it might be a start for you From watching these questions for few months, I've seen most developer choices break down like this: Windows folks - use the System.Speech features of .Net or Microsoft.Speech and install the free recognizers Microsoft provides. Windows 7 includes a full speech

Android speech recognition conflicting with Text to Speech

时光怂恿深爱的人放手 提交于 2019-12-25 08:18:12
问题 I have implemented continuous speech recognition in my app based on the method given here: Android Speech Recognition Continuous Service. It works reasonably well by itself. However, I want to implement a feature where the app is reading a web page using Text To Speech and during the reading is going on, I want to have the speech recognition turned on so that i can ask it to stop using voice. However, I am seeing that the speech recognition starts recognition the Text to Speech output as well

Get speech mark from Amazon Polly using NodeJs

故事扮演 提交于 2019-12-24 19:16:13
问题 I am working on an animation project to add subtitle to what my character says. I can get the mp3 file from AWS Polly with no issue. However, when I want to get each part of the word separately, it doesn't work. I checked inspector tab, and I can see some params are passing to request to polly.aws . Any idea how I get json/mark-up file to know the start and end of each word & sentence? const AWS = require('aws-sdk') const Fs = require('fs') const Polly = new AWS.Polly({ signatureVersion: 'v4'

Google Cloud Text To Speech API Quickstart example

烂漫一生 提交于 2019-12-24 17:42:05
问题 I am all new to this forum. I am trying to get the Google Cloud TTS API to work but ran into some issues. The page is: https://cloud.google.com/text-to-speech/docs/quickstart-protocol I manage to go through all the page until "Synthesize audio from text" as I quote below. My problem is that I simply do not understand how Google want me to run the script. It seems like a Nix statement and I use Windows. Originally I tried to get the Python examples to work, but I never got it to work. Anybody

Google Cloud Text To Speech API Quickstart example

谁说胖子不能爱 提交于 2019-12-24 17:42:03
问题 I am all new to this forum. I am trying to get the Google Cloud TTS API to work but ran into some issues. The page is: https://cloud.google.com/text-to-speech/docs/quickstart-protocol I manage to go through all the page until "Synthesize audio from text" as I quote below. My problem is that I simply do not understand how Google want me to run the script. It seems like a Nix statement and I use Windows. Originally I tried to get the Python examples to work, but I never got it to work. Anybody

Text-To-Speech over bluetooth

给你一囗甜甜゛ 提交于 2019-12-24 15:18:58
问题 I'm designing an application with Text-To-Speech and it works. Now I want to use the bluetooth headset (not AD2P) to receive audio. Reading Android documentation about startBluetoothScoOn I see: Note that the phone application always has the priority on the usage of the SCO connection for telephony. If this method is called while the phone is in call it will be ignored. Similarly, if a call is received or sent while an application is using the SCO connection, the connection will be lost for

How to tune meSpeak.js for better sound?

拟墨画扇 提交于 2019-12-24 14:06:38
问题 I am new to meSpeak.js. I cant go with the default voice they have in their demo. I tried playing around with the options that they have, but it didnt make much difference. I would like to know how do I tune it so as to get the voice close to the level of Siri, not that robotic as in their demo. I am focusing on the sound quality. 回答1: the quite robotic voice is actually a feature of eSpeak (the embedded *NIX-application, http://espeak.sourceforge.net). I don't know, if this might be actually