Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KoljaB/RealtimeVoiceChat
/
Class
code/static/pcmWorkletProcessor.js:2–2 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// static/pcmWorkletProcessor.js
2
class
PCMWorkletProcessor extends AudioWorkletProcessor {
3
process(inputs) {
4
const
in32 = inputs[0][0];
5
if
(in32) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected