提交 1cabbdb4 authored 作者: Andrew Thompson's avatar Andrew Thompson

defaultLowOutputLatency -> defaultLowInputLatency (not that it matters, hopefully)


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11306 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 a9708d6b
...@@ -1170,7 +1170,7 @@ static int dump_info(int verbose) ...@@ -1170,7 +1170,7 @@ static int dump_info(int verbose)
inputParameters.device = i; inputParameters.device = i;
inputParameters.channelCount = deviceInfo->maxInputChannels; inputParameters.channelCount = deviceInfo->maxInputChannels;
inputParameters.sampleFormat = paInt16; inputParameters.sampleFormat = paInt16;
inputParameters.suggestedLatency = deviceInfo->defaultLowOutputLatency; /* ignored by Pa_IsFormatSupported() */ inputParameters.suggestedLatency = deviceInfo->defaultLowInputLatency; /* ignored by Pa_IsFormatSupported() */
inputParameters.hostApiSpecificStreamInfo = NULL; inputParameters.hostApiSpecificStreamInfo = NULL;
outputParameters.device = i; outputParameters.device = i;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论