You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,7 @@ Please find here the variables used to configure the SOXR plugin.
188
188
VARIABLE|DESCRIPTION
189
189
:---|:---
190
190
SOXR_PLUGIN_ENABLE|Enable the `soxr` plugin. Do not use in conjunction with variable `SAMPLERATE_CONVERTER`
191
-
SOXR_PLUGIN_PRESET|Presets for SOXR_PLUGIN configuration. Available presets: `goldilocks` and `extremus`
191
+
SOXR_PLUGIN_PRESET|Presets for SOXR_PLUGIN configuration. Available presets: `goldilocks`, `extremus`, `max32`
192
192
SOXR_PLUGIN_THREADS|The number of libsoxr threads. `0` means automatic. The default is `1` which disables multi-threading.
193
193
SOXR_PLUGIN_QUALITY|The quality of `soxr` resampler. Possible values: `very high`, `high` (the default), `medium`, `low`, `quick`, `custom`. When set to `custom`, the additional `soxr` parameters can be set.
194
194
SOXR_PLUGIN_PRECISION|The precision in bits. Valid values `16`,`20`,`24`,`28` and `32` bits.
@@ -263,7 +263,7 @@ ALSA_OUTPUT_MIXER_TYPE|Mixer type, defaults to `hardware`
263
263
ALSA_OUTPUT_MIXER_DEVICE|Mixer device, defaults to `default`
264
264
ALSA_OUTPUT_MIXER_CONTROL|Mixer Control, defaults to `PCM`
265
265
ALSA_OUTPUT_MIXER_INDEX|Mixer Index, defaults to `0`
266
-
ALSA_OUTPUT_ALLOWED_FORMATS_PRESET|Alternative to `ALSA_OUTPUT_ALLOWED_FORMATS`. Possible values: 8x, 4x, 2x, 8x-nodsd, 4x-nodsd, 2x-nodsd
266
+
ALSA_OUTPUT_ALLOWED_FORMATS_PRESET|Alternative to `ALSA_OUTPUT_ALLOWED_FORMATS`. Possible values: `16x`, `8x`, `4x`, `2x`, `16x-nodsd`, `8x-nodsd`, `4x-nodsd`, `2x-nodsd`
267
267
ALSA_OUTPUT_ALLOWED_FORMATS|Sets allowed formats
268
268
ALSA_OUTPUT_FORMAT|Sets output format
269
269
ALSA_OUTPUT_AUTO_RESAMPLE|If set to no, then libasound will not attempt to resample. In this case, the user is responsible for ensuring that the requested sample rate can be produced natively by the device, otherwise an error will occur.
0 commit comments