Hear more. Hear better. Hear smarter.
WeHear transforms your Android device into a powerful smart hearing aid, combining low-latency audio processing, intelligent sound balancing, and a beautifully crafted user experience.
Designed for accessibility, clarity, and comfort — WeHear helps you stay connected to the world around you.
Always download the most recent APK from the official GitHub Releases page to ensure you get the latest features and fixes.
Real-time sound amplification using ultra-low-latency AudioRecord and AudioTrack pipelines.
Runs seamlessly as a Foreground Service, even when the screen is locked.
Fine-tuned stereo control to assist users with unilateral hearing loss.
A fluid, animated waveform that reacts instantly to environmental audio.
Automatically prevents audio feedback by detecting unsafe conditions.
Crafted with Jetpack Compose, featuring a polished dark-mode-first design.
| Layer | Tech |
|---|---|
| Language | Kotlin |
| UI | Jetpack Compose (Material 3) |
| Architecture | MVVM + Clean Architecture |
| DI | Dagger Hilt |
| Concurrency | Kotlin Coroutines & Flow |
| Audio Engine | PCM Audio Processing |
| Background Tasks | Foreground Services |
com.avikmakwana.livehearingapp
├── domain # Core audio processing logic
├── service # Foreground audio service
├── ui
│ ├── screens # Compose UI screens
│ ├── theme # App theming & colors
│ └── viewmodel # ViewModels
└── di # Dependency injection
git clone https://github.com/AvikMakwana/LiveHearingApp.gitUse Android Studio Hedgehog or newer
⚠️ A physical device with wired or Bluetooth headphones is required.
We welcome all contributions ❤️
- Fork the repository
- Create a feature branch
git checkout -b feature/your-feature-name
- Commit your changes
git commit -m "Add your feature" - Push and open a Pull Request
This project is licensed under the MIT License.
WeHear • Designed & Developed by Avik Makwana