Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add simple AGC #213

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Add simple AGC #213

wants to merge 8 commits into from

Conversation

Rikorose
Copy link
Owner

Closes #191

@Rikorose
Copy link
Owner Author

@StuartIanNaylor can you try it out and give some feedback?

@StuartIanNaylor
Copy link

Will do, I will edit this with results

@StuartIanNaylor
Copy link

StuartIanNaylor commented Dec 14, 2022

Apols Hendrik but my lack of knowledge but from the feat_agc branch I get from build --profile=release-lto -p deep-filter-ladspa or build --profile=release -p deep-filter-ladspa

warning: unreachable expression
   --> ladspa/src/lib.rs:102:42
    |
102 |                     DfControl::AgcRms => !unimplemented!("Compiled without AGC support."),
    |                                          ^-----------------------------------------------
    |                                          ||
    |                                          |any code following this expression is unreachable
    |                                          unreachable expression
    |
    = note: `#[warn(unreachable_code)]` on by default

@Rikorose
Copy link
Owner Author

Rikorose commented Dec 14, 2022 via email

@StuartIanNaylor
Copy link

StuartIanNaylor commented Dec 14, 2022

--features=agc still much larger 33mb+ vs 24mb+ of the release, does it need stripping?

The plugin runs is there now a control level for the AGC as struggling to notice much difference

Also noticed it nows logs just :Warn which is great

https://imgur.com/a/mmps2W4

@Rikorose
Copy link
Owner Author

does it need stripping?

Yes, you can do so also by using a profile for that: --profile=release-lto instead of --release.

The plugin runs is there now a control level for the AGC as struggling to notice much difference

Yes see 59b64d4.

@StuartIanNaylor
Copy link

Yeah --profile=release-lto solves that and also the level seems to be amplitude not RMS which is also great as RMS is harder to visualise.
I am not sure as think this might be observer bias as I am sat with headphones now listening and focusing as you always had to give a little time for the filter to catch up but is it occasionally dropping more frames now as we have a little more load or is it observer bias now I am focusing more?
I am thinking its observer bias but though I would mention.

I wish I could help with the coding but as you have found out compiling is a struggle even though with your help I am now much more conversant with cargo, which is great.

I spent a little time spamming https://github.com/Rikorose/DeepFilterNet/ as maybe more interested parties might get involved and help with some of the heavy lifting of splitting the ERB/DF decoder as that really would be the icing on the cake.

Its a thing of beauty Hendrik you have created and even though I haven't tried is DeepFilterNet2 still a work in progress?

@Rikorose
Copy link
Owner Author

is DeepFilterNet2 still a work in progress?

This model was released earlier this year and is integrated into this framework.

@StuartIanNaylor
Copy link

StuartIanNaylor commented Dec 15, 2022

@Rikorose Hendrik there is a problem somewhere with the AGC.

If you have high noise say play some music on speaker close by then with no AGC the filter works fine, but with AGC the majority of frames are skipped.
Is there a possibility on high SNR the return value is overflowing or a divide by zero or something?

@Rikorose
Copy link
Owner Author

Can you elaborate on that? What do you mean with the majority of frames are skipped? Overflow should not be possible, or at least will cause an error due to rust.

@StuartIanNaylor
Copy link

The voice that should be there is gone apart from fragments, you need to up the the SNR high and with AGC for some reason the voice will start to vanish whilst without agc the filter works perfect with high SNR.
I will do a few tests and show

@Rikorose
Copy link
Owner Author

To be sure, you mean little noise with high SNR?

Also, could you run with RUST_LOG=TRACE and send me the log with an indication where this effect is happening.

@StuartIanNaylor
Copy link

StuartIanNaylor commented Dec 15, 2022

Lows low SNR I mean or high db noise

https://imgur.com/gallery/qnjGwLP

Top agc off bottom agc on

pcm.ladspadf {
    type ladspa
    slave.pcm "plughw:3,0";
    path "/usr/lib/ladspa";
    plugins [{
        label deep_filter_mono
        input {
            controls [ 84 0.5 ]
        }
    }]
}
pcm.ladspadf {
    type ladspa
    slave.pcm "plughw:3,0";
    path "/usr/lib/ladspa";
    plugins [{
        label deep_filter_mono
        input {
            controls [ 84 ]
        }
    }]
}

It was same song just playing close to mic with same constant voice input and the bottom dunno if clear but think you can see how its dropping voice frames with AGC.

@Rikorose
Copy link
Owner Author

Hm that is strange, AGC should not affect noise reduction. What rms did you use?

@StuartIanNaylor
Copy link

StuartIanNaylor commented Dec 15, 2022

