Revert "add @discordjs/opus + jmd.js"

This reverts commit 5c2e0737c0.
This commit is contained in:
2021-04-11 12:15:40 +02:00
parent 5c2e0737c0
commit ead89a22d8
977 changed files with 1074 additions and 199471 deletions

View File

@@ -8,14 +8,12 @@ import { vorbis } from './vorbis';
export interface FFmpegOptions {
args?: string[];
shell?: boolean;
}
export interface FFmpegInfo {
command: string;
info: string;
version: string;
output: string;
}
export class FFmpeg extends Duplex {