feat: oga/opus support

fixes #105
This commit is contained in:
Maya 2025-07-25 15:49:42 +03:00
parent ea7af00cec
commit f3ddd97827
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ export class FFmpegConverter extends Converter {
new FormatInfo("wav", true, true),
new FormatInfo("flac", true, true),
new FormatInfo("ogg", true, true),
new FormatInfo("oga", true, true),
new FormatInfo("opus", true, true),
new FormatInfo("aac", true, true),
new FormatInfo("m4a", true, true),
new FormatInfo("wma", true, true),