comparison 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
comparison
equal deleted inserted replaced
701:e21abbac820e 702:6d8539709d9c
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 -(UInt64)getSampleRate:(NSString *)filename;
101 -(UInt64)getHopSizeInSamples:(NSString *)filename;
102 -(int)nearestPow2:(int)x;
101 103
102 @end 104 @end