Skip to content

Latest commit

 

History

History
49 lines (44 loc) · 884 Bytes

README.md

File metadata and controls

49 lines (44 loc) · 884 Bytes

web_py_loop

An audio loop to send audio from the Web user media to python and get it back

Documentation website

https://www.homesmartmesh.com/docs/sound/#web-py-loop

webrtc reference

web dictaphone

https://github.com/mdn/web-dictaphone/

Device capabilities

{
    "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
    }
}