mirror of https://github.com/VERT-sh/VERT.git
fix: remove "to" alac conversion
doesn't work w/ ffmpeg wasm
This commit is contained in:
parent
262b2a3c53
commit
6f2eefd39f
|
@ -20,7 +20,7 @@ export class FFmpegConverter extends Converter {
|
|||
new FormatInfo("wma", true, true),
|
||||
new FormatInfo("amr", true, true),
|
||||
new FormatInfo("ac3", true, true),
|
||||
new FormatInfo("alac", true, true),
|
||||
new FormatInfo("alac", true, false),
|
||||
new FormatInfo("aiff", true, true),
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue