Skip to content

Commit

Permalink
Using NORMAL encoding quality to avoid the #471 bug fix #471
Browse files Browse the repository at this point in the history
  • Loading branch information
elieserdejesus committed Jun 23, 2016
1 parent dee10a7 commit 973fb27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Common/persistence/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ void Settings::setPrivateServerData(const QString &server, int serverPort, const
AudioSettings::AudioSettings() :
SettingsObject("audio"),
sampleRate(44100),
bufferSize(128)
bufferSize(128),
encodingQuality(VorbisEncoder::QUALITY_NORMAL)
{
}

Expand Down

0 comments on commit 973fb27

Please sign in to comment.