Looking for an open-source Java text reader (voice) [open source java] [learning java]
Q: Hi,
Im java learning by writing a video game. I would like some open source Java code that I can use to read the text to find . and by that I mean, I give the text and shows it in audio. If there is no such thing I could settle for a program that I can call my java app.
Thanks!
BrainCode Java.
Re:Sphinx-4 (http://blogs.sun.com/roller/page/plamere/20040928#sphinx_4_1_0_beta) speech recognition system for Java.
CodeBrain.com.
Re:Originally posted by: guy
Originally posted by: guy
Originally posted by: guy
You'll have to locate some mothballed software files:
ViaVoice_TTS_rtk_5.1-1.2.i386.rpm
ViaVoice_TTS_sdk-5.1-1.2.i386.rpm
I guess this one is not abandonware:
Festival (http://www.festvox.org/festival/downloads.html)
Depending on how old that ViaVoice stuff is, it might be what I worked on.
I believe the ViaVoice for Linux bits are about 3 years old, but IBM pulled their distribution over a year ago.
Where was IBM ViaVoice development based?
There was a small text-to-speech company in NY state I worked for whose TTS engine was licensed to IBM to include in their ViaVoice products. I don't know how long they used our stuff. I worked there like 6-7 years ago.
Opening A Coffee Shop A to Z – eBook
Re:You may want to look at this article on O'reilly's site. It may give you some hints on how to do this.
http://www.onjava.com/pub/a/on…4/09/08/IRCinJava.html (http://www.onjava.com/pub/a/onjava/2004/09/08/IRCinJava.html)
Success Secrets of Opening A Boutique
Re:Originally posted by: guy
Originally posted by: guy
You'll have to locate some mothballed software files:
ViaVoice_TTS_rtk_5.1-1.2.i386.rpm
ViaVoice_TTS_sdk-5.1-1.2.i386.rpm
I guess this one is not abandonware:
Festival (http://www.festvox.org/festival/downloads.html)
Depending on how old that ViaVoice stuff is, it might be what I worked on.
I believe the ViaVoice for Linux bits are about 3 years old, but IBM pulled their distribution over a year ago.
Where was IBM ViaVoice development based?
Surefire German Learning Package.
Re:Originally posted by: guy
You'll have to locate some mothballed software files:
ViaVoice_TTS_rtk_5.1-1.2.i386.rpm
ViaVoice_TTS_sdk-5.1-1.2.i386.rpm
I guess this one is not abandonware:
Festival (http://www.festvox.org/festival/downloads.html)
Depending on how old that ViaVoice stuff is, it might be what I worked on. ![]()
Surefire French Learning Package.
Re:You'll have to locate some mothballed software files:
ViaVoice_TTS_rtk_5.1-1.2.i386.rpm
ViaVoice_TTS_sdk-5.1-1.2.i386.rpm
I guess this one is not abandonware:
Festival (http://www.festvox.org/festival/downloads.html)
Wholesale Sources.
Re:Good luck, dude. I worked for a TTS company a while back. TTS is a hard problem. I listened to a sample of that FreeTTS and it sounded terrible.
Open Your Third Eye
Re:[quote]
Originally posted by: guy
Unforntunately I don't think there are too many people that sit in their basements writing voice recognition software to give to the world for free
[quote]
Fortunately – there are!
Like these guys for example:
FreeTTS 1.2beta2 – A speech sy…M programming language (http://freetts.sourceforge.net/docs/index.php#possible_uses)
But I'm looking for the easiest/best choice. I'm not looking to become a TTS guru here. I just want something I can use.
How To Learn English
Re:Unforntunately I don't think there are too many people that sit in their basements writing voice recognition software to give to the world for free
If I know Sun at all, I'd say they defined a set of interfaces for what a speech recognition system should do so that 3rd party vendors can sell interchangeable implementations for a "best-of-breed" solution…
I think your best option for in game audio is to record what you want yourself and just play them at specific points in the game (just about every game does it this way, if I'm not mistaken).
Lesson Plan Source | Teacher Resources
Re:I just saw java has some speech classes, but I'm looking for something I can use instead of writing from scratch. Voice recognition would be a nice plus.
Thanks
Related posts
Tags: learning java, open source java