logs
2022-12-15T19:55:05.564Z | INFO |  df::tract | Init DF decoder with delay: 0
2022-12-15T19:55:05.573Z | INFO |  df::tract | Running with model type deepfilternet3 lookahead 2
2022-12-15T19:55:05.573Z | INFO |  deep_filter_ladspa | DF 071ec463c973 | Initialized plugin in 176.4ms
2022-12-15T19:55:05.573Z | INFO |  deep_filter_ladspa | DF 071ec463c973 | activate
2022-12-15T19:55:05.699Z | INFO |  deep_filter_ladspa | DF 071ec463c973 | Setting 'Attenuation Limit (dB)' to 84
2022-12-15T19:55:05.699Z | INFO |  deep_filter_ladspa | DF 071ec463c973 | Setting 'Min processing threshold (dB)' to 0.5
2022-12-15T19:55:05.699Z | INFO |  deep_filter_ladspa | DF 071ec463c973 | Setting 'Max ERB processing threshold (dB)' to 35
2022-12-15T19:55:05.699Z | INFO |  deep_filter_ladspa | DF 071ec463c973 | Setting 'Max DF processing threshold (dB)' to 22.5
2022-12-15T19:55:05.699Z | DEBUG |  df::tract | Setting attenuation limit to 84.0 dB
2022-12-15T19:55:05.700Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.7, Processing time:  0.7ms, RTF: 0.07
2022-12-15T19:55:05.700Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.6, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:05.701Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.5, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:05.701Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.9, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:05.702Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.9, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:05.702Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.8, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:05.702Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.5, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:05.703Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -13.6, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:05.703Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.3, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:05.704Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -2.4, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:05.704Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.1, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:05.704Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -1.8, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:05.707Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -0.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:05.826Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -1.9, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:05.826Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.7, Processing time:  0.6ms, RTF: 0.06
2022-12-15T19:55:05.827Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.3, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:05.827Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.6, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:05.827Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.8, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:05.827Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:05.828Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:05.828Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:05.828Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.1, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:05.829Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -13.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:05.829Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.4, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:05.830Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.6, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:05.950Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.7, Processing time:  0.7ms, RTF: 0.07
2022-12-15T19:55:05.951Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:05.951Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.9, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:05.951Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:05.952Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:05.952Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:05.953Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:05.953Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:05.953Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:05.954Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:05.954Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:05.954Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:05.957Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:06.075Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:06.075Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:06.076Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:06.076Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:06.077Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.8, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:06.077Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.6, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:06.078Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.8, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.078Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.3, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:06.078Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.4, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:06.079Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.5, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:06.079Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.9, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.079Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.1, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:06.200Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -13.6, Processing time:  0.6ms, RTF: 0.06
2022-12-15T19:55:06.200Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -13.2, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.201Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.1, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:06.201Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.9, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:06.201Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.202Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.202Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.202Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:06.203Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.203Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:06.203Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:06.204Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:06.206Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:06.325Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:06.325Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:06.326Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.326Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.326Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.326Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.327Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.327Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.327Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.8, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.328Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.8, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.328Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.5, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.328Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -13.9, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.451Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -13.3, Processing time:  0.7ms, RTF: 0.07
2022-12-15T19:55:06.452Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.1, Processing time:  0.7ms, RTF: 0.07
2022-12-15T19:55:06.452Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.7, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:06.453Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.2, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:06.453Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.1, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.454Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.7, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:06.454Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.3, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:06.454Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.8, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.455Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:06.455Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.455Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:06.455Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:06.458Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.576Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.6ms, RTF: 0.06
2022-12-15T19:55:06.577Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.9, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:06.577Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.6ms, RTF: 0.06
2022-12-15T19:55:06.578Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:06.578Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -13.6, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.578Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.8, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.579Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.1, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:06.579Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.2, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:06.580Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.1, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:06.580Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.5, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:06.580Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -2.9, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.581Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -2.2, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.700Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -1.2, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:06.700Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -2.6, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:06.700Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -1.1, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.702Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   1.0, Processing time:  1.4ms, RTF: 0.14
2022-12-15T19:55:06.703Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   3.1, Processing time:  1.0ms, RTF: 0.10
2022-12-15T19:55:06.704Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   3.1, Processing time:  1.6ms, RTF: 0.16
2022-12-15T19:55:06.705Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.3, Processing time:  0.7ms, RTF: 0.07
2022-12-15T19:55:06.705Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.9, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:06.706Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -13.7, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:06.706Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.1, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:06.707Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.0, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:06.707Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.712Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -1.0, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:06.827Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   2.5, Processing time:  1.5ms, RTF: 0.15
2022-12-15T19:55:06.828Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   3.1, Processing time:  1.5ms, RTF: 0.15
2022-12-15T19:55:06.830Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   4.0, Processing time:  1.5ms, RTF: 0.15
2022-12-15T19:55:06.831Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   3.8, Processing time:  1.4ms, RTF: 0.14
2022-12-15T19:55:06.832Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   3.6, Processing time:  1.3ms, RTF: 0.13
2022-12-15T19:55:06.834Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   4.7, Processing time:  1.5ms, RTF: 0.15
2022-12-15T19:55:06.835Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   4.4, Processing time:  1.4ms, RTF: 0.14
2022-12-15T19:55:06.837Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   0.8, Processing time:  1.6ms, RTF: 0.16
2022-12-15T19:55:06.839Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   1.2, Processing time:  1.5ms, RTF: 0.15
2022-12-15T19:55:06.840Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   5.4, Processing time:  1.3ms, RTF: 0.13
2022-12-15T19:55:06.841Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   6.8, Processing time:  1.5ms, RTF: 0.15
2022-12-15T19:55:06.843Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   4.2, Processing time:  1.2ms, RTF: 0.12
2022-12-15T19:55:06.846Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   4.6, Processing time:  1.4ms, RTF: 0.14
2022-12-15T19:55:06.847Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   5.4, Processing time:  1.2ms, RTF: 0.12
2022-12-15T19:55:06.952Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   1.1, Processing time:  1.2ms, RTF: 0.12
2022-12-15T19:55:06.952Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -0.1, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:06.953Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   0.1, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:06.953Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -0.5, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:06.953Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -1.3, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.953Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -1.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.954Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   0.6, Processing time:  1.0ms, RTF: 0.10
2022-12-15T19:55:06.955Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -0.7, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.955Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.4, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.955Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:06.958Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.8, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:07.075Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.3, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:07.075Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.5, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:07.075Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.2, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:07.076Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.6, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:07.076Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.1, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:07.076Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.9, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:07.077Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.1, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:07.077Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.2, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:07.077Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -0.9, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:07.078Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -0.5, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:07.079Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   1.1, Processing time:  1.2ms, RTF: 0.12
2022-12-15T19:55:07.080Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   0.7, Processing time:  1.5ms, RTF: 0.15
2022-12-15T19:55:07.202Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   1.9, Processing time:  1.6ms, RTF: 0.16
2022-12-15T19:55:07.203Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   3.6, Processing time:  1.5ms, RTF: 0.15
2022-12-15T19:55:07.204Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   5.5, Processing time:  1.2ms, RTF: 0.12
2022-12-15T19:55:07.205Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   6.4, Processing time:  1.1ms, RTF: 0.11
2022-12-15T19:55:07.207Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   4.6, Processing time:  1.2ms, RTF: 0.12
2022-12-15T19:55:07.208Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   4.9, Processing time:  1.0ms, RTF: 0.10
2022-12-15T19:55:07.209Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   6.1, Processing time:  1.0ms, RTF: 0.10
2022-12-15T19:55:07.210Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   5.6, Processing time:  1.2ms, RTF: 0.12
2022-12-15T19:55:07.211Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   4.3, Processing time:  0.9ms, RTF: 0.09
2022-12-15T19:55:07.212Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   3.0, Processing time:  1.0ms, RTF: 0.10
2022-12-15T19:55:07.213Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   2.3, Processing time:  1.3ms, RTF: 0.13
2022-12-15T19:55:07.214Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   1.8, Processing time:  1.3ms, RTF: 0.13
2022-12-15T19:55:07.218Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   2.1, Processing time:  1.3ms, RTF: 0.13
2022-12-15T19:55:07.218Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -1.0, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:07.325Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -2.5, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:07.325Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.8, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:07.326Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.3, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:07.326Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.6, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:07.326Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.0, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:07.326Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.0, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:07.327Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -7.7, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:07.327Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.5, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:07.327Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.8, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:07.327Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.4, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:07.328Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.9, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:07.450Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.4, Processing time:  0.6ms, RTF: 0.06
2022-12-15T19:55:07.451Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -2.7, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:07.452Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   4.6, Processing time:  1.6ms, RTF: 0.16
2022-12-15T19:55:07.453Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   0.4, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:07.453Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.5, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:07.453Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -13.8, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:07.454Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.5, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:07.454Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -13.7, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:07.454Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.5, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:07.456Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   2.1, Processing time:  1.3ms, RTF: 0.13
2022-12-15T19:55:07.457Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   2.2, Processing time:  1.4ms, RTF: 0.14
2022-12-15T19:55:07.458Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   5.2, Processing time:  1.0ms, RTF: 0.10
2022-12-15T19:55:07.462Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   8.1, Processing time:  1.4ms, RTF: 0.14
2022-12-15T19:55:07.577Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   6.1, Processing time:  1.2ms, RTF: 0.12
2022-12-15T19:55:07.578Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   5.7, Processing time:  1.1ms, RTF: 0.11
2022-12-15T19:55:07.579Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   5.9, Processing time:  1.1ms, RTF: 0.11
2022-12-15T19:55:07.580Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   6.5, Processing time:  1.0ms, RTF: 0.10
2022-12-15T19:55:07.581Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   6.7, Processing time:  1.0ms, RTF: 0.10
2022-12-15T19:55:07.582Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   3.2, Processing time:  1.0ms, RTF: 0.10
2022-12-15T19:55:07.582Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -2.9, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:07.583Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.3, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:07.583Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -7.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:07.583Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.4, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:07.584Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.6, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:07.584Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.5, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:07.586Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.9, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:07.701Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.3, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:07.701Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.6, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:07.702Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -2.3, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:07.702Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.2, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:07.702Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -1.1, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:07.702Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.2, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:07.703Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.7, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:07.703Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.1, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:07.703Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.9, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:07.704Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.3, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:07.704Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.5, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:07.706Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.5, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:07.825Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -7.1, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:07.825Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.8, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:07.826Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.5, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:07.826Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -7.1, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:07.826Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.2, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:07.827Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.4, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:07.827Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.3, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:07.828Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.5, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:07.828Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.6, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:07.828Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.3, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:07.829Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -1.7, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:07.829Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.1, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:07.950Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.9, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:07.950Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -2.3, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:07.951Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   1.0, Processing time:  1.0ms, RTF: 0.10
2022-12-15T19:55:07.952Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   1.0, Processing time:  1.0ms, RTF: 0.10
2022-12-15T19:55:07.953Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   2.2, Processing time:  0.9ms, RTF: 0.09
2022-12-15T19:55:07.954Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   1.8, Processing time:  0.9ms, RTF: 0.09
2022-12-15T19:55:07.955Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   1.2, Processing time:  1.1ms, RTF: 0.11
2022-12-15T19:55:07.956Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -0.6, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:07.956Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   0.1, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:07.956Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -0.4, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:07.957Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -0.3, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:07.958Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   0.6, Processing time:  1.5ms, RTF: 0.15
2022-12-15T19:55:07.962Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   1.8, Processing time:  1.4ms, RTF: 0.14
2022-12-15T19:55:08.077Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   0.6, Processing time:  1.3ms, RTF: 0.13
2022-12-15T19:55:08.077Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   0.5, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:08.078Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   1.1, Processing time:  1.3ms, RTF: 0.13
2022-12-15T19:55:08.080Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   0.7, Processing time:  1.4ms, RTF: 0.14
2022-12-15T19:55:08.080Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -1.0, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:08.081Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -1.9, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:08.081Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -0.7, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:08.082Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.2, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.082Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.3, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.083Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.1, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.083Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -7.1, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.083Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.1, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.086Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.6, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.200Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -13.6, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:08.200Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.201Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.9, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:08.201Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.202Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.3, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:08.202Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.1, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:08.202Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.4, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:08.203Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.3, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:08.203Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.4, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:08.203Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.5, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:08.203Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.7, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:08.206Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -7.7, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:08.325Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.3, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:08.325Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.7, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.326Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.3, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.326Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.4, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:08.326Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.6, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:08.327Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.6, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:08.327Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.2, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:08.327Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.5, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:08.328Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.328Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.3, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:08.329Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.2, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.329Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.2, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.451Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.5, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:08.452Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.452Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -2.8, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.453Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.1, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.453Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -2.9, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:08.453Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -0.6, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.454Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   0.1, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.454Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -0.7, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:08.454Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -1.1, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:08.455Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   0.1, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.455Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -2.3, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.456Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.4, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:08.458Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.8, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.575Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.5, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:08.575Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.2, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.575Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.4, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:08.576Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.3, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:08.576Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.1, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:08.577Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   2.2, Processing time:  1.1ms, RTF: 0.11
2022-12-15T19:55:08.578Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   3.6, Processing time:  1.1ms, RTF: 0.11
2022-12-15T19:55:08.580Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   4.3, Processing time:  1.3ms, RTF: 0.13
2022-12-15T19:55:08.581Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   5.8, Processing time:  1.5ms, RTF: 0.15
2022-12-15T19:55:08.583Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   3.5, Processing time:  1.8ms, RTF: 0.18
2022-12-15T19:55:08.584Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   2.8, Processing time:  1.3ms, RTF: 0.13
2022-12-15T19:55:08.586Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   2.0, Processing time:  1.5ms, RTF: 0.15
2022-12-15T19:55:08.588Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -1.3, Processing time:  0.6ms, RTF: 0.06
2022-12-15T19:55:08.701Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.0, Processing time:  0.7ms, RTF: 0.07
2022-12-15T19:55:08.701Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -0.2, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:08.702Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   0.5, Processing time:  1.0ms, RTF: 0.10
2022-12-15T19:55:08.702Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -2.4, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:08.703Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.3, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.703Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.5, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:08.703Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.8, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:08.704Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.2, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:08.704Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.7, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:08.704Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.2, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:08.705Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:08.707Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.4, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.825Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.6, Processing time:  0.6ms, RTF: 0.06
2022-12-15T19:55:08.826Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.1, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.826Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.7, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:08.826Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.8, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:08.826Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.2, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:08.827Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:08.827Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -13.4, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:08.827Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.1, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.828Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.1, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.828Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.829Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -13.6, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:08.829Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.5, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.950Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.7, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.950Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -7.4, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:08.952Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   1.1, Processing time:  1.1ms, RTF: 0.11
2022-12-15T19:55:08.953Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   1.3, Processing time:  1.1ms, RTF: 0.11
2022-12-15T19:55:08.954Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   2.1, Processing time:  1.1ms, RTF: 0.11
2022-12-15T19:55:08.955Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   2.3, Processing time:  1.1ms, RTF: 0.11
2022-12-15T19:55:08.957Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   1.4, Processing time:  1.8ms, RTF: 0.18
2022-12-15T19:55:08.957Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -0.6, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.957Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.4, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.958Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -2.8, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:08.958Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -2.7, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.959Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -2.7, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:08.961Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.1, Processing time:  0.7ms, RTF: 0.07
2022-12-15T19:55:09.075Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.5, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.076Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.6, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.076Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.9, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.076Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.077Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -13.7, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.077Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.8, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.078Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -7.9, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.078Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.9, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.078Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.1, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:09.078Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -2.9, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:09.079Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   0.4, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.079Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   0.2, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.200Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -1.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.200Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -2.3, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.200Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -2.8, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.201Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.201Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.2, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.201Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.1, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:09.201Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.6, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:09.202Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.2, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:09.202Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.3, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.202Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.9, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.203Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.2, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.203Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.3, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.206Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.3, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:09.327Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.1, Processing time:  0.6ms, RTF: 0.06
2022-12-15T19:55:09.327Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.9, Processing time:  0.6ms, RTF: 0.06
2022-12-15T19:55:09.328Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.4, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.328Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.8, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.328Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.5, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.329Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.4, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.329Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -7.1, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.329Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -7.7, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.330Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.2, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.330Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.8, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.330Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.2, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.331Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.2, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.451Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.6, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:09.451Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.2, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.452Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.7, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.452Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.6, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.453Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.9, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.453Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.1, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.453Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -7.6, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.454Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -1.2, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.455Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   4.5, Processing time:  1.3ms, RTF: 0.13
2022-12-15T19:55:09.456Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   7.2, Processing time:  1.4ms, RTF: 0.14
2022-12-15T19:55:09.458Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   7.4, Processing time:  1.4ms, RTF: 0.14
2022-12-15T19:55:09.459Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   7.2, Processing time:  1.3ms, RTF: 0.13
2022-12-15T19:55:09.463Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   6.9, Processing time:  1.5ms, RTF: 0.15
2022-12-15T19:55:09.577Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   6.0, Processing time:  1.7ms, RTF: 0.17
2022-12-15T19:55:09.578Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   4.6, Processing time:  1.3ms, RTF: 0.13
2022-12-15T19:55:09.579Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   4.5, Processing time:  1.4ms, RTF: 0.14
2022-12-15T19:55:09.580Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   4.5, Processing time:  1.0ms, RTF: 0.10
2022-12-15T19:55:09.582Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   3.1, Processing time:  1.4ms, RTF: 0.14
2022-12-15T19:55:09.582Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -0.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.583Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.3, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.583Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.3, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.583Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.0, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:09.584Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.9, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.584Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.8, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:09.584Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.3, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:09.589Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.1, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:09.701Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.701Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.5, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.701Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.9, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.702Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -13.5, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.702Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -7.3, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:09.702Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.0, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:09.702Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.0, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:09.703Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.9, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:09.703Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.5, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:09.703Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.7, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.704Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.6, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.706Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.2, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.826Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.2, Processing time:  0.6ms, RTF: 0.06
2022-12-15T19:55:09.827Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.4, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.827Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -13.8, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.827Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.6, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.827Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.3, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.828Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.7, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.828Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.5, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.828Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.5, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.829Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.2, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.829Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.6, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.830Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.6, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.830Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.6, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.950Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.951Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:09.951Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.952Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.9, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.952Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -13.4, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:09.952Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -13.1, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.953Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.3, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.953Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.3, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:09.954Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -7.9, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:09.954Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.1, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.954Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.2, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.954Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -13.8, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:09.957Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.5, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:10.075Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -13.2, Processing time:  0.7ms, RTF: 0.07
2022-12-15T19:55:10.076Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.8, Processing time:  0.6ms, RTF: 0.06
2022-12-15T19:55:10.077Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.9, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.077Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.9, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:10.078Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -13.2, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:10.078Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.1, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.078Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.2, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.079Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -0.1, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:10.079Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.6, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:10.080Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.7, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:10.080Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.7, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:10.080Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.9, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:10.200Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.4, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:10.200Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.2, Processing time:  0.6ms, RTF: 0.06
2022-12-15T19:55:10.201Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.2, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.201Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.4, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.201Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.9, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:10.202Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.2, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:10.202Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.6, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:10.203Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.8, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.203Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -7.6, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.203Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.5, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.204Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -7.4, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.204Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.3, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:10.207Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.7, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.325Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.5, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:10.325Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.9, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.325Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.7, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:10.326Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:10.326Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:10.326Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:10.327Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:10.327Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.9, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:10.327Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.1, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.328Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -7.3, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.328Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.1, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:10.329Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.8, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.451Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.5, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:10.452Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.8, Processing time:  0.7ms, RTF: 0.07
2022-12-15T19:55:10.452Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.3, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:10.452Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.2, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:10.452Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -2.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:10.454Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   0.8, Processing time:  1.2ms, RTF: 0.12
2022-12-15T19:55:10.455Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   1.4, Processing time:  1.2ms, RTF: 0.12
2022-12-15T19:55:10.456Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   0.5, Processing time:  1.2ms, RTF: 0.12
2022-12-15T19:55:10.456Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -0.9, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:10.457Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.7, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.457Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.4, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.458Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.4, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.460Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -1.2, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.575Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -1.7, Processing time:  0.6ms, RTF: 0.06
2022-12-15T19:55:10.575Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -0.6, Processing time:  0.7ms, RTF: 0.07
2022-12-15T19:55:10.576Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   0.3, Processing time:  0.6ms, RTF: 0.06
2022-12-15T19:55:10.576Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -2.4, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:10.577Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.9, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.577Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.8, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.578Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.1, Processing time:  0.6ms, RTF: 0.06
2022-12-15T19:55:10.578Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.2, Processing time:  0.6ms, RTF: 0.06
2022-12-15T19:55:10.579Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.0, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:10.580Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.9, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:10.580Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.580Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.1, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.701Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.7, Processing time:  0.6ms, RTF: 0.06
2022-12-15T19:55:10.701Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.3, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.702Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:10.702Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.5, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:10.702Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.5, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:10.702Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.4, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:10.703Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   2.4, Processing time:  1.1ms, RTF: 0.11
2022-12-15T19:55:10.704Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   0.8, Processing time:  1.1ms, RTF: 0.11
2022-12-15T19:55:10.705Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   1.2, Processing time:  1.0ms, RTF: 0.10
2022-12-15T19:55:10.707Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   1.3, Processing time:  1.3ms, RTF: 0.13
2022-12-15T19:55:10.708Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   0.9, Processing time:  1.0ms, RTF: 0.10
2022-12-15T19:55:10.708Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -0.4, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:10.711Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -1.4, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:10.825Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -1.9, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:10.826Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.826Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.9, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.827Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.3, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.827Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.7, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.827Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.4, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.828Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.0, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:10.828Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.829Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -7.5, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.829Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.2, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:10.829Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.5, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:10.829Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.5, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:10.950Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.0, Processing time:  0.7ms, RTF: 0.07
2022-12-15T19:55:10.950Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.3, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:10.951Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.6, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:10.951Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.2, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.952Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -13.4, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.952Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -13.5, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:10.953Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.1, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.953Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.4, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.953Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.9, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.954Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.9, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.954Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.3, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.955Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.5, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:10.957Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.076Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:11.076Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.076Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.8, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.077Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.2, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:11.077Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.5, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:11.077Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:11.078Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.9, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:11.078Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.2, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:11.078Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.4, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:11.079Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.7, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:11.079Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.8, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:11.079Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.6, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:11.200Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.9, Processing time:  0.6ms, RTF: 0.06
2022-12-15T19:55:11.200Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:11.201Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.201Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.201Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.6, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.202Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.8, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:11.202Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.4, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:11.202Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.1, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:11.203Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -7.4, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:11.203Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.8, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:11.203Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.5, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.204Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:11.206Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.4, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:11.326Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.2, Processing time:  0.6ms, RTF: 0.06
2022-12-15T19:55:11.328Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   0.8, Processing time:  1.4ms, RTF: 0.14
2022-12-15T19:55:11.329Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   0.8, Processing time:  1.5ms, RTF: 0.15
2022-12-15T19:55:11.331Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   1.7, Processing time:  1.3ms, RTF: 0.13
2022-12-15T19:55:11.333Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   1.2, Processing time:  1.8ms, RTF: 0.18
2022-12-15T19:55:11.334Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   1.8, Processing time:  1.2ms, RTF: 0.12
2022-12-15T19:55:11.335Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   2.5, Processing time:  1.1ms, RTF: 0.11
2022-12-15T19:55:11.335Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   0.5, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.336Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -0.9, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.336Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -1.5, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.336Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -2.3, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:11.337Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -2.8, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:11.341Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.1, Processing time:  0.6ms, RTF: 0.06
2022-12-15T19:55:11.450Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -1.9, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:11.450Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -1.2, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.451Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -2.6, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:11.451Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -1.8, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:11.451Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.0, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:11.451Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.0, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:11.452Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.8, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:11.452Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.7, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.453Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.7, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.453Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.3, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:11.453Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.9, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:11.456Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:11.576Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.6, Processing time:  0.6ms, RTF: 0.06
2022-12-15T19:55:11.577Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.5, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:11.577Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -7.9, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:11.577Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.3, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:11.578Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.3, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:11.578Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.7, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:11.578Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -7.8, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.579Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.7, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.579Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.6, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:11.580Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.3, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.580Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.2, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.580Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.0, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:11.701Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.3, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:11.701Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.6, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.702Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:11.702Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:11.702Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:11.702Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.8, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:11.703Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.3, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:11.703Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.8, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:11.703Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.2, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:11.704Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.6, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.704Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.6, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:11.704Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.4, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:11.707Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.4, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:11.825Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.9, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:11.826Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -13.0, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:11.826Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.6, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.826Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.9, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.827Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.4, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.827Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.8, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:11.827Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.7, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:11.828Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.4, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:11.828Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.4, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:11.828Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.3, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:11.829Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -0.2, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.830Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   1.4, Processing time:  1.4ms, RTF: 0.14
2022-12-15T19:55:11.952Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   1.0, Processing time:  1.8ms, RTF: 0.18
2022-12-15T19:55:11.952Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   0.2, Processing time:  0.6ms, RTF: 0.06
2022-12-15T19:55:11.953Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.7, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:11.953Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.8, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:11.954Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.3, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.954Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.7, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.954Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.955Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.1, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.955Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.4, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:11.956Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.6, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.956Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.2, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.956Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -6.6, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:11.959Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.5, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:12.076Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.9, Processing time:  0.6ms, RTF: 0.06
2022-12-15T19:55:12.076Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -9.5, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.077Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.6, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.077Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.5, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.077Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.3, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.078Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.3, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.078Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.3, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.078Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -2.4, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.079Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -0.3, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.079Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:   0.2, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.079Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.4, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:12.080Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.8, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.200Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.5, Processing time:  0.6ms, RTF: 0.06
2022-12-15T19:55:12.201Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -7.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.201Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -7.1, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:12.201Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -7.2, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.202Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -7.4, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.202Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -5.9, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.203Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.6, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:12.203Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -7.4, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:12.204Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.4, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.204Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.4, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.204Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -11.2, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.205Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.5, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.207Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -13.2, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.326Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.7, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.326Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.2, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.326Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -12.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.327Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.3, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.327Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.5, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:12.327Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.7, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.327Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.9, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.328Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.328Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.9, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.328Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.8, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:12.329Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.7, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:12.329Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.6, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.450Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.9, Processing time:  0.7ms, RTF: 0.07
2022-12-15T19:55:12.450Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:12.451Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.451Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.451Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.452Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.452Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:12.453Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.453Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.453Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.454Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.454Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.457Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.575Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:12.575Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.576Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.576Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.576Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.577Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.577Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.577Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.578Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.9, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.578Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.578Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.579Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.699Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.700Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.700Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.701Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.701Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.9, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.701Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.9, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:12.702Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:12.702Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:12.702Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.703Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.703Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.703Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:12.705Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.826Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:12.826Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.826Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.827Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.827Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -15.0, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:12.827Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -14.9, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:12.827Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR: -10.1, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:12.828Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -8.4, Processing time:  0.2ms, RTF: 0.02
2022-12-15T19:55:12.828Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -1.1, Processing time:  0.5ms, RTF: 0.05
2022-12-15T19:55:12.829Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -1.1, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.829Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -0.5, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.829Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -1.1, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.950Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -1.4, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.950Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -0.8, Processing time:  0.4ms, RTF: 0.04
2022-12-15T19:55:12.951Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -2.7, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.951Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.2, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.951Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.6, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.951Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.6, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.952Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.3, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.952Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -4.2, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.952Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -2.3, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.952Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -0.5, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.953Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -0.2, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.953Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -1.8, Processing time:  0.3ms, RTF: 0.03
2022-12-15T19:55:12.957Z | DEBUG |  deep_filter_ladspa | DF 071ec463c973 | Enhanced 10.0ms frame. SNR:  -3.4, Processing time:  0.3ms, RTF: 0.03

