Search found 120 matches

by tobiasherzke
Sun Dec 08, 2024 9:39 am
Forum: Software
Topic: Rust
Replies: 1
Views: 12921

Re: Rust

BigBoss wrote:
Thu Dec 05, 2024 1:27 pm
I was wondering is Rust on the roadmap?
No, it is not. But you are welcome to try it out, a good place might be implementing a plugin in Rust, and report on your experience here.
by tobiasherzke
Thu Nov 14, 2024 10:09 am
Forum: Software
Topic: Unable to complete installation on MacOS Monterey
Replies: 1
Views: 11180

Re: Unable to complete installation on MacOS Monterey

It matches my experience that some homebrew packages are sometimes broken. In your case, the homebrew qt package seems to be broken. When this happens, you can generally either wait a few days and try again (file a bug report with homebrew if it takes longer) or try to install an older version of th...
by tobiasherzke
Wed Sep 11, 2024 9:40 pm
Forum: Software
Topic: using openmha with HiFiBerry DAC+DSP card
Replies: 10
Views: 57817

Re: using openmha with HiFiBerry DAC+DSP card

Great, the device could be opened for output with two channels! Now the alsa output device could not be linked to your alsa input device via snd_pcm_link. Two options to solve this: Either use the same device for input as for output (if the driver for that device supports linking input and output), ...
by tobiasherzke
Wed Sep 11, 2024 6:39 pm
Forum: Software
Topic: using openmha with HiFiBerry DAC+DSP card
Replies: 10
Views: 57817

Re: using openmha with HiFiBerry DAC+DSP card

I changed to to mhalib = mhachain srate = 24000 fragsize = 55 iolib = MHAIOalsa io.in.device = null io.out.device=hw:0,0 cmd=prepare and get (mha_parser) (mhafw_lib) IO error: (MHAIOalsa) Unable to set channel number for hw:0,0: Invalid argument (while parsing "check_jacks.cfg" line 7) (M...
by tobiasherzke
Wed Sep 11, 2024 6:03 pm
Forum: Software
Topic: using openmha with HiFiBerry DAC+DSP card
Replies: 10
Views: 57817

Re: using openmha with HiFiBerry DAC+DSP card

dpoznan wrote:
Tue Sep 10, 2024 10:52 pm
io.out.device = "hw:0,0"
I would remove the double quotes.
by tobiasherzke
Mon Jul 08, 2024 12:21 pm
Forum: Software
Topic: NAL-NL2 with Offline fitting tool
Replies: 4
Views: 40332

Estimating physical sound level from sound recording with unknown calibration setup (difficult to impossible)

1) How can I set the input SPL peak level? I mean, if I only have a wav audio file (downloaded from the internet or obtained from anywhere), how can I estimate the input SPL peak level? Is there any preprocessing I can do to normalize or effectively estimate it? Typical hearing aid processing uses ...
by tobiasherzke
Sun Jul 07, 2024 6:52 pm
Forum: Software
Topic: NAL-NL2 with Offline fitting tool
Replies: 4
Views: 40332

Determining available headroom in sound files

2) Regarding post-processing, how should I select the gain value? For example, how did you choose to amplify by -5 or +45 dB as you mentioned? If I am performing automated batch processing (e.g., calculating the amplification for 1000 audio files using NAL-NL2), how can I select or calculate an app...
by tobiasherzke
Fri Jun 28, 2024 7:54 am
Forum: Software
Topic: NAL-NL2 with Offline fitting tool
Replies: 4
Views: 40332

On judging quality of sound compressed for high hearing losses

Thank you for providing a detailed description of your processing steps! This makes it possible to reproduce your experience. 1) I used examples /01-dynamic-compression/1speaker_diffNoise_2ch.wav as my input audio file. 2) I used 94 dB as the acoustic input level in dB SPL. 94 dB SPL peak level is a...
by tobiasherzke
Fri Jun 21, 2024 7:48 pm
Forum: Software
Topic: openMHA 4.18.0 released
Replies: 4
Views: 36553

Re: openMHA 4.18.0 released

I wanted to be able to build from sources. brew install openmha/tap/openmha is actually compiling openmha from sources on your Mac. We do not provide pre-compiled "bottles" for Mac. I found that OSC was not what I needed to have installed. Instead configure was really looking for libio wh...
by tobiasherzke
Tue May 28, 2024 7:52 am
Forum: Software
Topic: NAL-NL2 pipeline integration
Replies: 1
Views: 23090

Re: NAL-NL2 pipeline integration

The offline fitting tool contained in openMHA preprocesses wav files with a dynamic compression prescription rule of your choice. Start it from Matlab or Octave by invoking mhagui_fitting_offline It can process multiple wav files at once. The installation directory of the openMHA mfiles depends on y...