Skip to content

Instantly share code, notes, and snippets.

View Suplanus's full-sized avatar

Johann Weiher Suplanus

View GitHub Profile
#import <UIKit/UIKit.h>
#import <AVFoundation/AVFoundation.h>
@interface VisualizerView : UIView
@property (strong, nonatomic) AVAudioPlayer *audioPlayer;
@property (nonatomic, assign) NSInteger numberOfBars;
@end