Skip to content

Commit

Permalink
add test.
Browse files Browse the repository at this point in the history
  • Loading branch information
qfish committed Dec 4, 2013
1 parent 9420d2b commit 8cb78c7
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions main/main/equalSign.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
static const int kSampleRate = 44100; // asdasd
// asdasda = asdsd;
static const int kFormatID = kAudioFormatLinearPCM;
static const CGSize CollectionViewCellSize = {.height = 145, .width = 100};
static NSString *const CollectionViewCellIdentifier = @"MyListenedCell";
static const int kFormatID = kAudioFormatLinearPCM;
static const CGSize CollectionViewCellSize = {.height = 145, .width = 100};
static NSString *const CollectionViewCellIdentifier = @"MyListenedCell";


CALayer *waveLayer = [CALayer layer];
waveLayer.frame = (CGRect){
.origin.x = (ScreenWidth-40)/2,
.origin.y = _recordView.frame.origin.y+7,
.size.width = 40,
.size.height = 40
};

0 comments on commit 8cb78c7

Please sign in to comment.