The hear-mate is a cross platform software tool designed to assess hearing capabilities. It provides an easy-to-use interface for conducting hearing tests and analyzing results. The app aims to assist individuals in detecting potential hearing issues by playing specific sound frequencies and recording user responses.
The app is dedicated for Sony WH-1000XM5 headphones for results closest to professional. The software was specifically calibrated for this model.
- Flutter
- Python 3.x
- Clone the repository:
git clone https://github.com/HearMate/hear-mate-app.git cd hear-mate-app - Run the application:
flutter run
- Choose you platform when prompted
We welcome contributions from the community! To contribute to this project, please follow these steps:
- Fork the repository on GitHub.
- Clone your forked repository to your local machine:
git clone https://github.com/your-username/repo.git cd repo - Install pre-commit hook on your local machine:
pip install pre-commit pre-commit install
- Create a new branch for your feature or bugfix:
git checkout -b feature-or-bugfix-name
- Make your changes and commit them with a clear message:
git commit -m "Description of the changes" - Push your changes to your forked repository:
git push origin feature-or-bugfix-name
- Create a pull request on the original repository and describe your changes.
- Use the GitHub Issues section to report bugs or suggest improvements.
This project is licensed under the MIT License.