Mercurial > hg > audiodb
diff 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 |
line wrap: on
line diff
--- a/examples/iAudioDB/AppController.h Thu Apr 29 16:36:07 2010 +0000 +++ b/examples/iAudioDB/AppController.h Thu Apr 29 17:15:01 2010 +0000 @@ -97,5 +97,6 @@ -(BOOL)validateUserInterfaceItem:(id <NSValidatedUserInterfaceItem>)anItem; -(void)sound:(NSSound *)sound didFinishPlaying:(BOOL)playbackSuccessful; -(void)importFile:(NSString *)filename withExtractorConfig:(NSString *)extractorPath; +-(UInt64)getSampleRate:(NSString *)filename; @end