introlab / odas

ODAS: Open embeddeD Audition System
MIT License
780 stars 248 forks source link

Use the C API to do beamforming #208

Open pfeatherstone opened 4 years ago

pfeatherstone commented 4 years ago

Is there a way of using the C API to do beamforming in a given direction? Ideally i would like to specify euler angles or quaternions and extract the filtered audio in that direction, using the C api. Or do you have to use the configuration file? I can't get it to work.

pfeatherstone commented 4 years ago

Maybe the better term is doing spatial/angular filtering given azimuth and elevation. Using the C api

pfeatherstone commented 4 years ago

@FrancoisGrondin is this possible

apcr1234 commented 2 years ago

Hello, I have the same purpose for ODAS, did you manage to make it work? And get the filtered audio of a specific area at angles?