Search found 8 matches
- Fri Jun 18, 2021 9:25 am
- Forum: Software
- Topic: openMHA on iPad?
- Replies: 2
- Views: 29814
Re: openMHA on iPad?
Hi chozilla, unfortunately openMHA does not support iOS. The GUI however can be run on any Matlab/Octave instance as long as it is in the same network as the computer running openMHA: >> help mhacontrol mhacontrol - Audiological interface to the MHA Usage: mhacontrol( hostname [, port [, uiwait ] ] ...
- Thu May 27, 2021 11:17 am
- Forum: Getting Started
- Topic: dynamic compressor question
- Replies: 3
- Views: 19391
Re: dynamic compressor question
For dynamic compression in STFT domain, the STFT bins are assigned to frequency bands by a fftfilterbank. We have two different plugins that can do this, these are named "fftfilterbank" and "multibandcompressor". Both use the same underlying fftfilterbank implementation. Please r...
- Wed Nov 11, 2020 3:23 pm
- Forum: Software
- Topic: Plugins not prepared while trying to load the node red example
- Replies: 9
- Views: 29115
Re: Plugins not prepared while trying to load the node red example
PS: make test fails because your openMHA directory is owned by root, but I think this is unrelated to the other problem.
- Wed Nov 11, 2020 3:21 pm
- Forum: Software
- Topic: Plugins not prepared while trying to load the node red example
- Replies: 9
- Views: 29115
Re: Plugins not prepared while trying to load the node red example
I found the bug in openMHA. An invalid configuration of overlapadd can be silently ignored, aborting the prepare procedure. This causes seemingly unrelated error messages when the framework wants to actually start processing. Thank you for uncovering this bug! Unfortunately your chosen combination o...
- Wed Nov 11, 2020 2:26 pm
- Forum: Software
- Topic: Plugins not prepared while trying to load the node red example
- Replies: 9
- Views: 29115
Re: Plugins not prepared while trying to load the node red example
Your changes to the .cfg file do not seem critical. I have to correct myself. The window length of the FFT must be a multiple by the power of two of the fragsize. Your window length is smaller than the fragsize. I suspect you also did not start a JACK server, right? With no JACK server running and ...
- Wed Nov 11, 2020 1:32 pm
- Forum: Software
- Topic: Plugins not prepared while trying to load the node red example
- Replies: 9
- Views: 29115
Re: Plugins not prepared while trying to load the node red example
Your changes to the .cfg file do not seem critical. I doubt the problems come from there. That your openMHA repository is owned by root however, is suspicious. Does that have a specific reason? There's usually a better way. How do you make sure your mha executable is in the PATH ? Do you execute thi...
- Tue Nov 10, 2020 6:02 pm
- Forum: Software
- Topic: Plugins not prepared while trying to load the node red example
- Replies: 9
- Views: 29115
Re: Plugins not prepared while trying to load the node red example
This is the error i get when i use the make test command. This means something is probably wrong with the permissions in your working copy of openMHA. Please provide the output of "ls -l ~/openMHA". The output of git status show that you modified node-red-gui-demo.cfg. Please provide the ...
- Wed Aug 28, 2019 2:59 pm
- Forum: Software
- Topic: Plugin development pipeline
- Replies: 4
- Views: 22655
Re: Plugin development pipeline
You can install the packages for multiple arches in parallel. See https://wiki.debian.org/Multiarch/HOWTO.
I however use https://github.com/dockcross/dockcross for my cross-compiling needs.
I however use https://github.com/dockcross/dockcross for my cross-compiling needs.