Mercurial > hg > audiodb
diff examples/iAudioDB/AppController.h @ 702:6d8539709d9c
Switching over to use sample rate where possible - poss bug in query start specification.
author | mas01mj |
---|---|
date | Fri, 30 Apr 2010 14:57:30 +0000 |
parents | e21abbac820e |
children | 6d3ed50c9d2d |
line wrap: on
line diff
--- a/examples/iAudioDB/AppController.h Thu Apr 29 17:15:01 2010 +0000 +++ b/examples/iAudioDB/AppController.h Fri Apr 30 14:57:30 2010 +0000 @@ -98,5 +98,7 @@ -(void)sound:(NSSound *)sound didFinishPlaying:(BOOL)playbackSuccessful; -(void)importFile:(NSString *)filename withExtractorConfig:(NSString *)extractorPath; -(UInt64)getSampleRate:(NSString *)filename; +-(UInt64)getHopSizeInSamples:(NSString *)filename; +-(int)nearestPow2:(int)x; @end