Closed russelldeguzman closed 5 months ago
@towynlin that's a good suggestion - It's definitely possible, the caveat is that encodeDifferenceSignalToBuffer
isn't designed to be in place, so a call to differenceSignalFromBuffer, would modify the reference signal in an unintended way. My inclination is to leave it for now, and optimize later.
Adding a static function hook to get a difference signal from a double buffer.