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 to synchronize high audio frequencies with CSS changes?
I'm creating a program to interact with music, and I was trying to synchronize the drum beats or the bass sounds with CSS, so in every high frequency sound, the background would change just in time.
M...
R01machin
Votes: 0
Answers: 1
How to create an online radio for multiple stream
I am trying to create a multiple-user audio streaming web app and I have been making research on how to go about this.
I got a clue in using WEBRTC or RTMP and audio encoders, but I don't really under...
watch dog
Votes: 0
Answers: 1
How to allow multiple audio stream to multiple listeners
How can i allow multiple users to stream audio coming from their machine over the network for multiple listeners i mean taking all the sound from their soundcard to the network,
I know this can be acc...
watch dog
Votes: 0
Answers: 1
WebRTC & Web Audio API - workaround for missing createMediaStreamTrackSource in chromium browsers?
I have a JS-based web gui that uses WebRTC for audio exchange with a server. The WebRTC negotiation works fine, and with a single set of audio tracks (incoming and outgoing) the audio components work ...
Patrick
Votes: 0
Answers: 1