0.1.2 • Published 3 years ago

uinblunx.js v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

UinBlunx.js

By NriotHrreion

下载

npm i uinblunx.js

使用

这是一个方便web开发处理音视频的包, 使用方法也很简单.

引入

<script type="text/javascript" src="./js/uinblunx.js"></script>

示例

示例代码

var video = document.getElementById("video");
var media = Uin({
    mode: "media", // 模式 (media 或 speech)
    conf: { // 配置信息
        audio: true,
        video: true
    }
    /**
     * mode: "speech",
     * conf: {
     *   lang: "zh-cn"
     * }
     */
});
media.load(function(result) {
    video.srcObject = result;
    video.play();
});

查看示例

npm run example

LICENSE

MIT

0.1.2

3 years ago

0.1.1

4 years ago

0.1.0

4 years ago