{
    "schema_version": 3,
    "milestone": "SHIRE-VOICE-0001A",
    "device": {
        "backend": "pipewire",
        "source_name": "alsa_input.pci-0000_00_1b.0.analog-stereo",
        "hardware_name": "HDA Intel PCH - ALC892 Analog",
        "laptop_only": true
    },
    "privacy": {
        "local_only": true,
        "retain_audio": false,
        "continuous_listening": false,
        "speaker_verification_required": true,
        "additional_speaker_enrollment_requires_ray_approval": true,
        "enrolled_speakers": [],
        "wake_word_attention_is_non_authoritative": true,
        "command_authority_requires_speaker_verification": true
    },
    "implementation": {
        "microphone_access_enabled": false,
        "speech_recognition_enabled": false,
        "speaker_verification_enabled": false,
        "text_to_speech_enabled": false,
        "wake_word_monitoring_enabled": false
    },
    "wake_word": {
        "engine": "pocketsphinx",
        "command_window_seconds": 8,
        "activation_mode": "approval_gated",
        "primary_phrase": "HEY SHIRE",
        "accepted_phrases": [
            "HEY SHIRE",
            "HELLO SHIRE",
            "HI SHIRE",
            "OI SHIRE",
            "SHIRE"
        ],
        "phrase_thresholds": {
            "HEY SHIRE": "1e-20",
            "HELLO SHIRE": "1e-20",
            "HI SHIRE": "1e-20",
            "OI SHIRE": "1e-20",
            "SHIRE": "1e-30"
        },
        "debounce_milliseconds": 2000,
        "attention_grants_authority": false,
        "command_authority": "speaker_verification_and_approval_required"
    }
}
