Results 19 comments of EleonoreMizo

I wouldn’t encourage people to use ChickenDream for this use. It’s a very CPU-intensive model (takes several seconds per frame on a high-end CPU), and for light grain, you probably...

Having an efficient fast convolution with low latency would be very nice, indeed. If it can help, I can add a second API to FFTReal to split the processing in...

Sure. FFTReal was designed 25 year ago and optimized for those days CPUs, and hasn’t really evolved since. I don’t expect it to compete with modern designs on current CPUs.

2. Currently, there is no specific windowing (aka rectangular window) in Aegisub. In `AudioSpectrumRenderer::FillBlock()`, it should have been located between `ConvertToFloat()` and `fftw_execute()`. Given the goal of this spectrogram I’m...

I implemented a Blackman-Harris window, but I won’t make a pull request for it because this is a clear regression from a productivity point of view. The reason is simple:...

I thought the conflict was [solved](https://github.com/TypesettingTools/Aegisub/pull/94/commits/bfcd8a3e2c84a44fcd0ffd5ce9f039b74fa25f52). Or am I missing something? Sorry I’m not very comfortable with using git and I fear breaking everything with a wrong command. Thank you...

BTW, I have a question about the OPP colorspace: https://github.com/HomeOfVapourSynthEvolution/VapourSynth-BM3D/blob/master/include/Specification.h#L176-L192 It seems it is almost identical to YCgCo (diff: signs and chroma components swapped, different weights for Y), opposing red...

Hi mikelange49, Actually I’m quite disappointed with all the onset detectors I tried so far (there are a few other ones I didn’t commit). They miss a stroke here and...

Hmm… I think it comes from the VST wrapper. I think I haven’t tested it with effects using only control signals as output yet. I bet it will give you...

Fixed in 672fb47b07c44cc085048584415426c61475f8c9