@Rikorose
Copy link
Owner Author

@StuartIanNaylor
Copy link

Compiled from the agc branch earlier

@Rikorose
Copy link
Owner Author

Compiled from the agc branch earlier

And you did run with RUST_LOG=TRACE and not DEBUG?

@StuartIanNaylor
Copy link

StuartIanNaylor commented Dec 15, 2022

git status
On branch feat_agc
Your branch is up-to-date with 'origin/feat_agc'
RUST_LOG=TRACE arecord -Ddeepfilter -r16000 -fS16_LE -c1 test2.wav

I will compile again to check but reasonably sure its as above

@Rikorose
Copy link
Owner Author

Ah now I know whats wrong. You did not set AGC rms to 0.5 (which is too high anyways) but the minimum processing threshold.

This threshold deactivates any processing and just sets the output to zero. If you set it to 0.5 dB your output will be silenced if it is just a little noisy. This needs to stay around -10 dB.

@StuartIanNaylor
Copy link

StuartIanNaylor commented Dec 15, 2022

Apols Hendrick I thought there was just 2 controls as in ALSA its just ordinals so thought it was the 1st 2

It should be controls [ 84 xx 0.5 ] ? If I lower 0.5 to dunno say .2

@Rikorose
Copy link
Owner Author

Common values are 0.001. The upper bound is 0.1. We have ladspa 5 control ports. Attenuation limit is the first, AGC the 5ths.

