Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leaysgur/webaudio_gain_n_delay-with-webrtc
- Owner: leaysgur
- Created: 2020-08-05T05:13:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-05T05:22:13.000Z (over 4 years ago)
- Last Synced: 2024-04-15T07:12:07.061Z (7 months ago)
- Language: JavaScript
- Homepage: https://leader22.github.io/webaudio_gain_n_delay-with-webrtc/index.html
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)