Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
export type GetPartialAudioDataProps = {
|
||||
src: string;
|
||||
fromSeconds: number;
|
||||
toSeconds: number;
|
||||
channelIndex: number;
|
||||
signal: AbortSignal;
|
||||
};
|
||||
export declare const getPartialAudioData: ({ src, fromSeconds, toSeconds, channelIndex, signal, }: GetPartialAudioDataProps) => Promise<Float32Array>;
|
||||
Reference in New Issue
Block a user