We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GSAudioCapture.m的94~95行:
GSAudioCapture.m
94行: //设置Element 1即Input Bus的输出为desc设置的参数,就保证我们获取的数据符合我们的要求 95行: AudioUnitSetProperty(self.componetInstance, kAudioUnitProperty_StreamFormat, kAudioUnitScope_Output, kInputBus, &desc, sizeof(desc));
按注释的意思,kAudioUnitScope_Output 是不是要用 kAudioUnitScope_Input ?
kAudioUnitScope_Output
kAudioUnitScope_Input
The text was updated successfully, but these errors were encountered:
No branches or pull requests
GSAudioCapture.m
的94~95行:按注释的意思,
kAudioUnitScope_Output
是不是要用kAudioUnitScope_Input
?The text was updated successfully, but these errors were encountered: