comparison examples/iAudioDB/AppController.h @ 701:e21abbac820e

Now grabs sample rate from audio file. Next step - removal of hop size in samples.
author mas01mj
date Thu, 29 Apr 2010 17:15:01 +0000
parents 54974e8a6b87
children 6d8539709d9c
comparison
equal deleted inserted replaced
700:54974e8a6b87 701:e21abbac820e
95 -(void)reset; 95 -(void)reset;
96 -(void)updateStatus; 96 -(void)updateStatus;
97 -(BOOL)validateUserInterfaceItem:(id <NSValidatedUserInterfaceItem>)anItem; 97 -(BOOL)validateUserInterfaceItem:(id <NSValidatedUserInterfaceItem>)anItem;
98 -(void)sound:(NSSound *)sound didFinishPlaying:(BOOL)playbackSuccessful; 98 -(void)sound:(NSSound *)sound didFinishPlaying:(BOOL)playbackSuccessful;
99 -(void)importFile:(NSString *)filename withExtractorConfig:(NSString *)extractorPath; 99 -(void)importFile:(NSString *)filename withExtractorConfig:(NSString *)extractorPath;
100 -(UInt64)getSampleRate:(NSString *)filename;
100 101
101 @end 102 @end