Reply To: Score Array in RapidEars returns zero

Home Forums OpenEars plugins Score Array in RapidEars returns zero Reply To: Score Array in RapidEars returns zero

#1026687
billylo
Participant

Great. I did have trouble getting the wavWasSavedAtLocation delegate method triggered. SaveThatWave worked, just the delegate method not triggered somehow. Could use your guidance there. Billy.

 - (void) wavWasSavedAtLocation:(NSString *)location {
    NSLog(@"WAV was saved at the path %@", location);
 }