Home › Forums › OpenEars plugins › Score Array in RapidEars returns zero › Reply To: Score Array in RapidEars returns zero
September 2, 2015 at 12:40 am
#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);
}