ASR Transcribe to Text Transcribe audio/video files to text using Qwen3-ASR. Two inference paths: | Mode | When | Speed | Cost | |------|------|-------|------| | Local MLX | macOS Apple Silicon | 15-27x realtime | Free | | Remote API | Any platform, or when local unavailable | Depends on GPU | API/self-hosted | Configuration persists in . Step 0: Detect Platform and Load Config If config exists , read values and proceed to Step 1. If config does not exist , auto-detect platform first: Then use AskUserQuestion with platform-aware defaults: For macOS Apple Silicon (recommended: local): For othe…