Two (minor) issues in OpenEars tut instructions

Home Forums OpenEars Two (minor) issues in OpenEars tut instructions

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

  • Author
    Posts
  • #1025239
    rikk
    Participant

    In https://www.politepix.com/openears/tutorial, for the OpenEars tutorial:

    Using OELanguageModelGenerator
    Step 1. Doc sez: “Add the following to your implementation (the .m file): Under the @implementation keyword at the top: #import <OpenEars/OELanguageModelGenerator.h>”
    ==> Do you really want this under @implementation? I put all #imports at the very top above @interface.

    Step 2. I needed to add #import <OpenEars/OEAcousticModel.h> in order to compile successfully.

    #1025240
    frjimo
    Participant

    Welcome,

    You are right. I do it as you indicate, otherwise it does not work.

    #1025241
    rikk
    Participant

    Using OEEventsObserver:

    Step 1 (part 2): “at the @interface declaration, add the OEEventsObserverDelegate inheritance. An example of this for a view controller called ViewController would look like this:
    @interface ViewController : UIViewController <OEEventsObserverDelegate> {

    ==> The brace messed me up. I replaced with () and its fine.

    #1025243
    Halle Winkler
    Politepix

    Thanks!

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