
Security News
Vite+ Joins the Push to Consolidate JavaScript Tooling
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
@re-ai/speech
Advanced tools
ReAI-Speech 是一个灵活的 Node.js 库,提供了语音识别和文字转语音服务的接口。支持多种后端服务。
OFF = 0,ERROR = 1,WARN = 2,INFO = 3,DEBUG = 4
, 默认为INFO, 设置环境变量REAI_LOG_LEVEL
控制日志等级,比如REAI_LOG_LEVEL=0
可以关闭日志输出- [x] 翻译
- [ ] 说话人识别
- [ ] 批量听录
- [ ] 自定义语音
npm install @re-ai/speech
import { AudioStream, ReAISpeech, ServiceTypes, SupportedLanguage } from "@re-ai/speech"
// 获取 Azure 服务实例,使用环境变量配置
// .env文件配置
// AZURE_SPEECH_KEY=你的key
// AZURE_SPEECH_REGION=你的region
const azureService = ReAISpeech.getService(ServiceTypes.Azure);
// or 传入配置
const service = ReAISpeech.getService(ServiceTypes.Azure, { subscriptionKey: KEY, region: REGION })
FAQs
ReAI语音识别和文字转语音服务的接口
We found that @re-ai/speech demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
Security News
Ruby Central’s incident report on the RubyGems.org access dispute sparks backlash from former maintainers and renewed debate over project governance.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.