Search found 33 matches
- Wed May 17, 2023 3:19 pm
- Forum: The Portable Hearing Laboratory (PHL)
- Topic: Compiling new self-developed plug-ins for PHL
- Replies: 5
- Views: 4492
Re: Compiling new self-developed plug-ins for PHL
We have started to prepare the PHL for compilation of plugins on the device, but the manual is not yet finished and the software may not be complete, yet. At least the required dev packages are available on the latest Mahalia image available under http://mahalia.openmha.org/ We will work on this in ...
- Tue Feb 07, 2023 6:43 am
- Forum: Software
- Topic: playing a wav file from BTE headset
- Replies: 2
- Views: 1475
Re: playing a wav file from BTE headset
Hello, in your configuration the line mha.plugin_name = addsndfile is overwritten three lines below by mha.plugin_name = overlapadd Use of the plugin mhachain can be used to resolve this: mha.plugin_name = mhachain mha.mhachain.algos = [addsndfile overlapadd] ... You'll have to modify the remaining ...
- Thu Jan 26, 2023 4:46 pm
- Forum: Software
- Topic: Serving React App with node-red
- Replies: 2
- Views: 1692
Re: Serving React App with node-red
Hello, for Node-Red example I can only tell that the webserver comes with the Node-Red installation, so we didn't have to set up much in that regard. From here it seems that it is somehow possible by using the uibuilder node to use it for React. For transferring files to the PHL you can use the scp ...
- Thu Mar 17, 2022 9:09 pm
- Forum: User Applications
- Topic: equalize plugin
- Replies: 4
- Views: 2722
Re: equalize plugin
Documentation of the equalize plugin is found in the plugin documentation: http://www.openmha.org/docs/openMHA_plugins.pdf#subsection.9.1 In a nutshell, a vector needs to be provided that contains a linear gain value for each fft bin. The fft bins / frequency range depend on sampling rate and paramt...
- Sun Feb 27, 2022 10:27 am
- Forum: Getting Started
- Topic: Mac: Unable to load library MHAIOJackdb
- Replies: 11
- Views: 4008
Re: Error using mhactl_wrapper>mhactl_wrapper_2 (line 64)
For a quick test I have upgraded jack on my macOS Catalina from the 1.9.19 homebrew installation to 1.9.20 using the jackOSX installer. Afterwards I was not able to start the jack server. I did not dig into the problem and this does not explain your issue as the jack server seems to work on your sys...
- Fri Feb 25, 2022 4:40 pm
- Forum: Connect openMHA to Matlab
- Topic: Error using mhactl_java
- Replies: 5
- Views: 6155
- Fri Feb 25, 2022 4:40 pm
- Forum: Getting Started
- Topic: Mac: Unable to load library MHAIOJackdb
- Replies: 11
- Views: 4008
Re: Error using mhactl_wrapper>mhactl_wrapper_2 (line 64)
Hello!
Regarding the jack issue: The jack library is not found at the expected location. How did you install openMHA?
Is your working directory ...examples/01-dynamic-compression when you try to load the dynamiccompressor configuration file?
Regarding the jack issue: The jack library is not found at the expected location. How did you install openMHA?
Is your working directory ...examples/01-dynamic-compression when you try to load the dynamiccompressor configuration file?
- Sun Nov 14, 2021 9:29 am
- Forum: User Applications
- Topic: ?read:.. command starts automatically
- Replies: 2
- Views: 1677
Re: ?read:.. command starts automatically
Hello, that behavior could be caused by the Node-Red GUI made for the generic-hearing-aid configuration which might be still running on your system. It periodically sends the start command to mha to activate the processing after finishing the load process of the GUI. Ssh into the system and execute ...
- Wed Nov 10, 2021 6:46 am
- Forum: Software
- Topic: mha startup in Mahalia
- Replies: 13
- Views: 5702
Re: mha startup in Mahalia
You may need to set up the Jack connections. Here is a list with the Jackport - device mappings: system:capture_1 --> BTE L front system:capture_2 --> BTE R front system:capture_3 --> Line in L system:capture_5 --> BTE L rear system:capture_6 --> BTE R rear system:capture_7 --> Line in R system:play...
- Tue Nov 09, 2021 10:18 pm
- Forum: User Applications
- Topic: Unable to read .cfg files
- Replies: 5
- Views: 2068
Re: Unable to read .cfg files
Sorry, I had a typo in my last response. I have corrected it - your second version in your post is correct. The last error occurs because there is already a configuration active and a variable is locked. This may be due to your previous attempts or because the Mahalia system on the PHL automatically...