Skip to content

Commit

Permalink
Removed commented out bad code
Browse files Browse the repository at this point in the history
  • Loading branch information
tumtumtum committed Jan 4, 2016
1 parent 3cb6349 commit 2043330
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions StreamingKit/StreamingKit/STKAudioPlayer.m
Original file line number Diff line number Diff line change
Expand Up @@ -1977,9 +1977,8 @@ -(void) createAudioConverter:(AudioStreamBasicDescription*)asbd

[self destroyAudioConverter];

//canonicalAudioStreamBasicDescription.mChannelsPerFrame = asbd->mChannelsPerFrame;

BOOL isRecording = currentlyReadingEntry.dataSource.recordToFileUrl != nil;

if (isRecording)
{
recordAudioStreamBasicDescription = (AudioStreamBasicDescription)
Expand Down

0 comments on commit 2043330

Please sign in to comment.