小恸恸
Results
1
issues of
小恸恸
代码大致如下 ```js const { encode, getWavFileInfo } = require("silk-wasm"); const fs = require("fs"); const path = require("path"); fetch("https://file.xtt.moe/local/quotes/q1.wav") .then((res) => res.arrayBuffer()) .then((wav) => { // const info = getWavFileInfo(wav); //...