← Back
SnoreLog
My wife told me I snore terribly. I had no idea — I'd gone my whole life thinking I didn't snore at all. So I decided to record myself sleeping, and that's how this app started. There are existing apps out there, but most are paid or have frustrating UX. I wanted something simple that just works — so I built my own. The core priority was monitoring: when do I snore, how long, and how severe. Beyond that, I needed an algorithm to automatically detect snoring segments from a full night's recording. This turned out to be harder than expected — ambient noise (AC, fans, traffic) significantly interferes with detection accuracy. I'm currently experimenting with different filtering and classification approaches to solve this.
Tech Stack
FlutterReactPythonAudio Processing