speech-to-text

时间:2024-06-08 18:35:18
【文件属性】:

文件名称:speech-to-text

文件大小:9KB

文件格式:ZIP

更新时间:2024-06-08 18:35:18

JavaScript

GSpeech API 周围的node.js包装器库,用于自动语音识别。 易于使用的高质量语音识别 对Google自动语音识别服务器的无限请求 访问定时成绩单 基本用法 对于60秒以下的剪辑,用法很简单: var gspeech = require ( 'gspeech-api' ) ; gspeech . recognize ( 'path/to/my/file' , function ( err , data ) { if ( err ) console . error ( err ) ; console . log ( "Final transcript is:\n" + data . transcript ) ; } ) ; Google服务器会忽略60秒钟以上的片段,因此,对于超过此长度的片段,您必须指定如何将音频文件拆分为多个片段。 要


【文件预览】:
speech-to-text-master
----test_package.js(586B)
----request_test.js(379B)
----speech_api.js(4KB)
----README.md(4KB)
----gspeech-api()
--------index.js(7KB)
--------package.json(679B)
----data()
--------.gitignore(68B)

网友评论