1 Star 0 Fork 1

ant/microphone-recorder-utils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 832 Bytes
一键复制 编辑 原始数据 按行查看 历史
“lishisheng” 提交于 2022-12-13 17:24 +08:00 . update test
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script defer src="index.js"></script></head>
<body>
<button id="start" onclick="start()">开始</button>
<button id="stop" onclick="stop()">停止</button>
</body>
<script >
const config = {
outSampleBits: 16,
outSampleRate: 16000,
numberOfInputChannels: 1,
numberOfOutputChannels: 1,
analyerFftSize:2048,
package: {
chunkCount: 10,
chunkSize: 2048
}
}
let audioHandler = new AudioHandler(config);
function start(){
console.log(audioHandler)
}
function stop(e){
console.log('停止')
}
</script>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/li_shi_sheng/microphone-recorder-utils.git
git@gitee.com:li_shi_sheng/microphone-recorder-utils.git
li_shi_sheng
microphone-recorder-utils
microphone-recorder-utils
master

搜索帮助