We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a9a27 commit dafce12Copy full SHA for dafce12
Source/SDK/LinkVideo/FLV/TIoTAACEncoder.m
@@ -28,7 +28,7 @@ OSStatus audioConverterComplexInputDataProc(AudioConverterRef inAudioConverter,U
28
ioData->mBuffers[0].mData = param->source;
29
ioData->mBuffers[0].mDataByteSize = param->sourceSize;
30
ioData->mBuffers[0].mNumberChannels = param->channelCount;
31
- *ioNumberDataPacket = 1024;
+ *ioNumberDataPacket = 1;
32
param->sourceSize = 0;
33
return noErr;
34
}
0 commit comments