@StuartIanNaylor
Copy link

controls [ 84 -10 30 20 0.2 ] just going to try as seem to be defaults apart from att & agc

@StuartIanNaylor
Copy link

controls [ 84 -10 30 20 0.05 ] 0.2 too high

Still seems to cut a tiny last portion of the ending samples

controls [ 84 -15 30 20 0.05 ] seems to be better but thnx as it was just me I will work out the best settings but the default -10 seems to short and cuts trailing edge

@StuartIanNaylor
Copy link

PS if you want to check with a KW model here is the one I have just been playing with

import tensorflow as tf
import sounddevice as sd
import soundfile as sf
import numpy as np
import threading


def softmax_stable(x):
    return(np.exp(x - np.max(x)) / np.exp(x - np.max(x)).sum())
      
def sd_callback(rec, frames, time, status):
    global max_rec, rec_samples
    # Notify if errors
    if status:
        print('Error:', status)
    
    rec = np.reshape(rec, (1, rec_samples))
    
    # Make prediction from model
    interpreter1.set_tensor(input_details1[0]['index'], rec)
    # set input states (index 1...)
    for s in range(1, len(input_details1)):
      interpreter1.set_tensor(input_details1[s]['index'], inputs1[s])
  
    interpreter1.invoke()
    output_data = interpreter1.get_tensor(output_details1[0]['index'])
    # get output states and set it back to input states
    # which will be fed in the next inference cycle
    for s in range(1, len(input_details1)):
      # The function `get_tensor()` returns a copy of the tensor data.
      # Use `tensor()` in order to get a pointer to the tensor.
      inputs1[s] = interpreter1.get_tensor(output_details1[s]['index'])
       
    lvl = np.max(np.abs(rec))
    if lvl > max_rec:
      max_rec = lvl
         
    out_softmax = softmax_stable(output_data[0])   
    if out_softmax[0] > 0.9995:
      print("Marvin:", out_softmax[0], max_rec)
      for s in range(len(input_details1)):
        inputs1[s] = np.zeros(input_details1[s]['shape'], dtype=np.float32)
      max_rec = 0.0
                  
