Search found 115 matches

by tobiasherzke
Wed Sep 15, 2021 4:13 pm
Forum: Software
Topic: Compile mha from source on M1 Macbook - error clang: error: the clang compiler does not support '-mcpu=cortex-a8'
Replies: 2
Views: 7673

Re: Compile mha from source on M1 Macbook - error clang: error: the clang compiler does not support '-mcpu=cortex-a8'

clang: error: the clang compiler does not support '-mcpu=cortex-a8' Could the reason behind this be that this is an M1 MacBook Air, which does not use an Intel processor Yes, the configure script is confused. What is the output of uname -m on this computer? Do I need to set the variable COMPILEPREF...
by tobiasherzke
Wed Sep 15, 2021 9:39 am
Forum: Connect openMHA to Matlab
Topic: NAL-NL2 with MHA question
Replies: 1
Views: 6238

Dynamic compressor fitting with MHA Matlab fitting tool

The Matlab fitting tool retrieves the filterbank frequency bands from a running MHA instance. In order to change the frequency bands in your MHA configuration and restart MHA in order to change the fitting frequencies.
by tobiasherzke
Fri Sep 10, 2021 3:58 pm
Forum: Software
Topic: presets passed to mha
Replies: 3
Views: 7537

Re: presets passed to mha

Where is the fitting passed to the PHL? I think in line 229 here: https://github.com/HoerTech-gGmbH/openMHA/blob/master/mha/tools/mfiles/libmultifit.m#L229 Where in mha is the fitting received? It depends on the configuration. Inspect the value of sFit.addr in the debugger in that line to see for y...
by tobiasherzke
Fri Sep 10, 2021 3:46 pm
Forum: Software
Topic: Error: Error: Variable does not contain a valid scalar value
Replies: 3
Views: 8702

Re: Error: Error: Variable does not contain a valid scalar value

AC variables can only be read by MHA plugins while they execute either their prepare() or process() callback. You cannot read them in the MHA configuration language.
by tobiasherzke
Fri Sep 10, 2021 3:41 pm
Forum: Software
Topic: Proper way to receive an AC variable from a plugin in a chain (especially lsl2ac)?
Replies: 4
Views: 9046

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

Looking only at the code snippets in the forum post: look fine to me.
by tobiasherzke
Mon Sep 06, 2021 11:25 am
Forum: Software
Topic: presets passed to mha
Replies: 3
Views: 7537

Re: presets passed to mha

The Matlab fitting GUI stores audiograms and fittings in one or more .mat files on the computer where the fitting GUI executes. Look for recently changed .mat files in the directory from where you execute the fitting GUI.
by tobiasherzke
Mon Aug 30, 2021 8:34 am
Forum: User Applications
Topic: support for DSL
Replies: 2
Views: 9194

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: 5398

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: 9046

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: 19992

Re: mha startup in Mahalia

It may be that the sound card that you are using does not support 44100Hz sampling rate.