Diagnostics¶
audio_monitor_property_dump¶
The Windows project includes a diagnostic executable target named audio_monitor_property_dump.
This tool is not part of the public Flutter API. It exists to help inspect native endpoint properties while developing or debugging the Windows backend.
What it does¶
It dumps property keys and values for:
- capture endpoints
- render endpoints
This is useful for comparing endpoint state:
- before enabling
Listen to this devicemanually in Windows - after enabling it and selecting a playback device
When to use it¶
Use the dump tool when:
- a driver behaves differently on one machine
- the Sound Control Panel does not reflect the expected state
- you need to verify which endpoint properties changed
- you are debugging support for a new audio device
Typical workflow¶
- Run
audio_monitor_property_dump - Save the output
- Enable or change
Listen to this devicemanually in Sound Control Panel - Run
audio_monitor_property_dumpagain - Compare both outputs
Important note¶
This tool is intended for diagnostics only. It should not be treated as a user-facing CLI or a stable contract for external automation.