sdatkinson / neural-amp-modeler

Neural network emulator for guitar amplifiers.
MIT License
1.72k stars 130 forks source link

[DOCUMENTATION] How to set the latency compensation manually #391

Open sdatkinson opened 4 months ago

sdatkinson commented 4 months ago

Document for all 3 trainers in a page.

sdatkinson commented 3 months ago

Now it's in the advanced settings (GUI) and visible in Colab.

I guess this is just a tutorial on how to look at the waveforms?

mjcourte commented 3 months ago

I would be curious if a minimum phase transform could be applied to inputs (x and y(s)) as preprocessing to align them without user estimating latency. This is a trick that IR makers do (notably for Fractal) to make sure all IRs are in phase. I don't know if this would be destructive to the overall output however.

Edit: I see there's already delay estimation when given null. This already worked for my examples better than counting the samples in the waveform.