VolumeHub: The Per-App Volume Control macOS Should Have Had Years Ago
2026-02-08 | Official Site | ProductHunt
30-Second Quick Judgment
What is it?: It lets you adjust the volume of each app individually from the macOS menu bar—turn down Spotify and turn up Zoom without digging through app settings.
Is it worth it?: If you multitask on your Mac (meetings + music + videos), the $0.99 price tag is a steal. This is a basic feature macOS has lacked for over a decade (Windows has had it since Vista). VolumeHub's biggest selling point is using Apple's native Audio Tap API—no drivers, no mess.
Three Essential Questions
Is it for me?
Target Users:
- Mac multitaskers (running meetings, music, browsers, and notifications simultaneously)
- Podcast/Video creators (needing precise control over audio sources)
- System purists (who refuse to install third-party drivers)
Am I the target?: If you're often annoyed by one app being too loud while others are too quiet, yes. If you only ever have one audio source playing, you probably don't need it.
Use Cases:
- During a Zoom call → Slack pings are too loud? Mute them individually with VolumeHub.
- Coding with lo-fi beats → A browser tab auto-plays a video? Lower its volume instantly.
- Recording a tutorial → Turn off system notifications while keeping the demo app's audio active.
Is it useful?
| Dimension | Benefit | Cost |
|---|---|---|
| Time | No more switching apps to find volume sliders; everything is in the menu bar. | 30s install, 1m to learn. |
| Money | Saves you the $49 cost of SoundSource. | $4.99 regular, $0.99 limited-time. |
| Effort | A unified entry point for all audio control. | Near-zero learning curve. |
| ROI Judgment: At the $0.99 promo price, it's 1/10th the cost of a coffee. If you struggle with app volumes more than 3 times a week, just buy it. |
Is it satisfying?
The "Aha!" Moments:
- Zero Driver Install: Just download and open. Unlike SoundSource, it doesn't need the ACE driver or kernel access.
- Focus Audio: Automatically ducks other apps when you join a video call—a feature most competitors lack.
- Live Audio Meters: Seeing exactly which app is making noise is surprisingly intuitive.
What users are saying:
"Honestly surprised macOS still doesn't have this built in" -- ProductHunt User "I adore this, thanks for building it!" -- ProductHunt User
For Developers
Tech Stack
| Layer | Technology | Description |
|---|---|---|
| UI | SwiftUI | Native macOS menu bar popover with three density modes. |
| Core Audio | Core Audio Taps API | Official per-app audio capture interface introduced in macOS 14.2. |
| EQ Engine | Native Implementation | 10-band EQ + 17 built-in presets. |
| Architecture | No Background Process | No kernel extensions or audio drivers required. |
How It Works
The core of VolumeHub is the Core Audio Taps API introduced in macOS 14.2 Sonoma. This allows an app to "tap" into the audio output streams of other processes after user authorization.
The Workflow: Create a CATapDescription for the target process → Call AudioHardwareCreateProcessTap → Route the tapped stream into an aggregate device → Use callbacks to process the audio buffer for volume and EQ.
Technical Hurdles: Documentation is scarce. While Apple provides basics, open-source projects like AudioCap and AudioTee are the primary references. Note: There is a known bug causing volume attenuation on multi-channel output devices, though built-in speakers and AirPods are unaffected.
Open Source Status
VolumeHub is closed source, but there are open-source alternatives:
- FineTune -- Free, open-source, and closest in features.
- Background Music -- GPLv2, features auto-pause for music, but hasn't been updated since 2022.
- BetterAudio -- Lightweight per-app volume control.
For Product Managers
Pain Point Analysis
The Core Problem: macOS lacks a system-wide volume mixer like Windows.
User Sentiment: "I switched to Mac in 2013 and my old Dell had this. It should be BASIC!" This is a long-standing grievance in the Apple Community forums. VolumeHub solves a high-frequency pain point for anyone using more than two audio-producing apps simultaneously.
Feature Breakdown
| Feature | Type | Description |
|---|---|---|
| Per-app Volume | Core | 0-100% independent adjustment. |
| Live Meters | Core | Visual feedback on which app is making noise. |
| 10-band EQ | Core | 17 presets + custom settings. |
| Focus Audio | Differentiator | Auto-ducking during meetings. |
| Output Switching | Quality of Life | One-click switching from the menu bar. |
Competitive Landscape
| Dimension | VolumeHub | SoundSource | FineTune | Background Music |
|---|---|---|---|---|
| Price | $4.99 | $49 | Free | Free |
| Drivers | No | Yes (ACE) | Unclear | Virtual Device |
| Auto-Ducking | Yes | No | No | Auto-pause only |
| Status | New (2026) | Active | Active | Stale (2022) |
For Early Adopters
Pricing Analysis
| Plan | Price | Features | Verdict |
|---|---|---|---|
| Simple Mode | Included | Basic volume control | Sufficient for most. |
| Pro Mode | Included | EQ + Meters + Focus Audio | The full experience. |
| Limited Time | $0.99 | All Features | No-brainer. |
Security & Privacy
- Data: 100% local, zero network requests.
- Privacy: No analytics, no telemetry, no tracking. The app literally does not connect to the internet.
- Advantage: This is a huge plus over competitors that require system-level drivers.
Conclusion
VolumeHub is the "Value King" of macOS audio control. It delivers 90% of SoundSource's power at 10% of the price, all while keeping your system clean of third-party drivers.
| User Type | Recommendation |
|---|---|
| Developers | Study the Audio Tap API; it's a fresh opportunity for audio tools. |
| PMs | Note the "Zero-Driver" positioning as a key competitive advantage. |
| Early Adopters | Buy it now for $0.99; it's much lighter than the alternatives. |
Resource Links
| Resource | Link |
|---|---|
| Official Site | volumehub.app |
| ProductHunt | producthunt.com/products/volumehub |
| Competitor: SoundSource | rogueamoeba.com/soundsource |
| Open Source: FineTune | github.com/ronitsingh10/FineTune |
| Audio Tap API Docs | Apple Developer Documentation |
2026-02-09 | Trend-Tracker v7.3