RapidEars extended event callbacks in Swift3

Home Forums OpenEars plugins RapidEars extended event callbacks in Swift3

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

  • Author
    Posts
  • #1031346
    evilliam
    Participant

    Hello
    I was wondering if there was anywhere that I can see the new method signatures for rapidEars + swift 3

    For example rapidEarsDidDetectLiveSpeechAsWordArray, when bridging obj-c it used to be rapidEarsDidDetectLiveSpeechAsWordArray:(NSArray *)words andScoreArray:(NSArray *)scores;

    but now we’ve got nice Swift-y methods for the other delegate I was wondering if there is an example for the extended rapidEars events, particularly w/r/t segment times and scores.

    These don’t appear in the Swift interactive tutorial

    #1031347
    Halle Winkler
    Politepix

    Hi,

    These can be seen in the downloadable docs (found in the documentation folder of the disk image) and on the respective plugin pages under method documentation: https://www.politepix.com/rapidears/

    Each Objective-C method signature also has a Swift 3 method signature at the end of its definition (sometimes this is not in specially-formatted text, so it may resemble the written definition).

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘RapidEars extended event callbacks in Swift3’ is closed to new replies.