-
Notifications
You must be signed in to change notification settings - Fork 0
Description
So one of my previous tickets i was having issues with a sync and had to use a longer time which cause high ram usage. Would it be possible to have a button which could show all points that matched and how many times that specific match was found along with what that delay was?
For an example of what i mean there was another app i used before https://github.com/JorenSix/SyncSink.wasm . Once you add the audios and it calculates there is a button to download a list of all the match points and there delays to each other as a json. I had other issues with that other app but that specific feature was very helpful to figure out better or closer delays at time. I also think the way yours does it is much more accurate for audios with videos. But there have been a few times where i cant figure why something wont sync exactly correct or if there is another issue that i cant tell just from listening. And that would help in those cases to visualize what is going on. Or if say there is a difference in the audios im not seeing.
In the case above the list shows every point and there calculated delay along with time codes of both files points in each line. And that would be perfectly fine as well. Im assuming you could just add a log to what you already do that just logs all the points it sees that match and there time codes for both files.
So for example like match file A time code - File B Time code Delay. If that makes sense.