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
接口如下(C)
void* audioInit(int profileID, int FrameLength, int objNum, int sRate);
void audioSet(void *TwirlingAudioPtr, int roomID, bool virtualSpk);
void audioProcess(void *TwirlingAudioPtr, float azi, float elv, float *objectInput, float *binauralOutput, float *metaDataFrame);
void audioRelease(void *TwirlingAudioPtr);
请帮忙知道一下如何集成 init 和set 是初始化 Process 是处理每一帧的音频 float *objectInput, 传入帧数据数组 float *binauralOutput 输出帧数据数组 拿到输出帧数据数组再播放
The text was updated successfully, but these errors were encountered:
No branches or pull requests
接口如下(C)
void* audioInit(int profileID, int FrameLength, int objNum, int sRate);
void audioSet(void *TwirlingAudioPtr, int roomID, bool virtualSpk);
void audioProcess(void *TwirlingAudioPtr, float azi, float elv, float *objectInput, float *binauralOutput, float *metaDataFrame);
void audioRelease(void *TwirlingAudioPtr);
请帮忙知道一下如何集成 init 和set 是初始化
Process 是处理每一帧的音频
float *objectInput, 传入帧数据数组
float *binauralOutput 输出帧数据数组
拿到输出帧数据数组再播放
The text was updated successfully, but these errors were encountered: