mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-06-13 03:13:32 -07:00
fix: include audio padding in animated AVIF source range (#94)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user