Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #23430 > unrolled thread
| Started by | bob smith <bob@coolfone.comze.com> |
|---|---|
| First post | 2013-04-12 08:25 -0700 |
| Last post | 2013-04-12 13:51 -0700 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.java.programmer
speech recognition in Java? bob smith <bob@coolfone.comze.com> - 2013-04-12 08:25 -0700
Re: speech recognition in Java? Eric Sosman <esosman@comcast-dot-net.invalid> - 2013-04-12 11:45 -0400
Re: speech recognition in Java? RVic <rvince99@hotmail.com> - 2013-04-12 13:51 -0700
| From | bob smith <bob@coolfone.comze.com> |
|---|---|
| Date | 2013-04-12 08:25 -0700 |
| Subject | speech recognition in Java? |
| Message-ID | <392879f9-0a88-45f1-a26b-68683e69ad92@googlegroups.com> |
Is there a reasonable way to do speech recognition in Java? I basically just need something that can distinguish between a small set of words so I can do a minor data transfer via audio. Thanks.
[toc] | [next] | [standalone]
| From | Eric Sosman <esosman@comcast-dot-net.invalid> |
|---|---|
| Date | 2013-04-12 11:45 -0400 |
| Message-ID | <kk9a2e$4r3$1@dont-email.me> |
| In reply to | #23430 |
On 4/12/2013 11:25 AM, bob smith wrote: > Is there a reasonable way to do speech recognition in Java? > > I basically just need something that can distinguish between a small set of words so I can do a minor data transfer via audio. http://lmgtfy.com/?q=java+speech+recognition -- Eric Sosman esosman@comcast-dot-net.invalid
[toc] | [prev] | [next] | [standalone]
| From | RVic <rvince99@hotmail.com> |
|---|---|
| Date | 2013-04-12 13:51 -0700 |
| Message-ID | <3cd491c0-8099-4d39-a878-77050f710e8b@googlegroups.com> |
| In reply to | #23430 |
I recommend to open source packages. Free TTS for the text to speech http://freetts.sourceforge.net/ Mary for speech recognition http://mary.dfki.de/ -RVic On Friday, April 12, 2013 11:25:33 AM UTC-4, bob smith wrote: > Is there a reasonable way to do speech recognition in Java? > > > > I basically just need something that can distinguish between a small set of words so I can do a minor data transfer via audio. > > > > Thanks.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.programmer
csiph-web