Saatyagi

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)

  • Author
    Posts
  • in reply to: App is Crashing after adding a new OpenEars framework #1032856
    Saatyagi
    Participant

    Hi Halle Winkler,

    Thanks for the quick reply.

    I have cross check the bundle ID for the new framework, both are same.

    Is there any other solution I can try?

    in reply to: adding new bundle id #1032851
    Saatyagi
    Participant

    np thanks for response.

    in reply to: adding new bundle id #1032849
    Saatyagi
    Participant

    and it’s for same application ..

    in reply to: Does OpenEars require internet access to when using? #1032846
    Saatyagi
    Participant

    Hi,

    I’ve purchased RapidEars licence for bundle id and now we’ve to change that bundle id for security reasons.

    Can you help me understand if if can be changed from old to new one ?

    in reply to: Changing LanguageModel on the Fly #1032657
    Saatyagi
    Participant

    and it’s not about callback
    I want to change words array on the fly which is not happening right now

    in reply to: Changing LanguageModel on the Fly #1032656
    Saatyagi
    Participant

    Hey Thanks for the reply
    but I already have that implemented :-

    
    class OpenEarsHelper: NSObject, OEEventsObserverDelegate, OEEventsObserverRapidEarsDelegate {
    
    in reply to: Changing LanguageModel on the Fly #1032653
    Saatyagi
    Participant
    
    OpenEarsHelper.openEarsHelper.changeLanguageModel(wordsArray: RapidEarsCMDArrays.phoneticCommands, dictionaryName: RapidEarsCMDArrays.phoneticCmdDict)
    

    Above is my calling method and

    
     // Commands used on Fuel intent's Review Order Page
        static let phoneticCmdDict: String = "PhoneticCmdDict"
        static let phoneticCommands: [String] = ["Alpha", "Beta", "Charlie", "Delta", "Echo", "Foxtrot", "Golf", "Hotel", "India", "Juliett", "Kilo", "Lima", "Mike", "November", "Oscar", "Papa", "Quebec", "Romeo", "Sierra", "Tango", "Uniform", "Victor", "Whiskey", "X-ray", "Yankee","Zulu"]
    

    is my dictionary and words array.

    • This reply was modified 5 years, 3 months ago by Saatyagi.
    in reply to: programatically start and stop openEars/RapidEars swift #1032597
    Saatyagi
    Participant

    Change from one language model to another. This lets you change which words you are listening for depending on the context in your app. If you have already started the recognition loop and you want to switch to a different language model, you can use this and the model will be changed at the earliest opportunity. Will not have any effect unless recognition is already in progress. It isn’t possible to change acoustic models in the middle of an already-started listening loop, just language model and dictionary.
    Swift 3: changeLanguageModel(toFile: String!, withDictionary: String!)

    This is what I got from Documentation. but I don’t see where to change set of words array in that.

    in reply to: programatically start and stop openEars/RapidEars swift #1032595
    Saatyagi
    Participant

    It worked. Thanks you.
    Can you point me to the tutorial where you’ve shown how to change dictionary on the fly ?
    for eg on landing page I’ve different dictionary and after navigation I need other one. how can I achieve that ?

    in reply to: programatically start and stop openEars/RapidEars swift #1032594
    Saatyagi
    Participant
    func stopOpenEars() {
            OEPocketsphinxController.sharedInstance()?.stopListening()
        }
    

    I’ve tried above as well but it always starts again.

Viewing 10 posts - 1 through 10 (of 10 total)