EMIC 2 Speech-to-Text phonome command doesn't work.
DougP
Posts: 3
I've been Working with the EMIC 2 Text-to-Speech Module (#30016) with mostly good results. But I'm trying to use the [:phoneme] command with the DECtalk parser with no success.
I tried the following string which is straight from the EMI 2 documentation (30016-Emic-2-Text-To-Speech-Documentation-v1.1.1.pdf), but the module just ignores it.
S[:phone arpa speak on][:rate 100][:n0][ow<200,18>ow<200,15> sey<400,11> kae<400,15>n yu<400,18>w siy<600,23>]
Not sure if its supposed to be 'phone' or 'phoneme' so I tried both with the same unsuccessful result.
Ultimately, I am trying to generate a few trivial musical-like tones. Hoping some phonetic symbols will be close enough.
Any ideas? Thanks!
I tried the following string which is straight from the EMI 2 documentation (30016-Emic-2-Text-To-Speech-Documentation-v1.1.1.pdf), but the module just ignores it.
S[:phone arpa speak on][:rate 100][:n0][ow<200,18>ow<200,15> sey<400,11> kae<400,15>n yu<400,18>w siy<600,23>]
Not sure if its supposed to be 'phone' or 'phoneme' so I tried both with the same unsuccessful result.
Ultimately, I am trying to generate a few trivial musical-like tones. Hoping some phonetic symbols will be close enough.
Any ideas? Thanks!
Comments
Maybe it is a problem with your wiring setup. What microcontroller are you using?
Posting your code will be helpful.
I found that I needed to terminate the string with "[:n0]". I guess it's obvious from the documentation now that I look again.
There may be a few more idiosyncrasies when mixing phonetic with straight text. I'll post some more results after I have a chance to experiment.
Seems like you're on your way.