Skip to content

An Android app that takes real time input and plots the frequency spectrum and displays the peak frequency at any time

Notifications You must be signed in to change notification settings

mygrsun/android_hearingaid

 
 

Repository files navigation

Android App for the Hearing Impaired

For detecting the frequencies of the live input, I am using a library from the Astronomical Institute of Leithbridge. Finding the frequency is done using an Async Task so that the processing is done in the background and is different from the UI thread. The frequency spectrum of the microphone is plotted on the display.

The code has an activity for online training using which one can add sounds to the database to compare the incoming signal. The new sounds get stored in the SharedPreferences.

About

An Android app that takes real time input and plots the frequency spectrum and displays the peak frequency at any time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%