Logging Time of Word Recognition

Home Forums OpenEars plugins Logging Time of Word Recognition

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

  • Author
    Posts
  • #13088
    Matt
    Participant

    Hi Everyone,

    Does anyone know if there is a way of logging the time of recognition of each word that RapidEars identifies?

    Matt

    #13089
    Halle Winkler
    Politepix

    Hi Matt,

    You could just give yourself a timestamp using [NSDate date] in whichever RapidEars+OpenEarsEventsObserver delegate method you are taking your recognition results from. If you want it in a particular format you can create an NSDataFormatter as an ivar of your view controller and keep reusing it to get the formatted timestamp:

    http://stackoverflow.com/questions/2035201/iphone-nsdateformatter

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.