Skip to content

Commit

Permalink
fix AudioBufferTime was sometimes not set
Browse files Browse the repository at this point in the history
  • Loading branch information
j1rie committed Mar 15, 2016
1 parent f33f874 commit 5708242
Show file tree
Hide file tree
Showing 2 changed files with 3,647 additions and 0 deletions.
1 change: 1 addition & 0 deletions softhddevice.cpp
Expand Up @@ -3226,6 +3226,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")) {
Expand Down

0 comments on commit 5708242

Please sign in to comment.