mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-28 05:12:33 +00:00
15 lines
425 B
JSON
15 lines
425 B
JSON
{
|
|
"$schema": "../gen/schemas/mobile-schema.json",
|
|
"identifier": "ios-ptt",
|
|
"description": "Push-to-talk permissions — iOS only (Swift AVAudioEngine/SFSpeechRecognizer/AVSpeechSynthesizer bridge).",
|
|
"platforms": ["iOS"],
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"ptt:allow-start-listening",
|
|
"ptt:allow-stop-listening",
|
|
"ptt:allow-speak",
|
|
"ptt:allow-cancel-speech",
|
|
"ptt:allow-list-voices"
|
|
]
|
|
}
|