Files
tunarr/pnpm-workspace.yaml
Christian Benincasa f25f3f599f feat: add support for loudnorm audio filter
Allows for better loudness normalization vs straight volume adjustment
using the ffmpeg loudnorm filter. The i, lra, and tp values are all
configurable in the advanced transcode settings.
2026-02-15 08:20:31 -05:00

18 lines
283 B
YAML

packages:
- server
- web
- types
- shared
catalog:
'@typescript-eslint/eslint-plugin': ^8.55.0
'@typescript-eslint/parser': ^8.55.0
dayjs: ^1.11.14
eslint: 9.39.2
lodash-es: ^4.17.21
random-js: 2.1.0
typescript: 5.9.3
zod: ^4.3.6
enablePrePostScripts: true