Skip to main content

Support

Most questions are answered below. The rest go to a human.

A working list of things people most often run into, and the routes to reach us if your issue isn't here.

Common questions

Frequently asked questions

Answers in the order they're typically reached for. Each opens in place — keep multiple open at once if you're comparing related ones.

  • The audio meter doesn't move when I press record.

    Almost always one of three things: microphone permission, wrong device selected, or a hardware mute on a headset.

    • macOS:System Settings → Privacy & Security → Microphone → enable NeuroBridgeEDU. Restart the app afterwards, the permission handshake doesn't apply mid-session.
    • Windows:Settings → Privacy & Security → Microphone → enable NeuroBridgeEDU.
    • On the Home screen, open the device dropdown and pick your microphone by name — not "Default".
  • Transcription is taking forever.

    Expected speed is roughly 0.3×–1× recording duration depending on your hardware and the chosen Whisper model. If yours is much slower:

    1. Switch to a smaller Whisper model in Settings → Transcription. Try small or base.
    2. Close other heavy applications. Whisper needs CPU/GPU headroom.
    3. Free up RAM if usage is above 80%.
    4. For very long recordings, split them into shorter sessions to keep memory pressure manageable.
  • The summary came out empty or partial.

    The summarisation model has a context window. Very long transcripts get chunked, and occasionally a chunk fails silently. Try:

    • Open the meeting and press Regenerate summary — most partial-summary issues clear on a single retry.
    • Switch to a larger summarisation model (Settings → Summarisation) for denser material.
    • If you're using a cloud provider via your own API key, check the provider dashboard for rate-limit errors.
  • Where is my data stored?

    Recordings, transcripts, and summaries live in a SQLite database in your OS-specific application support directory. Nothing is uploaded by default.

    • macOS: ~/Library/Application Support/NeuroBridgeEDU/
    • Windows: %APPDATA%\NeuroBridgeEDU\
    • Linux: ~/.local/share/NeuroBridgeEDU/
  • Can I use NeuroBridgeEDU offline?

    Yes — entirely. Once the AI models are downloaded (one-time, on first launch), no internet connection is required to record, transcribe, or summarise. Cloud providers are optional and opt-in per session.

  • Which languages are supported?

    Whisper supports 50+ languages for transcription, with very high quality on the EU-spoken set. The EuroLLM family handles 35+ European languages well; Mistral is strongest on French and the major European languages. The interface itself is currently available in English, with localisation planned per the roadmap.

  • How do I capture system audio (e.g. a Zoom call playing through speakers)?

    Each platform handles loopback differently:

    • macOS: Install BlackHole 2ch (free) and create a Multi-Output Device in Audio MIDI Setup. Pick BlackHole from the System Audio dropdown in the app.
    • Windows: Pick the system audio source from the System Audio dropdown. Restart the app if it doesn't pick up.
    • Linux: Verify your loopback source exists with pactl list sources (PulseAudio) or pw-cli ls Node (PipeWire), then select it from the dropdown.
  • Is the app open source?

    Yes. The full source is on GitHub at EmminiX/NeuroBridge-EDU-OpenSource. The licence is non-commercial open source — usable freely by individuals and educational institutions.

  • How do I report a bug or request a feature?

    Open a GitHub issue on the repo above (preferred — keeps the conversation public and discoverable for other users), or email contact@neurobridgeedu.eu if the issue includes anything sensitive.

  • Does NeuroBridgeEDU support screen readers and reduced motion?

    Yes. The desktop app and this website are both built to WCAG 2.2 AA. Reduced motion is respected via prefers-reduced-motion. Screen reader semantics use native HTML landmarks (no DIY ARIA widgets). The app also ships a low-stim mode that desaturates colour and disables ambient motion entirely.

Still stuck?

Open an issue or send us an email.

We're a small team but we read every message. Include your OS, app version, and a brief description of what you tried.