PiDTLN icon indicating copy to clipboard operation
PiDTLN copied to clipboard

Apply machine learning model DTLN for noise suppression and acoustic echo cancellation on Raspberry Pi

Results 3 PiDTLN issues
Sort by recently updated
recently updated
newest added

Hi there, The current code works great when using a single channel audio input, but when the channel is set to 2 the code throws an error ``` Exception ignored...

Just been having a look again, hows you. PS on restart with AEC_MP prob needs ``` rm /dev/shm/in_lpb rm /dev/shm/est_block rm /dev/shm/out_block ``` As the shm leaves the mount points

hello, when I try in c++ project to infer the Quantized models,I find it is slower than original float32 models. why is it?