espressif / esp-skainet

Espressif intelligent voice assistant
Other
533 stars 117 forks source link

BSS (Blind Source Separation) (AIS-1280) #105

Open tareqAmen opened 11 months ago

tareqAmen commented 11 months ago

how can i use the BSS (Blind Source Separation) and NS (Noise Suppression in your code, I didn't find anything related to that in the examples. Please help to use these algorithms.

feizi commented 11 months ago

Hi @tareqAmen , BSS and NS are in AFE module. Please refer to AFE docs about how to use them.

tareqAmen commented 11 months ago

Hi @tareqAmen , BSS and NS are in AFE module. Please refer to AFE docs about how to use them.

Thank you for reply, But there are no sources code for BSS or NS

feizi commented 11 months ago

Hi @tareqAmen , BSS and NS are in AFE module. Please refer to AFE docs about how to use them.

Thank you for reply, But there are no sources code for BSS or NS

We don't have open source code for BSS and NS yet

tareqAmen commented 11 months ago

Hi @tareqAmen , BSS and NS are in AFE module. Please refer to AFE docs about how to use them.

Thank you for reply, But there are no sources code for BSS or NS

We don't have open source code for BSS and NS yet

can you help me to build esp32 code make human voice activity detection using esp-skainet framework? In my project, I want to turn on my device when there is only a human voice, so that it is not affected by any other sound, such as the sound of the wind or any other sounds in the environment.

I'm using esp32s3 with inmp441 i2s mic.