python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Convert int8 opus-encoded array into raw waveform (Python)
I have a js script that records audio from microphone and sends it via a websocket to a python REST API.
Part of js script (works in console):
const stream = await navigator.mediaDevices.getUserMedia(...
roman-vygon
Votes: 0
Answers: 1
Uncaught ReferenceError: Audio is not defined in Chrome Extension JS Script
I'm trying to create a local script that loads a specific page, checks for contents and plays an audio if something is found but as soon as I load the extension in the dev mode it keeps saying "U...

Leon
Votes: 0
Answers: 0
Set AudioWorkletProcessor input to Float32Array
I have been trying to extract input from one AudioWorkletProcessor using postMessage, then insert that input into another AudioWorkletProcessor.
I managed to get the Float32Array into the second Audio...
Bassel Turky
Votes: 0
Answers: 0
Weird crackling during playback - web audio api
I am using Web Audio API + extended Karplus-Strong algorithm to generate plucked string sound and play it.
The problem that I face is sometimes there's a weird crackling sound/thump when playing some ...
Yuriy Kravets
Votes: 0
Answers: 1