python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I convert opus packets to mp3/wav
I created a discord bot with discord.js v13, I get trouble with converting the opus packet to other file types, even the discord.js official examples haven't updated for discord.js v13, I got no idea ...
Ariuan Chips
Votes: 0
Answers: 1
Write, then read rtpopus to file with gstreamer?
Is it possible to write rtpopus to a file, then read it back with gstreamer? It seems simple but I'm getting nowhere with it and can't seem to find any information online. Here is my attempt:
gst-laun...
Zock77
Votes: 0
Answers: 1
Writing a raw opus buffer to a file in NodeJS
I'm working on Discord voice and I made voice receiver, but I can't seem to be able to write the audio buffer to a file to be able to play it. Here's my code:
stopRecording() {
this.recording = fa...
Gamer Omega
Votes: 0
Answers: 1
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