Initial working version
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
export declare class VorbisDecoder {
|
||||
private readonly data;
|
||||
private offset;
|
||||
constructor(data: Uint8Array, offset: any);
|
||||
readInt32(): number;
|
||||
readStringUtf8(): string;
|
||||
parseUserComment(): {
|
||||
key: string;
|
||||
value: string;
|
||||
len: number;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user