Serhii Korol
Serhii Korol
@jmatsushita I faced the same issue while trying to run librespeaker code from within systemd (dedicated service based on this lib). Checking different forums and SO lead me to the...
@helloworldkr check the [project](https://github.com/sskorol/respeaker-websockets) I've created for exactly the same purpose. It streams pre-processed audio chunks from Respeacker Core V2 to the custom ASR engine.
@solidssss I'm not using Rhasspy. But the library I referenced applies AEC, as well as NS, AGC, WWE, etc. Also note that Respeaker doesn't perform any DSP out of the...
@plushpluto I was looking for something similar. Unfortunately, there's no support from maintainers. So I came up with the following [solution](https://github.com/sskorol/respeaker-websockets) so far. It streams pre-processed audio chunks (librespeaker) to...
I added `export LC_ALL=C.UTF-8`. Now it's failing with a new error. Continue googling... :) ```bash [ 0.5848 ] Get Signed section of bct [ 0.5867 ] tegrabct_v2 --brbct br_bct_BR.bct --chip...
The following package installation did the trick: ```bash sudo apt-get install python-is-python3 ``` Waiting for completion... Fingers crossed.
Ok, seems like I'm good to continue: ```bash [ 184]: l4t_flash_from_kernel: Successfully flash the qspi [ 184]: l4t_flash_from_kernel: Flashing success Note: The flash process might have added some nvidia-flash-* connections...
Moved to Jetson and see the following: ```bash EXT4-fs (nvme0n1): VFS: Can't find ext4 filesystem You are in emergency mode. After logging in, type "journalctl -xb" to view system logs,...
In logs I see the following: 
I ran the process again. Reached the point where I need to switch to Xavier. I connected it via hdmi cable to see what's going on there. And there's a...