提交 9b440331 编写于 作者: B bbcallen

ios: correct AudioUnit config for 5.1 channel

上级 ba0f5550
......@@ -47,6 +47,7 @@
/* Get the current format */
_spec.format = AUDIO_S16SYS;
_spec.channels = 2;
AudioStreamBasicDescription streamDescription;
IJKSDLGetAudioStreamBasicDescriptionFromSpec(&_spec, &streamDescription);
......
......@@ -72,6 +72,7 @@
/* Get the current format */
_spec.format = AUDIO_S16SYS;
_spec.channels = 2;
AudioStreamBasicDescription streamDescription;
IJKSDLGetAudioStreamBasicDescriptionFromSpec(&_spec, &streamDescription);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册