Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyttsx3 in Ubuntu is not outputting an audio! #230

Closed
Aravinviju opened this issue May 3, 2018 · 1 comment
Closed

pyttsx3 in Ubuntu is not outputting an audio! #230

Aravinviju opened this issue May 3, 2018 · 1 comment

Comments

@Aravinviju
Copy link

Aravinviju commented May 3, 2018

Hi, I am trying to implement 'speech to text to speech' using python's pyttsx3 and speech_recognition!

Though it is not showing any error, it is also not outputting any audio too.

Below is the code i used to test it:

import speech_recognition
import pyttsx3
speech_engine = pyttsx3.init()
speech_engine.setProperty('rate', 150)
speech_engine.say('Sally sells seashells by the seashore.')

Any help is appreciated!

@jpweytjens
Copy link
Contributor

I'm closing this issue as does not seem related to textract. If you can eloborate how this is related to the latest version of textract, feel free to leave a comment with additional information and I'll reopen the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants