mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-29 08:09:52 +08:00
chore: bump toolchain & fix lint
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
export function createWavBuffer(
|
||||
samples: Float32Array,
|
||||
options: {
|
||||
sampleRate: number;
|
||||
numChannels: number;
|
||||
sampleRate?: number;
|
||||
numChannels?: number;
|
||||
}
|
||||
) {
|
||||
const { sampleRate = 44100, numChannels = 1 } = options;
|
||||
|
||||
Reference in New Issue
Block a user