Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/woheller69/audiometry
Android hearing test application
https://github.com/woheller69/audiometry
android audiogram hearing hearing-loss
Last synced: 16 days ago
JSON representation
Android hearing test application
- Host: GitHub
- URL: https://github.com/woheller69/audiometry
- Owner: woheller69
- License: gpl-3.0
- Created: 2022-01-23T12:39:26.000Z (almost 3 years ago)
- Default Branch: new
- Last Pushed: 2023-08-09T08:14:24.000Z (over 1 year ago)
- Last Synced: 2024-10-15T01:08:09.909Z (30 days ago)
- Topics: android, audiogram, hearing, hearing-loss
- Language: Java
- Homepage:
- Size: 2.17 MB
- Stars: 39
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Send a coffee to [email protected]| **RadarWeather** | **Gas Prices** | **Smart Eggtimer** |
|:---:|:---:|:---:|
| [](https://f-droid.org/packages/org.woheller69.weather/)| [](https://f-droid.org/packages/org.woheller69.spritpreise/) | [](https://f-droid.org/packages/org.woheller69.eggtimer/) |
| **Bubble** | **hEARtest** | **GPS Cockpit** |
| [](https://f-droid.org/packages/org.woheller69.level/) | [](https://f-droid.org/packages/org.woheller69.audiometry/) | [](https://f-droid.org/packages/org.woheller69.gpscockpit/) |
| **Audio Analyzer** | **LavSeeker** | **TimeLapseCam** |
| [](https://f-droid.org/packages/org.woheller69.audio_analyzer_for_android/) |[](https://f-droid.org/packages/org.woheller69.lavatories/) | [](https://f-droid.org/packages/org.woheller69.TimeLapseCam/) |
| **Arity** | **omWeather** | **solXpect** |
| [](https://f-droid.org/packages/org.woheller69.arity/) | [](https://f-droid.org/packages/org.woheller69.omweather/) | [](https://f-droid.org/packages/org.woheller69.solxpect/) |
| **gptAssist** | | |
| [](https://f-droid.org/packages/org.woheller69.gptassist/) | | |# hEARtest
------------------------------------------------
Quick and Simple Hearing Evaluation
This app can evaluate your hearing capabilities.
The term dB HL describes your hearing loss in decibels.The table below shows a common way to classify hearing loss
(Source: Clark, J. G. (1981). Uses and abuses of hearing loss classification. Asha, 23, 493–500.)| **Degree of hearing loss** | **Hearing loss range (dB HL)** |
|:---:|:------------------------------:|
|Normal|–10 to 15|
|Slight|16 to 25|
|Mild|26 to 40|
|Moderate|41 to 55|
|Moderately severe|56 to 70|
|Severe|71 to 90|
|Profound|91+|First your earphones must be calibrated.
Important: Earphones must not have integrated volume control or loudness, equalizers, etc.
You can either perform a full test which requires one or better several persons
between the ages of 18 and 35 with normal hearing. Or you can perform a simple calibration at 1000Hz only (assuming good hearing at
this frequency). In this case it is assumed that the earphones are linear across the frequency range and calibration values for the
other frequencies are then calculated using the ISO226:2003 standard.
Whenever you hear a beep simply touch the screen. You can pause / continue with a long click and speed up with a double click.
If you have several persons available for calibration simply press "Add Calibration" and an average value of existing calibrations
will be calculated. You may also delete the whole calibration.After that you can perform tests and view them in test results.
You can then also perform tests at single frequencies.
There you can manually select ear, frequency, and sound amplitude by clicking on the buttons.Backup/restore is also available.
## License
This app is published under GNU GPL V3 License.
The app uses:
Zip4j (https://github.com/srikanth-lingala/zip4j) which is licensed under Apache License Version 2.0
AndroidX libraries (https://github.com/androidx/androidx) which is licensed under Apache License Version 2.0
MPAndroidChart (https://github.com/PhilJay/MPAndroidChart) which is licensed under Apache License Version 2.0
Material Design Icons (https://material.io/resources/icons/) which are licensed under Apache License Version 2.0The original version of this code is published under MIT license, Copyright (c) 2014 Reece Stevens.
https://github.com/ReeceStevens/ut_ewh_audiometer_2014