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
Describe the bug
the nui_mic_remap is idle as there is no one listening to it and nui_mic_denoised_out.monitor goes to suspend state after timeout.
Would like to understand what configuration is needed to comment pulseaudio with echo cancel module to noisetorch.
Would like to understand if the connections I am doing is wrong or it's something to do with sampling frequency.
I am using Yocto Project Poky to build Linux and running on AM62xx TI processor which is ARM64. I am using Pulseaudio 13.0 version and downloaded noisetorch here and built on the hardware as per the documentation.
To Reproduce
Steps to reproduce the behavior:
Started Pulseaudio
Running noisetorch with following command
2a. '/home/root/noisetorch-build/NoiseTorch/bin/noisetorch -log -i -s "echoCancel_source" -t 60'
Describe the bug
the nui_mic_remap is idle as there is no one listening to it and nui_mic_denoised_out.monitor goes to suspend state after timeout.
Would like to understand what configuration is needed to comment pulseaudio with echo cancel module to noisetorch.
Would like to understand if the connections I am doing is wrong or it's something to do with sampling frequency.
I am using Yocto Project Poky to build Linux and running on AM62xx TI processor which is ARM64. I am using Pulseaudio 13.0 version and downloaded noisetorch here and built on the hardware as per the documentation.
To Reproduce
Steps to reproduce the behavior:
2a. '/home/root/noisetorch-build/NoiseTorch/bin/noisetorch -log -i -s "echoCancel_source" -t 60'
0 alsa_output.platform-soundcard.stereo-fallback.monitor module-alsa-card.c s16le 2ch 44100Hz IDLE
1 alsa_input.platform-soundcard.stereo-fallback module-alsa-card.c s16le 2ch 44100Hz RUNNING
2 echoCancel_source module-echo-cancel.c float32le 2ch 32000Hz RUNNING
3 echoCancel_sink.monitor module-echo-cancel.c float32le 2ch 32000Hz IDLE
4 nui_mic_denoised_out.monitor module-null-sink.c s16le 2ch 48000Hz RUNNING
5 nui_mic_raw_in.monitor module-ladspa-sink.c float32le 2ch 48000Hz IDLE
6 nui_mic_remap module-remap-source.c s16le 2ch 48000Hz IDLE
0 alsa_output.platform-soundcard.stereo-fallback module-alsa-card.c s16le 2ch 44100Hz RUNNING
1 echoCancel_sink module-echo-cancel.c float32le 2ch 32000Hz RUNNING
2 nui_mic_denoised_out module-null-sink.c s16le 2ch 48000Hz RUNNING
3 nui_mic_raw_in module-ladspa-sink.c float32le 2ch 48000Hz RUNNING
Expected behavior
Was hoping 'nui_mic_remap' to be running.
Logs
If applicable, add the link to a pastebin with the output of
noisetorch -log
andpactl list short
.pulseaudiolog.txt
Desktop (please complete the following information):
Distribution [e.g. Ubuntu 22.04, Arch]: Linux am62xx-evm 5.10.168-g2c23e6c538 NoiseTorch sometimes fails to load into PulseAudio when running as a snap #1 SMP PREEMPT Thu Jul 13 09:33:25 PDT 2023 aarch64 aarch64 aarch64 GNU/Linux
Pulseaudio/Pipewire Version: $ pulseaudio --version
pulseaudio 13.0
NoiseTorch-ng Version [e.g. v0.12.0]: 0.12.0
Additional context
This is an embedded system and we don't have any display for this system. So not using any X11 or similar.
Thanks
The text was updated successfully, but these errors were encountered: