-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running OpenMHA without the bluetooth controller #6
Comments
Yes, of course. We added it just to demonstrate the possibilities. The Bluetooth control script by default looks for the device "/dev/input/js0" and interprets its output. May I ask what your plans with the prototype are? |
We would like to implement a hearing aid algorithm using OpenMHA on pi for our undergraduate thesis project. As you can see, we have little experience with using raspberry pi or linux, but somehow we are able to get by through online resources/tutorials. We appreciate how well-documented and detailed everything is with OpenMHA (we've done some perusing with the manuals), we only struggle with unfamiliarity. Thank you for being responsive and active as well! :) |
Cool, I like that you want to use it in a scientific context :) You have to distinguish this project (https://github.com/m-r-s/hearingaid-prototype) and the openMHA project (https://github.com/HoerTech-gGmbH/openMHA). |
It is quite a big undertaking to use the software for the algorithm implementation, especially since we're all new to every single part of what we are studying. There's a bunch to cover in just months, and we've barely scratched the surface for weeks. It still seems possible to do, though. If I understood the difference correctly, the OpenMHA is the main open source software project for hearing aids which could be used on computers running linux, mac os, or even windows, and the hearingaid-prototype project uses this software in a way that it is configured for the raspberry pi setup shown. I'll take note of the difference when referencing the two projects. |
Yes, correct. This project only shows as an example how openMHA could be used in a mobile setup. |
Is it possible to install OpenMHA on pi without setting up the bluetooth controller? It appears to be method for directly adjusting some parameters, but for the configuration, we plan to make any sort of adjustments through wifi connection only. I would like to know if it will run without the bluetooth script. Thank you :)
The text was updated successfully, but these errors were encountered: