mirror of
https://github.com/ragestudio/comty.git
synced 2025-07-08 08:44:15 +00:00
Add mp3 to codecOverrides with libopus codec
This commit is contained in:
parent
94327d9a64
commit
b721a403f5
@ -5,6 +5,7 @@ import { FFMPEGLib, Utils } from "../FFMPEGLib"
|
||||
|
||||
const codecOverrides = {
|
||||
wav: "flac",
|
||||
mp3: "libopus",
|
||||
}
|
||||
|
||||
export default class SegmentedAudioMPDJob extends FFMPEGLib {
|
||||
|
Loading…
x
Reference in New Issue
Block a user