protyposis / AudioAlign

Audio Synchronization and Analysis Tool
GNU Affero General Public License v3.0
154 stars 16 forks source link

Track A and B mixed up in matching point window and Alignment Graph #19

Closed Johndirr closed 9 months ago

Johndirr commented 10 months ago

After fingerprinting it can happen that the tracks are mixed up as you can see here: grafik This results in a wrong display of the Alignment Graph because in an offset becomes negative when switched.

protyposis commented 10 months ago

Thanks for reporting.

The "mixed up tracks" are actually expected, since fingerprints are matched in both directions: Track A to B, and Track B to A (duplicates are removed).

However, in the alignment graph the offsets should be normalized. I'll need some time to investigate this.

protyposis commented 10 months ago

If I understood your issue correctly, this should be fixed in https://github.com/protyposis/AudioAlign/releases/tag/v1.7.0.

Johndirr commented 9 months ago

This is indeed fixed now. Thank you very much.