We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c06c3 commit 362f728Copy full SHA for 362f728
src/AudioAnalyzerBridge.ts
@@ -1,5 +1,4 @@
1
export interface AudioAnalyzerBridge {
2
- multiply(a: number, b: number): number;
3
analyze(filepath: string, groupBySeconds: number): AmplitudeData[];
4
}
5
0 commit comments