Skip to content

Commit

Permalink
扩展pcm存储
Browse files Browse the repository at this point in the history
Change-Id: I57d5885c07f02ef3661317197b7085a8c958b260
  • Loading branch information
tonychanchen committed Nov 3, 2023
1 parent c95740c commit cc1472b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/SDK/LinkVideo/FLV/TIoTPCMXEchoRecord.mm
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ OSStatus outputRender_cb(void *inRefCon, AudioUnitRenderActionFlags *ioActionFla

- (void)start_record
{
[self Init_buffer:&pcm_circularBuffer :4096];
[self Init_buffer:&pcm_circularBuffer :8192];
AudioOutputUnitStart(audioUnit);
}

Expand Down

0 comments on commit cc1472b

Please sign in to comment.