diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-09-16 23:27:11 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-09-16 23:27:11 +0800 |
commit | 41f9cf6fa2718155c8231d579c8af5f24d947b49 (patch) | |
tree | 03153558d9042167023ef170055ed151caf79752 /doc/optionsdialog.html | |
parent | e12b8c202f92d1b154ed3d9cb5dc58c73aa08787 (diff) | |
download | QMidiPlayer-41f9cf6fa2718155c8231d579c8af5f24d947b49.tar.xz |
Minor bug fix. Update documentation.
Diffstat (limited to 'doc/optionsdialog.html')
-rw-r--r-- | doc/optionsdialog.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/optionsdialog.html b/doc/optionsdialog.html index 8d59dc2..efa5baf 100644 --- a/doc/optionsdialog.html +++ b/doc/optionsdialog.html @@ -44,12 +44,12 @@ <img src="../img/options2.png"><br> <ul> <li>Audio Driver**: specify the audio backend used by the internal synthesizer.</li> - <li>Audio Buffer Size**: Size per buffer used by the fluidsynth engine.</li> - <li>Audio Buffer Count**: Number of buffers used by the fluidsynth engine.</li> + <li>Audio Buffer Size**: Size per buffer used by the fluidsynth engine. Increase if experiencing audio interruption, decrease if audio is laggy or messed up.</li> + <li>Audio Buffer Count**: Number of buffers used by the fluidsynth engine. Increase if experiencing audio interruption or messy audio, decrease if audio is laggy.</li> <li>Audio Format**: audio output format of the fluidsynth engine.</li> <li>Audio Frequency**: audio output sampling frequency of the fluidsynth engine.</li> - <li>Max Polyphony**: maximum simultaniously played voices of synthesizer.</li> - <li>CPU Cores**: threads used by the internal synthesizer.</li> + <li>Max Polyphony**: maximum simultaniously played voices of synthesizer. High polyphony limit may cause lags. </li> + <li>CPU Cores**: threads used by the internal synthesizer. Too many threads may result in instability.</li> <li>Auto bank select mode:<br> If checked, the player will choose the appropriate bank selecting mode according to the file standard. If the file doesn't specify the standard |