From af22b3669c5f44d2b84c88eba098705519729f96 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Thu, 21 Dec 2023 09:45:55 +0100 Subject: [PATCH] cutoff frequency --- Core/resources/encoders/libfdk_aac.json | 11 +++++++++++ Core/resources/translations/en.json | 2 ++ 2 files changed, 13 insertions(+) diff --git a/Core/resources/encoders/libfdk_aac.json b/Core/resources/encoders/libfdk_aac.json index 7736b43b..e1e84369 100644 --- a/Core/resources/encoders/libfdk_aac.json +++ b/Core/resources/encoders/libfdk_aac.json @@ -157,6 +157,17 @@ "id": "libfdk_aac.misc", "class": "advanced", "properties": [ + { + "id": "libfdk_aac.misc.cutoff", + "parameter": "cutoff", + "control": { + "type": "integer", + "maximum": 65535, + "minimum": 1, + "singleStep": 1000, + "value": 17000 + } + }, { "id": "libfdk_aac.misc.latm", "parameter": "latm", diff --git a/Core/resources/translations/en.json b/Core/resources/translations/en.json index 9ea9b63c..6bc89b18 100644 --- a/Core/resources/translations/en.json +++ b/Core/resources/translations/en.json @@ -2058,6 +2058,8 @@ "libfdk_aac.misc": "Miscellaneous", "libfdk_aac.misc.header_period._label": "Header Period", "libfdk_aac.misc.header_period._description": "Set StreamMuxConfig and PCE repetition period (in frames) for sending in-band configuration buffers within LATM/LOAS transport layer.", + "libfdk_aac.misc.cutoff._label": "Cut-Off frequency (in Hz)", + "libfdk_aac.misc.cutoff._description": "Cut-Off frequency (in Hz) - or 0 for default", "libfdk_aac.misc.latm._label": "Output LATM/LOAS encapsulated data", "libfdk_aac.misc.latm._description": "Output LATM/LOAS encapsulated data", "libfdk_aac.misc.signaling._label": "Signaling",