-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I record the sound only in fixed direction? #158
Comments
Hey there! Yes you can do this: First set this flag in the config file in the sst block:
And then set the following variable, where (x,y,z) should take the value of the normalized direction of your target (e.g. it could be say x = 1.0, y=0.0, and z=0.0):
Hope this helps! |
This is very useful! I have another question, what does the "ss","ms" mean in the "post-filtered", and also the "dds","dgss" in "separated"? |
|
I think like I have similar issue. |
@FrancoisGrondin Can you also achieve spatial filtering using:
?? |
Also, is there a way of using the C API rather than using the configuration file. |
hi, I have a usb 4 mic array(ReSpeaker_Mic_Array_v2.0).
The situation is: I want record(enhance) the voice in the range 0° to 10° or 0° to 90° or a specific direction, and reduce the noise from other direction.
I have try the postfiltered sss,it is good in some situation, but it is dynamic tracking the sound, instead of one specific direction.
Could you give me some hint? (like change the .cfg file or how to modify the code like force give a x,y,z as a src for separation the voice)
Thanks!
The text was updated successfully, but these errors were encountered: