init commit
This commit is contained in:
10
remotion/node_modules/@remotion/webcodecs/dist/convert-audiodata.d.ts
generated
vendored
Normal file
10
remotion/node_modules/@remotion/webcodecs/dist/convert-audiodata.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
export type ConvertAudioDataOptions = {
|
||||
audioData: AudioData;
|
||||
newSampleRate?: number;
|
||||
format?: AudioSampleFormat | null;
|
||||
};
|
||||
/**
|
||||
* Converts an `AudioData` object to a new `AudioData` object with a different sample rate or format.
|
||||
* @see [Documentation](https://remotion.dev/docs/webcodecs/convert-audiodata)
|
||||
*/
|
||||
export declare const convertAudioData: ({ audioData, newSampleRate, format, }: ConvertAudioDataOptions) => AudioData;
|
||||
Reference in New Issue
Block a user