文件名称:node-mumble-audio:使用openal通过node-mumble捕获和播放音频流
文件大小:590KB
文件格式:ZIP
更新时间:2024-05-28 08:47:31
C++
节点声音 该插件使用openal提供与node-mumble兼容的捕获和回放设备。 建造: $ npm install electron-build-tools -g $ elb configure 去做: mac / linux支持(需要构建openal-soft并将二进制文件放入deps中) 公开用于设备枚举和选择的api。 链接到CI并发布预构建的二进制文件。 局限性: 仅支持PCM数据。 假设采样率为48k。 其他 有关更通用的开放式API的起点,请参见 。
【文件预览】:
node-mumble-audio-master
----.travis.yml(2KB)
----mumble-test.js(1KB)
----index.js(100B)
----package.json(926B)
----deps()
--------bin()
--------lib()
--------includes()
----.DS_Store(6KB)
----appveyor.yml(1KB)
----src()
--------ALCaptureDevice.h(563B)
--------ALPlaybackDevice.cpp(3KB)
--------ALPlaybackWorker.cpp(2KB)
--------init.cc(448B)
--------ALPlaybackWorker.h(1KB)
--------ALCaptureWorker.cpp(1KB)
--------ALDeviceEnumeration.cpp(4KB)
--------ALCaptureDevice.cpp(3KB)
--------Common.h(275B)
--------ALCaptureWorker.h(622B)
--------ALPlaybackDevice.h(654B)
--------ALDeviceEnumeration.h(412B)
----.npmignore(51B)
----.gitignore(84B)
----README.md(587B)
----binding.gyp(3KB)