Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Phoneme codes

arjo129 edited this page Dec 30, 2012 · 5 revisions

This document outlines the different phonemes returned by the recognizer when char signal::getPhoneme() is used.

Phoneme      |   Literal       
--------------------------------------------------------------------
a,e,i,o,u    | Vowels. We know they are vowels, just not vowels they 
             | are. (r,l,m,n are also detected as vowels)
--------------------------------------------------------------------   
h,s          | The `/sh/` and `s` sounds. It can also be raised by 
             | `ch`, `j` and `z`
--------------------------------------------------------------------
v            | The `v` sound, occasionally triggered by 's' 
             | (may need to be fixed)
--------------------------------------------------------------------
f            | The `f` sound. 
--------------------------------------------------------------------
m            | Ignore 
--------------------------------------------------------------------
' '          | Too Quiet for anything
--------------------------------------------------------------------
Clone this wiki locally