New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@vanwei-wcs/talkback-stream

Package Overview
Dependencies
Maintainers
5
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vanwei-wcs/talkback-stream

talkback-streams

latest
npmnpm
Version
1.0.2
Version published
Maintainers
5
Created
Source

TalkbackStream

🚀 TalkbackStream 🌈. 在浏览器上收集声音流信息

安装

npm i talkback-stream

使用

import TalkbackStream from "talkback-stream";

new TalkbackStream();

api

方法

方法说明参数
destroy销毁播放器
changeDuplex开启全双工Boolean
changeNoise开启噪音Boolean

监听事件

事件说明回调值
audio_stream返回收集的音频流ArrayBuffer

简单代码

import TalkbackStream from "talkback-stream";

var TalkbackStream = new TalkbackStream();

TalkbackStream.on("audio_stream", (stream) => {
  // 处理接收到的音频流
});

Thank you for your star

Keywords

talkback-stream

FAQs

Package last updated on 26 Mar 2026

Did you know?

Socket

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.

Install

Related posts