Skip to content

ts会报错 #135

@Chevsky-G

Description

@Chevsky-G

85:22 Parameter 'blob' implicitly has an 'any' type.
getWAVBlob(): any;
84 | downloadWAV(name: string): void;

85 | static playAudio(blob): void;
1 Parameter 'data' implicitly has an 'any' type.
84 | downloadWAV(name: string): void;
85 | static playAudio(blob): void;
86 | static compress(data, inputSampleRate: number, outputSampleRate: number);
| ^
87 | static encodePCM(bytes, sampleBits: number, littleEdian: boolean);
88 | static encodeWAV(bytes: dataview, inputSampleRate: number, outputSampleRate: number, numChannels: number, oututSampleBits: number, littleEdian: boolean);
89 | static throwError(message: string)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions