Search found 11 matches

by bertankursun2
Fri Jul 14, 2023 8:10 pm
Forum: The Portable Hearing Laboratory (PHL)
Topic: Feedback Suppression
Replies: 1
Views: 1582

Feedback Suppression

Hi I am trying to integrate feedback suppression ( afc ) into my config file which is basically doing dynamic compression. I need assistance to better understand what I need do because certain parts in the "example_afc_live.cfg" are not clear to me. 1) This example is implemented with 1-ch...
by bertankursun2
Tue Mar 14, 2023 9:44 pm
Forum: The Portable Hearing Laboratory (PHL)
Topic: Time and Calender Settings
Replies: 4
Views: 2504

Time and Calender Settings

Hi,
I am generating some files using the timestamp but it looks like PHL's calender is wrong. Could you please guide me how to fix it ?
by bertankursun2
Tue Feb 07, 2023 10:35 pm
Forum: Software
Topic: playing a wav file from BTE headset
Replies: 2
Views: 2008

Re: playing a wav file from BTE headset

It works. Thank you very much! I also needed to add the path and channels specifically. This is a piece of code for anyone who checks in the future: nchannels_in = 2 fragsize = 64 srate = 24000 # MHA library name mhalib = transducers mha.calib_in.peaklevel = [65 65] mha.calib_out.peaklevel = [71 71]...
by bertankursun2
Tue Feb 07, 2023 12:10 am
Forum: Software
Topic: playing a wav file from BTE headset
Replies: 2
Views: 2008

playing a wav file from BTE headset

Hi, I am trying to play a wav file before my actual application that will involve dynamic compression plugin. Below you can read my config file: nchannels_in = 2 fragsize = 64 srate = 24000 # MHA library name mhalib = transducers mha.calib_in.peaklevel = [65 65] mha.calib_out.peaklevel = [71 71] # I...
by bertankursun2
Sat Jan 21, 2023 1:09 am
Forum: Software
Topic: Serving React App with node-red
Replies: 2
Views: 2275

Serving React App with node-red

Hello! We're trying to create a GUI to allow the user to interface with the PHL. We want to host the webpage on the device itself. Is there a way to serve a React.js webpage to 10.0.0.1 like the GUI example with node-red? If so, what is the best way to upload the HTML and JS files to the firmware or...
by bertankursun2
Tue Nov 23, 2021 1:48 am
Forum: User Applications
Topic: ?read:.. command starts automatically
Replies: 2
Views: 2129

Re: ?read:.. command starts automatically

Thanks a lot!
by bertankursun2
Sun Nov 14, 2021 2:39 am
Forum: User Applications
Topic: ?read:.. command starts automatically
Replies: 2
Views: 2129

?read:.. command starts automatically

Hi, I am not having a major error but there is an unexpected behavior(for me) with the application. Could anyone tell me what is going on and how can I fix it? I am testing with gain_live_getting_started.cfg with Fs = 32000 and the output channels are edited. So I am connected to PHL via wifi and I ...
by bertankursun2
Thu Nov 11, 2021 3:44 am
Forum: Software
Topic: mha startup in Mahalia
Replies: 13
Views: 6962

Re: mha startup in Mahalia

I have changed the output channels in the .cfg file with playback_3 and playback_7 . Works fantastic!
Thanks a lot!
by bertankursun2
Wed Nov 10, 2021 3:25 am
Forum: Software
Topic: mha startup in Mahalia
Replies: 13
Views: 6962

Re: mha startup in Mahalia

Hi all, I have arrived this thread after having the same errors and then I followed your path until I arrived to a point which I could not be sure how to interpret. I have edited the config file so mha is not initialized at start I have changed gain_live_getting_started.cfg file with new Fs 32k and ...
by bertankursun2
Tue Nov 09, 2021 10:00 pm
Forum: User Applications
Topic: Unable to read .cfg files
Replies: 5
Views: 2705

Re: Unable to read .cfg files

Thanks for your quick response! I could confirm that the file is where you have suggested from the mahalia terminal: mha@mahalia:~$ cd /home/mha/trial mha@mahalia:~/trial$ ls gain_live_getting_started.cfg Unfortunately, it did not work in the mha terminal. ?read:mha@mahalia:/home/mha/trial/gain_live...