<hr width=50>

## Media Devices

Spoof the amount of microphones, webcams, and speakers avaliable.

| Property                | Type | Description                             | Default |
| ----------------------- | ---- | --------------------------------------- | ------- |
| `mediaDevices:enabled`  | bool | Whether to enable media device spoofing | `false` |
| `mediaDevices:micros`   | uint | Amount of microphones                   | `3`     |
| `mediaDevices:webcams`  | uint | Amount of webcams                       | `1`     |
| `mediaDevices:speakers` | uint | Amount of speakers                      | `1`     |

---

## AudioContext

Spoof the AudioContext sample rate, output latency, and max channel count.

| Property                       | Type   | Description                    |
| ------------------------------ | ------ | ------------------------------ |
| `AudioContext:sampleRate`      | uint   | AudioContext sample rate       |
| `AudioContext:outputLatency`   | double | AudioContext output latency    |
| `AudioContext:maxChannelCount` | uint   | AudioContext max channel count |

[!ref Testing site](https://audiofingerprint.openwpm.com/)
