Skip to content

Commit cc1472b

Browse files
committed
扩展pcm存储
Change-Id: I57d5885c07f02ef3661317197b7085a8c958b260
1 parent c95740c commit cc1472b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/SDK/LinkVideo/FLV/TIoTPCMXEchoRecord.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ OSStatus outputRender_cb(void *inRefCon, AudioUnitRenderActionFlags *ioActionFla
110110

111111
- (void)start_record
112112
{
113-
[self Init_buffer:&pcm_circularBuffer :4096];
113+
[self Init_buffer:&pcm_circularBuffer :8192];
114114
AudioOutputUnitStart(audioUnit);
115115
}
116116

0 commit comments

Comments
 (0)