Search found 22 matches

by shaikath
Wed Mar 10, 2021 7:57 pm
Forum: User Applications
Topic: Question regarding gain table
Replies: 1
Views: 2643

Question regarding gain table

I have some confusion regarding how gtmin and gtstep are used along with the level detector. If gtmax is not specified, is it assuming that gtmax is the peak level thats specified? What happens when a detected level is not exactly one of the gtmin+gtsteps? Does the gain specified for each entry in t...
by shaikath
Thu Mar 04, 2021 11:55 pm
Forum: User Applications
Topic: Questions about time constants in dynamic compressor dc
Replies: 8
Views: 6242

Re: Questions about time constants in dynamic compressor dc

One more question of clarification regarding lines 305 to 318 in dc.cpp: for(kfb=0;kfb<nbands;kfb++){ for(ch=0;ch<naudiochannels;ch++){ ch_idx = kfb + nbands*ch; level_in = MHASignal::colored_intensity(*s, ch_idx, fftlen, 0); level_in_db.value(kfb,ch) = MHASignal::pa22dbspl(level_in); level_in_db_ad...
by shaikath
Wed Mar 03, 2021 5:15 am
Forum: User Applications
Topic: Questions about time constants in dynamic compressor dc
Replies: 8
Views: 6242

Re: Questions about time constants in dynamic compressor dc

Thanks for the detailed explanation Tobias. With the spectrum (STFT) level detection, how do you convert between the dB SPL values of gtmin to gtmax of the gaintable to their relative digital dB RMS values? Since the spectrum level detectors are working on dB intensity values, I assume you have some...
by shaikath
Fri Jan 15, 2021 1:09 am
Forum: Getting Started
Topic: Building openMHA on PC - winsock error
Replies: 8
Views: 6658

Re: Building openMHA on PC - winsock error

I suppose a follow up question which is worth asking is whether you might recommend a given IDE to use with openMHA if we were interested in utilizing breakpoints? I have found that Code Blocks can be configured to use mingw: https://stackoverflow.com/questions/36972968/how-can-use-mingw-w64-and-msy...
by shaikath
Thu Jan 14, 2021 6:55 pm
Forum: Getting Started
Topic: Building openMHA on PC - winsock error
Replies: 8
Views: 6658

Re: Building openMHA on PC - winsock error

Thank you for the suggested steps. I realized that I had renamed to libjack64.a and not libjack.a. Changing it resolved my issues.
by shaikath
Wed Jan 13, 2021 6:30 pm
Forum: Getting Started
Topic: Building openMHA on PC - winsock error
Replies: 8
Views: 6658

Re: Building openMHA on PC - winsock error

Hmm I actually did do that step. I tried replacing the lib file once again but I receive the same error. I noticed I have folders for both Jack and Jack2 in my program files directory. Maybe theres a path issue? I ran ./configure and had to install pkg-config but I doubt that was related to this err...
by shaikath
Tue Jan 12, 2021 1:43 am
Forum: Getting Started
Topic: Building openMHA on PC - winsock error
Replies: 8
Views: 6658

Re: Building openMHA on PC - winsock error

I followed the steps of installing the previous version of JACK. However, I now have an error where it cannot find ljack: g++ -shared -o $PWD/x86_64-MinGW-gcc-10/MHAIOJack.dll x86_64-MinGW-gcc-10/MHAIOJack.o x86_64-MinGW-gcc-10/MHAIOJack_mha_git_commit_hash.o x86_64-MinGW-gcc-10/mhajack.o -L/home/sh...
by shaikath
Fri Jan 08, 2021 12:56 am
Forum: Getting Started
Topic: Building openMHA on PC - winsock error
Replies: 8
Views: 6658

Building openMHA on PC - winsock error

I'm encountering a winsock error when trying to build openMHA on a windows 10 PC. This problem is detailed here:

https://stackoverflow.com/questions/290 ... y-included

Could you advise how to resolve this issue?
by shaikath
Wed Jan 06, 2021 10:36 pm
Forum: Software
Topic: Question regarding level detector and dynamic compressor
Replies: 1
Views: 2028

Question regarding level detector and dynamic compressor

I was looking over the C++ class for the level detector. Is the level detector used across many of the plugins in MHA (such as the dynamic compressor)? Or is it specifically only used in the visual level meter?
by shaikath
Wed Oct 28, 2020 5:16 pm
Forum: Connect openMHA to Matlab
Topic: Issue with mha_get(mha,'nchannels_in')
Replies: 5
Views: 5698

Re: Issue with mha_get(mha,'nchannels_in')

Do I maybe need to install a specific version of JDK?