acrcloud-node:with使用node和acr-cloud识别API识别录音

时间:2024-05-20 00:51:30
【文件属性】:

文件名称:acrcloud-node:with使用node和acr-cloud识别API识别录音

文件大小:519KB

文件格式:ZIP

更新时间:2024-05-20 00:51:30

audio acrcloud audio-recognition JavaScript

ACRCloud npm模块 如何使用 在开始使用ACRCloud的API识别音频之前,您需要在上进行免费试用,并创建一个音频和视频识别项目。 这将生成一个host , access_key和access_secret供您使用。 设置 要创建ACRCloud的新实例,您需要做的就是安装模块并将其放在项目的开头。 const acrcloud = require ( "acrcloud" ) ; const acr = new acrcloud ( { host : "us-west-2.api.acrcloud.com" , access_key : "*****" , access_secret : "*****" } ) ; 用法 要识别音频文件,请使用identify()函数,并将其从本地目录传递给文件缓冲区。 const fs = require ( "fs" )


【文件预览】:
acrcloud-node-master
----example()
--------index.js(506B)
--------package.json(222B)
--------package-lock.json(292B)
--------sample.m4a(527KB)
----package.json(1KB)
----test()
--------identify.js(1KB)
----LICENSE(1KB)
----package-lock.json(61KB)
----src()
--------index.d.ts(676B)
--------index.ts(3KB)
----.npmignore(19B)
----.eslintrc.js(521B)
----tsconfig.json(53B)
----.gitignore(41B)
----CHANGELOG.md(398B)
----lib()
--------index.js(3KB)
--------index.d.ts(676B)
----README.md(2KB)

网友评论