fix: include audio padding in animated AVIF source range (#94)

This commit is contained in:
2026-05-27 14:06:48 -07:00
committed by GitHub
parent f033f87329
commit 3e6591e390
7 changed files with 21 additions and 27 deletions
@@ -246,7 +246,8 @@ export function buildIntegrationConfigOptionRegistry(
path: 'ankiConnect.media.audioPadding',
kind: 'number',
defaultValue: defaultConfig.ankiConnect.media.audioPadding,
description: 'Seconds of padding appended to both ends of generated sentence audio.',
description:
'Seconds of padding appended to both ends of generated sentence audio and animated AVIF clips.',
},
{
path: 'ankiConnect.media.fallbackDuration',