An audio loop to send audio from the Web user media to python and get it back
https://www.homesmartmesh.com/docs/sound/#web-py-loop
- 03_webrtc_p2p : edited https://github.com/webrtc/samples/tree/gh-pages/src/content/peerconnection/audio
https://github.com/mdn/web-dictaphone/
{
"autoGainControl": [
true,
false
],
"channelCount": {
"max": 2,
"min": 1
},
"deviceId": "default",
"echoCancellation": [
true,
false
],
"groupId": "",
"latency": {
"max": 0.01,
"min": 0.01
},
"noiseSuppression": [
true,
false
],
"sampleRate": {
"max": 48000,
"min": 48000
},
"sampleSize": {
"max": 16,
"min": 16
}
}