videosphere
    Preparing search index...
    • Browser microphone / input-device capture that streams PCM chunks to the owner ingest API. The mic MediaStream stays closed by default (no tab recording light). Use Test mic for level checks without ingest, or Add audio to stream. Device switching works idle, in test mode, or while live.

      Parameters

      • props: {
            enabled: boolean;
            sttProvider?: LiveTranslationStreamingSttProvider;
            onLiveChange?: (live: boolean) => void;
        }

        Whether translation is ready, optional STT provider, and optional status callback.

        • enabled: boolean
        • OptionalsttProvider?: LiveTranslationStreamingSttProvider

          Active STT provider (informational; frames are always ~250ms for streaming ASR).

        • OptionalonLiveChange?: (live: boolean) => void

      Returns Element

      Capture controls UI.