Skip to content
New issue

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

我这边需要集成个处理每一帧音频的SDK #2

Open
lianguowu opened this issue Jun 20, 2016 · 0 comments
Open

我这边需要集成个处理每一帧音频的SDK #2

lianguowu opened this issue Jun 20, 2016 · 0 comments

Comments

@lianguowu
Copy link

接口如下(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 输出帧数据数组
拿到输出帧数据数组再播放

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant