Enhanced Windows volume control with visual feedback
Bananacci Volume provides an improved volume control experience with smooth 14-step increments and visual banana emoji feedback.
Ever tried to find the perfect volume on a powerful audio system, only to discover that Windows gives you a brutal choice between "whisper quiet" and "wake the neighbors"?
The Issue with Default Windows Volume:
- Extreme ranges: With high-end speakers, you might need only 0-2% volume, but Windows doesn't give you enough granularity in that critical low range
- Too many steps: Default Windows volume has ~50 increments - navigating through them is tedious and inhuman
- Poor feedback: The tiny system volume indicator disappears instantly and shows confusing percentages
The ๐ Solution:
- Smart 14-step curve: Carefully designed volume levels that give you precision where you need it most
- Visual feedback: Large, clear banana emojis that show exactly where you are
- Smooth transitions: No jarring volume jumps - everything fades beautifully
- Delightfully absurd: Because computing should be fun, not frustrating
- Increased banana consumption: Being constantly reminded of bananas makes me want to constantly eat them.
- ๐ Visual Feedback: See your volume level with 0-13 large yellow banana emojis
- ๐๏ธ 14-Step Control: Precise volume adjustments (0%, 1%, 3%, 5%, 8%, 13%, 21%, 32%, 44%, 57%, 70%, 83%, 92%, 100%)
- ๐ต Smooth Fading: Beautiful volume transitions instead of jarring jumps
- ๐ Auto-Unmute: Automatically unmutes when you increase from 0%
- โก Rapid Response: Hold down volume keys for quick adjustments
- ๐ Transparent Display: Clean, modern interface that doesn't interfere with your work
- ๐ Standalone Executable: No other installation necessary
-
Download the latest release:
- Go to the Releases page
- Download
BananacciVolume-vX.X.X.zip(latest version) - Extract the ZIP file
-
Run the executable:
- Double-click
BananacciVolume.exe - You'll see your current volume displayed as bananas
- Use your volume keys to test it
- Double-click
-
Clone the repository:
git clone https://github.com/nicktobolski/bananacci.git cd bananacci -
Run the source script (requires AutoHotkey v2):
- Install AutoHotkey v2 from autohotkey.com
- Double-click
BananacciVolume.ahk
- Volume Up Key: Increase volume (shows more bananas)
- Volume Down Key: Decrease volume (shows fewer bananas)
- Hold Keys: Rapidly adjust volume by holding down the keys
| Bananas | Volume Range | Description |
|---|---|---|
| ๐๐๐๐๐๐๐๐๐๐๐๐๐ | 92-100% | Maximum volume |
| ๐๐๐๐๐๐๐๐๐๐๐๐ | 83-91% | Very high |
| ๐๐๐๐๐๐๐๐๐๐๐ | 70-82% | High volume |
| ๐๐๐๐๐๐๐๐๐๐ | 57-69% | Medium-high |
| ๐๐๐๐๐๐๐๐๐ | 44-56% | Medium |
| ๐๐๐๐๐๐๐๐ | 32-43% | Medium-low |
| ๐๐๐๐๐๐๐ | 21-31% | Low-medium |
| ๐๐๐๐๐๐ | 13-20% | Low |
| ๐๐๐๐๐ | 8-12% | Very low |
| ๐๐๐๐ | 5-7% | Quiet |
| ๐๐๐ | 3-4% | Very quiet |
| ๐๐ | 1-2% | Whisper |
| ๐ | >0-1% | Barely audible |
| 0% | Muted |
- Windows 10/11 (tested on Windows 10)
- Volume keys on your keyboard
- Make sure you're on Windows 10/11
- Right-click the file and select "Run as administrator"
- Check Windows Defender isn't blocking it
- Check if other software is using the volume keys
- Try restarting the executable
- Ensure the program is running (check system tray)
- Ensure your keyboard has volume control keys
- Check that the program is running
- Try pressing volume keys to trigger the display
- Close other volume control software that might conflict
- Restart the executable if it becomes unresponsive
Want to customize the appearance? You'll need to modify the source code and recompile:
- Edit
BananacciVolume.ahkwith your changes - Install AutoHotkey v2 for compilation
- Use the compiler:
Ahk2Exe.exe /in BananacciVolume.ahk /out BananacciVolume.exe
volumeTextControl := volumeGUI.Add("Text", "x5 y5 w900 h90 cFFFF00 Left", visualBar)Change cFFFF00 to:
cFF0000for red bananasc00FF00for green bananasc0000FFfor blue bananas
volumeTextControl.SetFont("s48")Change s48 to s36 for smaller or s60 for larger bananas.
yPos := Round(A_ScreenHeight * 0.95) ; 95% down the screenChange 0.95 to 0.5 for center screen or 0.1 for top of screen.
- Standalone executable - no AutoHotkey installation required
- Improved startup experience - shows current volume immediately
- Better GitHub Actions workflow with automatic compilation
- Enhanced installer script
- Initial release
- 14-step volume control
- Smooth volume fading
- Banana emoji visual feedback
- Auto-unmute functionality
- Transparent GUI
-
Clone the repository:
git clone https://github.com/nicktobolski/bananacci.git cd bananacci -
Install AutoHotkey v2 for compilation
-
Compile to executable:
"C:\Program Files\AutoHotkey\Compiler\Ahk2Exe.exe" /in BananacciVolume.ahk /out BananacciVolume.exe
The project uses GitHub Actions to automatically:
- Compile the .ahk file to .exe
- Create releases with proper versioning
- Generate installers and ZIP packages
Found a bug or have an idea? We'd love to hear from you.
- Open an issue on GitHub
- Describe the problem or feature request
- We'll get back to you as soon as possible
This project is open source and available under the MIT License. Feel free to use, modify, and distribute.
- Built with AutoHotkey v2
- Inspired by the need for better volume control
- Made with ๐ and โค๏ธ
Enjoy your bananas ๐