The phoneme tag has no wiki summary.
14
votes
4answers
449 views
iOS / C: Algorithm to detect phonemes
I am searching for an algorithm to determine whether realtime audio input matches one of 144 given (and comfortably distinct) phoneme-pairs.
Preferably the lowest level that does the job.
I'm ...
3
votes
4answers
185 views
Breaking voice into phonemes
You know those movies where the tech geeks record someone's voice, and their software breaks it into phonemes? Which they can then use to type in any phrase, and make it seem as if the target is ...
2
votes
3answers
423 views
getX() has private access in java.awt.Rectangle?
Why following code generate error message : getX() has private access in java.awt.Rectangle
(int)dest.getX(), (int)dest.getY(), (int)dest.getWidth(), (int)dest.getHeight()
...
0
votes
1answer
59 views
Word/Phoneme Corpus for an Elman SRN (English)
I'm writing an Elman Simple Recurrent Network. I want to give it sequences of words, where each word is a sequence of phonemes, and I want a lot of training and test data.
So, what I need is a corpus ...
0
votes
0answers
76 views
Send and read sms on WindowsMobile 6.1 via PhoneME
I have J2ME application run via PhoneME on WindowsMobile 6.1 phone.
Is there the easiest way to send and read sms from j2me part of application?
0
votes
0answers
182 views
Text-to-phoneme in MS SAPI
Does anybody know, whether SAPI can generate phonemes & durations directly from the text, without have to "speak" it?
Or, if that can't be done, can SAPI generate phonemes & durations while ...