Skip to content

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

License

Notifications You must be signed in to change notification settings

SoundHacking/web_py_loop

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published