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
Mixing OPUS Audio on a server for a meeting
I am currently trying to challange myself and write a little meeting tool in order to learn stuff. I am currently stuck at the audio part. My audio stack is working, each user sends an OPUS stream (20...
Nidhoegger
Votes: 0
Answers: 0
Error while Compiling Opus Library with PjSip {PJSUA}
I am trying to compile and build PjProject {PJSUA}, with both audio and video support into it. But falling into the errors everytime which is Unresolved_External_Symbols.
I am building this project fo...
codename-SAMY
Votes: 0
Answers: 1
ffmpeg copies packet pts to frame pts during audio decoding without time base conversion
I have the MKV file. I am taking an audio stream from it and using ffmpeg and its opus decoder to decode audio packets into audio frames.
The problem is that the resulting frames have unexpected prese...

yaskovdev
Votes: 0
Answers: 0