Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
syedhali committed Jan 24, 2016
1 parent 660107b commit 2750e91
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ - (void)drawRollingPlot
// blocked. When we feed audio data into any of the UI components we need to
// explicity create a GCD block on the main thread to properly get the UI to
// work.
//
- (void) microphone:(EZMicrophone *)microphone
hasAudioReceived:(float **)buffer
withBufferSize:(UInt32)bufferSize
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
@property (weak) IBOutlet NSWindow *window;

//------------------------------------------------------------------------------
#pragma mark - Components
#pragma mark - Properties
//------------------------------------------------------------------------------

//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
@interface AppDelegate : NSObject <NSApplicationDelegate, NSOpenSavePanelDelegate>

//------------------------------------------------------------------------------
#pragma mark - Components
#pragma mark - Properties
//------------------------------------------------------------------------------

//
Expand Down
2 changes: 1 addition & 1 deletion EZAudioExamples/iOS/PlayFile/PlayFile/ViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
@interface ViewController : UIViewController <EZAudioPlayerDelegate>

//------------------------------------------------------------------------------
#pragma mark - Components
#pragma mark - Properties
//------------------------------------------------------------------------------

//
Expand Down

0 comments on commit 2750e91

Please sign in to comment.