fix mono streams
by removing a line that is already removed in v 0.1.25, but not in master...
This commit is contained in:
parent
520f98a6b3
commit
3bc3a85df3
|
|
@ -1947,7 +1947,7 @@ static BOOL GetHardwareCodecClassDesc(UInt32 formatId, AudioClassDescription* cl
|
|||
|
||||
[self destroyAudioConverter];
|
||||
|
||||
canonicalAudioStreamBasicDescription.mChannelsPerFrame = asbd->mChannelsPerFrame;
|
||||
//canonicalAudioStreamBasicDescription.mChannelsPerFrame = asbd->mChannelsPerFrame;
|
||||
|
||||
BOOL isRecording = currentlyReadingEntry.dataSource.recordToFileUrl != nil;
|
||||
if (isRecording)
|
||||
|
|
|
|||
Loading…
Reference in New Issue