This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// WaveformView.m | |
// | |
// Created by Edward Majcher on 7/17/14. | |
// | |
#import "WaveformView.h" | |
//Gain applied to incoming samples | |
static CGFloat kGain = 10.; |