Search found 109 matches

by tobiasherzke
Wed Dec 11, 2019 1:56 pm
Forum: Hardware
Topic: Bela.io
Replies: 1
Views: 4184

Re: Bela.io

I do not know if anyone has tried BELA together with openMHA. If anyone has, please share your experience in this thread! Also Nicolas if you want to try it, by all means go ahead and it would be nice if you could share your experience here. openMHA runs on the Beaglebone Black. openMHA performs its...
by tobiasherzke
Mon Sep 23, 2019 7:52 pm
Forum: Software
Topic: Qt-based GUI on worker thread
Replies: 2
Views: 3834

Re: Qt-based GUI on worker thread

The most important requirement is to guarantee that the GUI will not influence the realtime acquisition and processing of the audio signals I agree with that sentiment. I do not know much about Qt. In your code, I noticed: argc and argv are function-local variables. They may be used by your thread ...
by tobiasherzke
Mon Sep 16, 2019 1:09 pm
Forum: User Applications
Topic: support for DSL
Replies: 2
Views: 4906

Re: support for DSL (prescription rule)

Thanks for the suggestion. Unfortunately we cannot provide any commercial hearing aid fitting rules in this open source project. As a consequence, neither NAL-NL1, nor NAL-NL2, nor DSLio are part of the openMHA project. You would have to license the fitting rules yourselves from the respective copyr...
by tobiasherzke
Wed Aug 28, 2019 9:52 pm
Forum: Software
Topic: Plugin development pipeline
Replies: 4
Views: 7963

cross-compiling for arm

For our own release and development builds, we do not regularly cross compile at the moment. Instead, we build natively on Linux ARM to be able to execute our octave tests and unit tests on ARM, and to use the same make-based build system. Yes, you can cross-compile for ARM after configuring with --...
by tobiasherzke
Mon Aug 26, 2019 9:02 am
Forum: Software
Topic: mhacontrol warning: Index in position 1 exceeds array bounds.
Replies: 8
Views: 11775

Re: mhacontrol warning: Index in position 1 exceeds array bounds.

I tried to reproduce but could not trigger this error. Please give more details: Do you have the latest version 4.10.0 installed? Were you trying mhacontrol with Matlab or Octave, what version? How have you set up the matlab search path and the java class path? How have you started and configured mh...
by tobiasherzke
Mon Aug 26, 2019 8:45 am
Forum: Software
Topic: mhacontrol warning: Index in position 1 exceeds array bounds.
Replies: 8
Views: 11775

mhacontrol warning: Index in position 1 exceeds array bounds.

Moving github issue #36 to the openMHA forum: dhanashri-innovision has asked: I tried running OpenMHA project with open mha running on command prompt. whenever I give mhacontrol command with no argument, the photo for OpenMHA pops up, and then it gives the error "Index in position 1 exceeds in ...
by tobiasherzke
Mon Aug 26, 2019 8:17 am
Forum: Software
Topic: Plugin development pipeline
Replies: 4
Views: 7963

Re: Plugin development pipeline

Do you have any recommendations on creating a pipeline for developing a plugin? How might one consume this project for plugin development? I believe a plugin developer needs to include mha_plugin.hh and link to libopenmha.*, correct? Yes, you need that header and that shared library to derive your ...
by tobiasherzke
Mon Aug 26, 2019 7:41 am
Forum: Software
Topic: Plugin development pipeline
Replies: 4
Views: 7963

Plugin development pipeline

Moving github issue #35 to the openMHA forum: sbashford has asked: Do you have any recommendations on creating a pipeline for developing a plugin? How might one consume this project for plugin development? I believe a plugin developer needs to include mha_plugin.hh and link to libopenmha.*, correct?...
by tobiasherzke
Tue Jun 25, 2019 8:32 am
Forum: Tips & Tricks
Topic: Inspect plugins
Replies: 0
Views: 12113

Inspect plugins

To quickly investigate which configuration variables are provided by a particular openMHA plugin without opening and searching through the openMHA_plugins.pdf manual, \tt analysemhaplugin can be used: analysemhaplugin gain skip over the \tt mhaconfig\_in , \tt mhaconfig\_out parameters... # Minimal ...