# Parameters
kw_duration = 1.0
rec_duration = 0.020
sample_rate = 16000
num_channels = 1
max_rec = 0.0
rec_samples = int((sample_rate * kw_duration) * rec_duration)

sd.default.latency= ('high', 'high')
sd.default.dtype= ('float32', 'float32')
sd.default.device = 'deepfilter'

# Load the TFLite model and allocate tensors.
interpreter1 = tf.lite.Interpreter(model_path="../GoogleKWS/models2/crnn_stateb1/quantize_opt_for_size_tflite_stream_state_external/stream_state_external.tflite")

interpreter1.allocate_tensors()

# Get input and output tensors, really should be static copies to use as KW resets
input_details1 = interpreter1.get_input_details()
output_details1 = interpreter1.get_output_details()

inputs1 = []

for s in range(len(input_details1)):
  inputs1.append(np.zeros(input_details1[s]['shape'], dtype=np.float32))
    
# Start streaming from microphone
with sd.InputStream(channels=num_channels,
                    samplerate=sample_rate,
                    blocksize=rec_samples,
                    callback=sd_callback):
    threading.Event().wait()

https://drive.google.com/file/d/1zmoGXOZ6gvH1czs2iTP1kLUPZx3qZp3N/view?usp=share_link TFlites in there
Its 'hey marvin' as samples where avail
I thought I would have to add noise to the dataset and then run the filter then train but works great on the original dataset

@StuartIanNaylor
Copy link

StuartIanNaylor commented Dec 15, 2022

PS only a tiny thing and purely for info as it works but left over time the gain creeps up so that you clip the 1st command.
Haven't really worked it out and as said but small, dunno if you have noticed.
Its a long period say 30 mins+ haven't really done much checking but just noticed with the KWS that it works great but if dormant for a period the gain creeps and you clip.

Thnx for your patience and great filter though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Question:Voice activated AGC
2 participants