Search found 4 matches

by yansx
Wed May 14, 2025 7:41 am
Forum: Software
Topic: Two-way communication with batandcat and PC
Replies: 5
Views: 5806

Re: Two-way communication with batandcat and PC

I'm not very familiar with osc unfortunately. Glad to hear it's working for you though. The altplugs plugin is very useful. It's a way to choose between different plugins. One common use is to turn off an algorithm by substituting the 'identity' plugin. For example if you have a bunch of algorithms...
by yansx
Tue May 06, 2025 9:08 am
Forum: The Portable Hearing Laboratory (PHL)
Topic: Directional Beamforming
Replies: 4
Views: 32061

Re: Directional Beamforming

Bertan, The 'adm' plugin is a standard directional algorithm used in the industry. No HRTFs involved. It's used with the 'decomb' plugin to equalize the low frequency rolloff that naturally happens with directional microphones. I'm adding this algorithm to the example program you've been using. I'l...
by yansx
Mon May 05, 2025 9:48 am
Forum: Software
Topic: Two-way communication with batandcat and PC
Replies: 5
Views: 5806

Re: Two-way communication with batandcat and PC

What data do you want to transfer between the PHL and PC? If it's realtime audio data that would be difficult. If it's parameters from the algorithm that's very possible. Nick Thanks for the reply, I have tried using osc to communicate back and forth between the hearing aid and pc, and it has been ...
by yansx
Tue Apr 22, 2025 2:35 pm
Forum: Software
Topic: Two-way communication with batandcat and PC
Replies: 5
Views: 5806

Two-way communication with batandcat and PC

-- Hey, I am trying to exchange information between batandcat hearing aid and PC. Communication Data include direction from localizer-steering-beamformer example, which means a vector stream back and forth between these two-device based on IP 10.0.0.1. 1) I guess lsl is not a suitable format for tra...