Skip to content

Releases: inder-dev-pro/nonoice

Initial Launch of nonoise

15 Jan 21:50

Choose a tag to compare

Initial Release | macOS (Apple Silicon M1,M2,M3,M4,M5)

Nonoice is an adaptive background sound generator that lives in your menu bar. Unlike standard noise apps that play a static loop, Nonoice listens to your environment in real-time and "counter-attacks" distracting noises with the perfect masking frequency.

🎧 Key Features
Adaptive Masking: Automatically detects the difference between "Chatter" (high frequency) and "Traffic/Rumble" (low frequency) and adjusts the soundscape accordingly.

Auto-Silence: Fades out when the room is quiet to save your ears and battery.

Privacy First: All audio processing happens locally on your device. No audio is ever recorded or uploaded.

Menu Bar Utility: Runs quietly in the background without cluttering your dock.

🛠 Installation Instructions (Important)
Since this is an indie open-source app, it is not signed by Apple. You may see a security warning on the first launch.

Download Nonoice.dmg below.

Open the DMG and drag Nonoice into your Applications folder.

Right-Click (or Control-Click) the app icon and select Open.

Click "Open" in the security popup.

Note: You only need to do this once.

📦 Tech Stack
Built with Python & Rumps.

Real-time FFT audio analysis using NumPy.

Packaged for macOS using PyInstaller