Search found 12 matches
- Tue Apr 16, 2024 4:44 pm
- Forum: The Portable Hearing Laboratory (PHL)
- Topic: Directional Beamforming
- Replies: 1
- Views: 12231
Directional Beamforming
Hi, I would like to implement a beam former for a real-time application, with minimum delay as possible. It doesn't need to be estimating the direction of arrival, or adaptive. I am fine with fixing the steering direction. Could you please help me with the configurations? I am a little bit confused ...
- Fri Jul 14, 2023 8:10 pm
- Forum: The Portable Hearing Laboratory (PHL)
- Topic: Feedback Suppression
- Replies: 1
- Views: 13099
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...
- Tue Mar 14, 2023 9:44 pm
- Forum: The Portable Hearing Laboratory (PHL)
- Topic: Time and Calender Settings
- Replies: 4
- Views: 20775
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 ?
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 ?
- Tue Feb 07, 2023 10:35 pm
- Forum: Software
- Topic: playing a wav file from BTE headset
- Replies: 2
- Views: 16176
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]...
- Tue Feb 07, 2023 12:10 am
- Forum: Software
- Topic: playing a wav file from BTE headset
- Replies: 2
- Views: 16176
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...
- Sat Jan 21, 2023 1:09 am
- Forum: Software
- Topic: Serving React App with node-red
- Replies: 2
- Views: 17013
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...
- Tue Nov 23, 2021 1:48 am
- Forum: User Applications
- Topic: ?read:.. command starts automatically
- Replies: 2
- Views: 15779
Re: ?read:.. command starts automatically
Thanks a lot!
- Sun Nov 14, 2021 2:39 am
- Forum: User Applications
- Topic: ?read:.. command starts automatically
- Replies: 2
- Views: 15779
?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 ...
- Thu Nov 11, 2021 3:44 am
- Forum: Software
- Topic: mha startup in Mahalia
- Replies: 13
- Views: 51401
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!
Thanks a lot!
- Wed Nov 10, 2021 3:25 am
- Forum: Software
- Topic: mha startup in Mahalia
- Replies: 13
- Views: 51401
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 ...