Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leaysgur/webaudio_gain_n_delay-with-webrtc


https://github.com/leaysgur/webaudio_gain_n_delay-with-webrtc

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# webaudio_gain_n_delay-with-webrtc

```
getUserMedia -> (stream)

MediaStreamSourceNode -> GainNode -> DelayNode -> MediaStreamDestination

(stream)

HTMLAudioElement <- RTCPeerConnection <-> RTCPeerConnection
```

Tested only on Chrome(M85)