From 43a9dc70826e68853c61081a08b858629ae72a34 Mon Sep 17 00:00:00 2001 From: GrimReaperFloof Date: Wed, 26 May 2021 23:33:56 +0200 Subject: [PATCH] Add note about emulate_amiga_type requiring libopenmpt 0.5 --- doc/plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/plugins.rst b/doc/plugins.rst index 24acdf619..739e506c1 100644 --- a/doc/plugins.rst +++ b/doc/plugins.rst @@ -520,7 +520,7 @@ Module player based on `libopenmpt `_. * - **emulate_amiga yes|no** - Enables the Amiga resampler for Amiga modules. This emulates the sound characteristics of the Paula chip and overrides the selected interpolation filter. Non-Amiga module formats are not affected by this setting. Defaults to yes. * - **emulate_amiga_type** - - Configures the filter type to use for the Amiga resampler. Supported values are: "auto": Filter type is chosen by the library and might change. This is the default. "a500": Amiga A500 filter. "a1200": Amiga A1200 filter. "unfiltered": BLEP synthesis without model-specific filters. The LED filter is ignored by this setting. This filter mode is considered to be experimental and might change in the future. Defaults to "auto". + - Configures the filter type to use for the Amiga resampler. Supported values are: "auto": Filter type is chosen by the library and might change. This is the default. "a500": Amiga A500 filter. "a1200": Amiga A1200 filter. "unfiltered": BLEP synthesis without model-specific filters. The LED filter is ignored by this setting. This filter mode is considered to be experimental and might change in the future. Defaults to "auto". Requires libopenmpt 0.5 or higher. mpcdec ------