ios - Open ears Speech to text predefined text? -


i using open ears library in various code samples states there should predefined set of words. dont want this, should convert text speak.

for example :

nsarray *words = [nsarray arraywithobjects:@"word", @"statement", @"other word", @"a phrase", nil]; nsstring *name = @"nameiwantformylanguagemodelfiles"; nserror *err   = [lmgenerator generatelanguagemodelfromarray:words withfilesnamed:name foracousticmodelatpath:[oeacousticmodel pathtomodel:@"acousticmodelenglish"]]; 

i dont want use words array, instaead want convert speech text

any on ?


Comments

Popular posts from this blog

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -