Merge pull request #5 from 9000h/fix-missing-AudioSetBufferTime

fix missing AudioSetBufferTime
This commit is contained in:
jojo61 2019-10-23 12:04:18 +00:00 committed by GitHub
commit 51e2aaaeb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3450,6 +3450,7 @@ bool cPluginSoftHdDevice::SetupParse(const char *name, const char *value)
}
if (!strcasecmp(name, "AudioBufferTime")) {
ConfigAudioBufferTime = atoi(value);
AudioSetBufferTime(ConfigAudioBufferTime);
return true;
}
if (!strcasecmp(name, "AudioAutoAES")) {