diff options
author | Chris Robinson <[email protected]> | 2015-11-09 11:47:56 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-11-09 11:47:56 -0800 |
commit | 062d7e348724eea91bb9a789efab6060032daa03 (patch) | |
tree | 1026c89fc49be765785c0d082a6484f7795ebf37 | |
parent | de53ff4aff2e3c19dfb29baa6d3e3c053aedbfbb (diff) |
Update the fix-rate config option description
-rw-r--r-- | alsoftrc.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index d40e6c37..88dacd97 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -228,8 +228,8 @@ #allow-moves = false ## fix-rate: -# Specifies whether to match the playback device's sample rate to the hardware -# device's sample rate. Enabling this allows OpenAL Soft to resample sources +# Specifies whether to match the playback stream's sample rate to the device's +# sample rate. Enabling this forces OpenAL Soft to mix sources and effects # directly to the actual output rate, avoiding a second resample pass by the # PulseAudio server. #fix-rate = false |