mbehm

Results 11 comments of mbehm

Yea this was a really quick modification I made to test multiple chunks so still needs some work, I thought I checked the default use case but apparently not, I'll...

The above commit linked by italo is just a quick implementation to change the whole TxSearch thread handling to be pooled, it's not really good to spawn a new thread...

Apparently you'll need to use the `pacman -U --config

For anybody interested I was able to load an earlier saved model with the same issue using my [fork](https://github.com/mbehm/transformers) with the capitalization restored. That being said for future it's probably...

I noticed there's an option to supply extra parameters to the postprocessor so you can do the normalization easily with ```--prefer-ffmpeg --postprocessor-args "-filter:a loudnorm"```

> ``` > [debug] ffmpeg command line: ffmpeg -y -loglevel "repeat+info" -i "file:myfile.m4a" -c copy -f mp4 "-filter:a" loudnorm "file:myfile.temp.m4a" > > Filtergraph 'loudnorm' was defined for audio output stream...

> I suggest to compare Anomaly code against: https://bitbucket.org/SeargeDP/coc-1.4-xray-64/src Then, you can see what was added/removed/changed. Should be easier to port Anomaly functionality onto OpenXRay engine. I don't know if...

Small status update I've created a branch with all the filtered diffs applied to a copy of the base coc src, you can find [the changes here](https://github.com/mbehm/xray-monolith-diffs/compare/master...applied). Next I'll start...

> @mbehm, one thing to make sure: did you compared Anomaly against [SeargeDP's CoC x64](https://bitbucket.org/SeargeDP/coc-1.4-xray-64) repository? Yes the diffs are based on that and the current demonized xray-monolith repository.

Sorry for the hiatus, life got in the way and still probably won't have time before January to work on this project but in the meantime is there a list...