提交 4a75f79a 编写于 作者: P Palana

UI: Try CoreAudio AAC encoder first

上级 faa3f263
......@@ -47,6 +47,7 @@ static void OBSStopRecording(void *data, calldata_t *params)
static OBSEncoder CreateAACEncoder(const char *name, size_t idx)
{
static const char *encoders[] = {
"CoreAudio_AAC",
"libfdk_aac",
"ffmpeg_aac"
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册