init commit
This commit is contained in:
9
remotion/node_modules/@remotion/web-renderer/dist/create-audio-sample-source.d.ts
generated
vendored
Normal file
9
remotion/node_modules/@remotion/web-renderer/dist/create-audio-sample-source.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { AudioSampleSource, type Quality } from 'mediabunny';
|
||||
export declare const createAudioSampleSource: ({ muted, codec, bitrate, }: {
|
||||
muted: boolean;
|
||||
codec: "aac" | "alaw" | "flac" | "mp3" | "opus" | "pcm-f32" | "pcm-f32be" | "pcm-f64" | "pcm-f64be" | "pcm-s16" | "pcm-s16be" | "pcm-s24" | "pcm-s24be" | "pcm-s32" | "pcm-s32be" | "pcm-s8" | "pcm-u8" | "ulaw" | "vorbis" | null;
|
||||
bitrate: number | Quality;
|
||||
}) => {
|
||||
audioSampleSource: AudioSampleSource;
|
||||
[Symbol.dispose]: () => void;
|
||||
} | null;
|
||||
Reference in New Issue
Block a user