文件名称:voicemeeter-connector:使用Voicemeeter API的连接器
文件大小:148KB
文件格式:ZIP
更新时间:2024-04-09 00:18:14
TypeScript
语音连接器 Voicemeeter连接器是一个Node.js(打字稿)连接器,可使用 , 和的官方VoicemeeterRemoteAPI。官方API可。 安装 套餐版本 节点版本 <= 0.62 8,10 > = 1.0 15 在电源外壳窗口(管理员)中执行以下命令。 $ npm install --global --production windows-build-tools 请勿惊讶,安装过程可能需要15分钟 现在,您可以使用以下命令将连接器添加到您的项目中。 $ npm install voicemeeter-connector 在您的项目中使用 基本范例 import { Voicemeeter , StripProperties } from "voicemeeter-connector" ; Voicemeeter . init ( ) . then ( asyn
【文件预览】:
voicemeeter-connector-main
----voicemeeter-connector.code-workspace(114B)
----.eslintrc(934B)
----.github()
--------ISSUE_TEMPLATE.md(354B)
--------PULL_REQUEST_TEMPLATE.md(261B)
--------CONTRIBUTING.md(257B)
--------workflows()
----src()
--------index.ts(360B)
--------lib()
--------types()
----.vscode()
--------settings.json(480B)
----.npmignore(150B)
----example()
--------typescript_example.ts(654B)
--------javascript_example.js(721B)
----tsconfig.json(6KB)
----LICENSE(1KB)
----.prettierrc(143B)
----README.md(2KB)
----.editorconfig(228B)
----.gitignore(85B)
----package-lock.json(578KB)
----package.json(1KB)