4.7 KiB
Hearbit AI 🦉🎙️
Hearbit AI is your professional meeting assistant for macOS. It records both your microphone and system audio (e.g., Teams, Zoom, 3CX, Talk), transcribes it with high precision using Infomaniak's Whisper API, and generates intelligent, structured summaries.
✨ New in v1.2.0
- 🎧 Native System Audio: No more BlackHole driver needed! Captures Teams, Zoom, 3CX, and Talk audio directly and securely via macOS ScreenCaptureKit.
- 🔁 Auto-Loop (Standby Mode): The app automatically "re-arms" after a call finishes. Just leave it running—it will wake up, record your next call, and go back to sleep.
- ⚡ Smart VAD & Pre-Roll:
- 3-Second Pre-Roll: Catches the start of the sentence even if you speak before the trigger.
- Noise Filtering: Ignores typing and background noise.
- 🛡️ Empty Audio Guard: Automatically discards silent recordings (e.g., false triggers) to save API costs and prevent errors.
- ✨ 48kHz Crystal Clear Audio: Optimized audio pipeline prevents "robot voice" distortion.
- 💾 Daily Security Backups: Automatically saves your entire history as a standard JSON file every 24 hours (unencrypted for easy recovery).
🚀 Key Features
- 🎙️ Dual-Channel Recording: Seamlessly capture your voice and meeting audio.
- 📁 Import Audio Files: Upload existing recordings (MP3, WAV, M4A, etc.).
- ⏱️ Long Meeting Support: Handles meetings 2+ hours with automatic chunking.
- 📅 Microsoft 365 Integration: View upcoming meetings and join with one click.
- 💾 Persistent History: Automatically saves all transcripts and summaries locally.
- ✉️ Email Summaries: Send formatted HTML summaries via your own SMTP server.
- 🎨 White-Labeling: Upload your custom company logo.
🛠️ Usage Guide
1. Installation
- Download the latest
.dmgfile from the Releases page. - Open the
.dmgand drag Hearbit AI to your Applications folder. - Permission Check: On first launch, grant "Screen Recording" permission (required for capturing System Audio).
2. Configuration
- Click Settings (gear icon).
- Enter your Infomaniak API Key and Product ID.
- (Optional) Configure SMTP for email sending and Microsoft 365 for calendar integration.
3. Recording a Meeting
- Select Mode: Choose "Meeting" (captures Mic + System) or "Voice Memo" (Mic only).
- Auto-Start Logic:
- Meeting Mode: Triggers only when the call actually starts (system audio detected).
- Voice Memo: Triggers immediately when you start speaking.
- Standby: Click "Standby (Auto-Start)". The app waits silently.
- Join Call: Join your Teams/Zoom call.
- Trigger: Hearbit starts recording automatically based on the selected mode.
- Finish: When the call ends (silence > 25s), Hearbit stops, transcribes, summarizes, and goes back to Standby for the next call.
4. Optimal Setup (MS Teams / Zoom / 3CX)
For the best experience without changing any software settings:
- Hearbit App: Select your real microphone (e.g., "MacBook Mic" or Headset).
- Meeting Software: Use your standard output (Speakers/Headset).
- How it works: Hearbit captures your voice via mic and the other side via macOS System Audio Capture automatically.
Note: If you choose "Hearbit Audio" (Aggregate Device) in the app, you MUST set your Teams/Zoom/3CX speaker output to "Hearbit Audio" as well.
5. Customizing Prompts
You can create custom AI templates in Settings -> Prompts. Example:
- "Sales Call": Focus on budget, timeline, and decision makers.
- "Daily Standup": Extract blockers and next steps.
- "General Protocol": Standard meeting minutes.
❓ Troubleshooting
"Hearbit AI is damaged and can't be opened"
If macOS blocks the app because it's not notarized:
- Open Terminal.
- Run:
sudo xattr -cr /Applications/Hearbit\ AI.app - Enter your password and try again.
Audio cuts off at the start?
v1.2.0 includes a 3-second buffer. The Meeting mode now uses a more sensitive trigger (0.005 energy) to catch even quiet participants.
"Batch processing failed"
This means the audio was empty or too short. Check the Logs tab for detailed error messages from Infomaniak. The most common cause is selecting the wrong input device or a lack of Screen Recording permissions.
👨💻 Development
Built with Tauri v2, React, and TypeScript.
Setup
npm install
Run Locally
npm run tauri dev
Build for Production
npm run tauri build
📄 License
Property of Livtec. All rights reserved.