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

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -