noise suppression with librespeaker in RespeakerCorev2

Is it possible to run out of memory? It seems like the most probable cause bad_array_new_length.

<LINK_TEXT text=“http://en.cppreference.com/w/cpp/memory … new_length”>http://en.cppreference.com/w/cpp/memory/new/bad_array_new_length</LINK_TEXT>

Hi,

I confirm the checksum



md5sum librespeaker_2.0.1-build181017_armhf.deb

b98d4bc263215f28162ff2c9a2df182b librespeaker_2.0.1-build181017_armhf.deb



It seems to me strange that this is a memory problem.

This same examples war running properly with the previous bugged version.

I will double check also this by the way.

Is it working in your respeakerCore?

Yes, it is working on my core v2.

You can try the following main_vep_nr_test built on my Respeaker Core V2.

</s>respeaker@v2:~/test_nr/src$ uname -a Linux v2 4.4.138-respeaker-r0 #2 SMP Wed Jul 25 11:29:18 CST 2018 armv7l GNU/Linux<e>
main_vep_nr_test.zip (8.75 KB)

uname -a returns the same output of yours.



the file you attached is returning the same error.



I’ve tried to reflash the SD card, reinstall only librespeaker and its dependencies and then run again but I still get the same error.



Any other idea?

Hi Cinettoa,



I have also tried to reflash the SD card. I installed librespeaker-2.0.0 and pulseaudio, copy common.res and alexa.umdl and “main_vep_nr_test” I built before, then reboot. After reboot, of course main_vep_nr_test was able to run, but it just could not wake up because I were using librespeaker-2.0.0. Then I installed librespeaker-2.0.1 and made a symbolic link to “librespeaker.so.2”. After this, my “main_vep_nr_test” worked well.

If these steps don’t help, I suggest you use another faster SD card(eg. class10).

Hi,

I’ve tried step by step you procedura but I still get the same error.

I will buy a faster SD and try again.

It is possible that my feedback will be a little delayed this time.



I have another question related to this library. If you prefer I can open a new issue.



Do you have any guidance or example on how to return the output of the librespeaker audio processing pipeline to a linux device instead of a file?



Thanks for your help!

HI Cinettoa,



Any feedback is welcome!



And please open a new issue of your question;). Can you explain more about your question? Do you mean that you need to process audio stream on ReSpeaker and then send that stream to another Linux device?

Thanks!

I’m going to open a new issue so you can reply me there!

The same problem with “out of the box” example. I’m using new librespeaker_2.0.1 library version

You mean the “bad_array_new_length” problem when using librespeaker_2.0.1 ? Or the “Noise Suppression doesn’t work” problem? Can you provide more information? Thanks!

Noise Suppression doesn’t work



Hi!
I've tried again using a fast sd card (sundisk 128Gb V30 U1 A2) but still the same error.
What about if I create an image of my respeaker core v2 and I send to you for testing?
how can I send you such a big image?

Thanks!

Hi Cinettoa,



You can upload your image to Google Drive. But one more thing need to confirm before that, check if you are using the latest image downloaded from here: <LINK_TEXT text=“https://v2.fangcloud.com/share/7395fd13 … 14&lang=en”>https://v2.fangcloud.com/share/7395fd138a1cab496fd4792fe5?folder_id=188000311814&lang=en</LINK_TEXT>



Thanks.

Hi,

I confirm that I am using the respeaker-debian-9-lxqt-sd-20180801-4gb.img which should be the last.

Tomorrow I upload the image of my sd card and send you the link of my google drive.

Hi, I’ve sent you the google drive link via private messaging.

Please let me know your findings

Hi Jerry,

Do you have any feedback from your testing?

I tried to compile and link the code, but there are references to header files that do not exist in the librespeaker-dev include files, e.g. “vep_doa_kws_node.h”.



If I download the missing header files from searching on the net, it compiles but does not link:



/tmp/ccaZ9AuP.o: In function main':<br/> main_vep_nr_test.cc:(.text+0x482): undefined reference to respeaker::VepAecBeamformingNode::Create(int, bool)’

main_vep_nr_test.cc:(.text+0x504): undefined reference to `respeaker::VepDoaKwsNode::Create(std::__cxx11::basic_string<char, std::char_traits, std::allocator >, std::__cxx11::basic_string<char, std::char_traits, std::allocator >, std::__cxx11::basic_string<char, std::char_traits, std::allocator >, int, bool, bool)’

collect2: error: ld returned 1 exit status



librespeaker Version: 2.1.1-build181119

Hi,

I’ve seen the new release 2.1.1 and I’ve tried to compile the new examples. It seems that the librespeaker-dev package doesn’t install the header files. So I’ve downloaded them (from librespeaker website one by one with copy and paste…)

then put respeaker.h in /usr/include/respeaker/

and all the other headers in /usr/include/respeaker/chain_nodes .



Then you need to modify the examples because they contain the wrong path to the various models for hotwords (librespeaker package actually install those models but the examples contains a wrong path).



Then you can compile with g++ as usual.



However I would like to say that it is pretty disappointing that nobody from Respeaker is following this forum since one month.

Hi Cinettoa,



I apologize for my late reply. I am very sorry about this.



Does this new librespeaker2.1.1 work on your board?

For the header files problems, I think you have to remove “/usr/local/lib/pkgconfig/respeaker.pc” manually.



Sincere apology,

Jerry

Hi Jerry,

Thanks for your reply.



I’ve just finished to test the new Librespeaker 2.1.1 and seems like the issue for the NS module is fixed.



Thanks for your effort to improve the product.



Now I have to find out the way to send the output to Snips or to another ASR but I guess I have to try out the respeakerd code for this.



If you have any additional suggestion you are more than welcome!