Skip to content

Commit

Permalink
cutoff frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
Vouk committed Dec 21, 2023
1 parent 6102cbe commit af22b36
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Core/resources/encoders/libfdk_aac.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions Core/resources/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit af22b36

Please sign in to comment.