clj-chrome-devtools.commands.web-audio
This domain allows inspection of Web Audio API. https://webaudio.github.io/web-audio-api/
disable
(disable)(disable {:as params, :keys []})(disable connection {:as params, :keys []})Disables the WebAudio domain.
enable
(enable)(enable {:as params, :keys []})(enable connection {:as params, :keys []})Enables the WebAudio domain and starts sending context lifetime events.
get-realtime-data
(get-realtime-data)(get-realtime-data {:as params, :keys [context-id]})(get-realtime-data connection {:as params, :keys [context-id]})Fetch the realtime data from the registered contexts.
Parameters map keys:
| Key | Description |
|---|---|
| :context-id | null |
Return map keys:
| Key | Description |
|---|---|
| :realtime-data | null |