Search found 8 matches

by paulmaanen
Fri Jun 18, 2021 9:25 am
Forum: Software
Topic: openMHA on iPad?
Replies: 2
Views: 2628

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 ] ] ...
by paulmaanen
Thu May 27, 2021 11:17 am
Forum: Getting Started
Topic: dynamic compressor question
Replies: 3
Views: 3210

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...
by paulmaanen
Wed Nov 11, 2020 3:23 pm
Forum: Software
Topic: Plugins not prepared while trying to load the node red example
Replies: 9
Views: 4186

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.
by paulmaanen
Wed Nov 11, 2020 3:21 pm
Forum: Software
Topic: Plugins not prepared while trying to load the node red example
Replies: 9
Views: 4186

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...
by paulmaanen
Wed Nov 11, 2020 2:26 pm
Forum: Software
Topic: Plugins not prepared while trying to load the node red example
Replies: 9
Views: 4186

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 ...
by paulmaanen
Wed Nov 11, 2020 1:32 pm
Forum: Software
Topic: Plugins not prepared while trying to load the node red example
Replies: 9
Views: 4186

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...
by paulmaanen
Tue Nov 10, 2020 6:02 pm
Forum: Software
Topic: Plugins not prepared while trying to load the node red example
Replies: 9
Views: 4186

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 ...
by paulmaanen
Wed Aug 28, 2019 2:59 pm
Forum: Software
Topic: Plugin development pipeline
Replies: 4
Views: 7969

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.