feat: .aif support

same as .aiff
This commit is contained in:
JovannMC 2025-06-05 13:42:17 +03:00
parent 2363ca7910
commit 59e79521f2
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ export class FFmpegConverter extends Converter {
new FormatInfo("ac3", true, true),
new FormatInfo("alac", true, false),
new FormatInfo("aiff", true, true),
new FormatInfo("aif", true, true),
];
public readonly reportsProgress = true;