You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using the 6-mic circular array with Picovoice as described here: https://github.com/Picovoice/picovoice/blob/master/demo/nodejs/mic.js - works pretty well already. However, especially when playing music at the same time, it does not always. I assume Picovoice cannot handle eight channels, so to utilize the full performance of Respeaker, respeakerd would be required?
Your documentation states that "Librespeaker is an audio processing library which can perform noise suppression, direction of arrival calculation, beamforming, hotword searching" - it seems like that would help me (except for the hotword searching that is done by Picovoice itself). I guess I need noise suppression / beamforming before the audio is sent to Picovoice.
How can I use librespeaker/respeakerd together with Picovoice? I tried using respeaker and then use node-audioworklet to read from pulse and send it to Picovoice, but I did not get it to work.
The text was updated successfully, but these errors were encountered:
Hi,
I am currently using the 6-mic circular array with Picovoice as described here: https://github.com/Picovoice/picovoice/blob/master/demo/nodejs/mic.js - works pretty well already. However, especially when playing music at the same time, it does not always. I assume Picovoice cannot handle eight channels, so to utilize the full performance of Respeaker, respeakerd would be required?
Your documentation states that "Librespeaker is an audio processing library which can perform noise suppression, direction of arrival calculation, beamforming, hotword searching" - it seems like that would help me (except for the hotword searching that is done by Picovoice itself). I guess I need noise suppression / beamforming before the audio is sent to Picovoice.
How can I use librespeaker/respeakerd together with Picovoice? I tried using respeaker and then use node-audioworklet to read from pulse and send it to Picovoice, but I did not get it to work.
The text was updated successfully, but these errors were encountered: