Search found 109 matches

by tobiasherzke
Mon Aug 30, 2021 8:34 am
Forum: User Applications
Topic: support for DSL
Replies: 2
Views: 4921

Re: support for DSL (prescription rule)

Update: You would have to license the fitting rules yourselves from the respective copyright holders The above is still true. and then write code to translate the fitting rule output to compressor gain tables. Since openMHA release 4.16.0, we provide wrapper code for the NAL-NL2 and DSL 5 fitting ru...
by tobiasherzke
Sun Aug 29, 2021 2:05 pm
Forum: Software
Topic: CAPE4ALL Driver ALsa Mapping
Replies: 1
Views: 1977

Re: CAPE4ALL Driver ALsa Mapping

They are the same order. Jack is also just using the alsa driver.
by tobiasherzke
Sun Aug 29, 2021 11:17 am
Forum: Software
Topic: Proper way to receive an AC variable from a plugin in a chain (especially lsl2ac)?
Replies: 4
Views: 3334

Re: Proper way to receive an AC variable from a plugin in a chain (especially lsl2ac)?

Then I wanted to try the same thing, but instead of having example6 switched before my own plugin, I've used lsl2ac to catch e.g. the clock corrections of a test stream e.g. ac.get_var(ac.handle, "SimpleStream_tc",&new_ac_var); ac.insert_var( ac.handle, "test3", new_ac_var )...
by tobiasherzke
Sun Aug 29, 2021 10:19 am
Forum: Software
Topic: mha startup in Mahalia
Replies: 13
Views: 6969

Re: mha startup in Mahalia

It may be that the sound card that you are using does not support 44100Hz sampling rate.
by tobiasherzke
Fri Aug 27, 2021 4:35 pm
Forum: Software
Topic: Conditionals in Configuration
Replies: 2
Views: 2269

Re: Conditionals in Configuration

The MHA configuration language does not support conditionals. I do not think it is possible to achieve what you want while restricting yourself to a single configuration file. If you would allow splitting your configuration into multiple files, then it would be possible to have # main.cfg: Main cfg ...
by tobiasherzke
Thu Jul 22, 2021 8:27 am
Forum: Connect openMHA to Matlab
Topic: Initialize sAud and sFitmodel in matlab?
Replies: 2
Views: 2406

Re: Initialize sAud and sFitmodel in matlab?

tobiasherzke wrote:
Thu Jul 22, 2021 8:12 am
As an alternative, [...] (see https://github.com/HoerTech-gGmbH/openM ... ules.m#L30).
I remembered that incorrectly. But see lines 11-28 in that file for how to initialize these structures with a few lines of Matlab/Octave code.
by tobiasherzke
Thu Jul 22, 2021 8:12 am
Forum: Connect openMHA to Matlab
Topic: Initialize sAud and sFitmodel in matlab?
Replies: 2
Views: 2406

Re: Initialize sAud and sFitmodel in matlab?

There are functions to create and modify these structures in https://github.com/HoerTech-gGmbH/openMHA/tree/master/mha/tools/mfiles/libfuncs. The functions there get combined into libraries (files starting with "lib" in https://github.com/HoerTech-gGmbH/openMHA/tree/master/mha/tools/mfiles...
by tobiasherzke
Mon Jul 19, 2021 6:20 pm
Forum: User Applications
Topic: Steps after audiogram entry
Replies: 4
Views: 2547

Re: Steps after audiogram entry

dpoznan wrote:
Mon Jul 12, 2021 8:07 pm
How does one switch between different fittings.
By clicking on the respective lines in the "Presets" box.
How does on adjust a fitting?
By changing the frequency-specific gains with the fine-tuning controls at the bottom of the GUI.

Hope this helps!
by tobiasherzke
Thu Jul 08, 2021 11:09 am
Forum: Getting Started
Topic: How to start openMHA
Replies: 6
Views: 16159

Re: How to start openMHA

But I want to check the variables and now I compiled the openMHA. Please explain what you mean by "check the variables" in more detail. Maybe there is an easier way to achieve what you want. The compilation instructions in COMPILATION.md are intended for developers. there is no place to r...
by tobiasherzke
Thu Jul 08, 2021 9:48 am
Forum: User Applications
Topic: Steps after audiogram entry
Replies: 4
Views: 2547

Re: Steps after audiogram entry

There is a fitting GUI manual at http://www.openmha.org/ documentation.