Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove default trim #59

Merged
merged 10 commits into from
Jun 19, 2024
Merged

Remove default trim #59

merged 10 commits into from
Jun 19, 2024

Conversation

stephenjolly
Copy link
Contributor

Previously the tool defaulted to only comparing the first fifteen minutes of each file. Making this the default is now considered an anti-feature, and it has now been made optional.

The README has also been improved to document all the command-line options, and a test has been added to check that comparing files without trimming them works as expected.

It looks like I missed some code that was affected by the changes.
Recent bugs have arisen because of the lack of tests that search for a short audio clip withi
n a longer file.  Adding a longer audio file to the automated tests is an attempt to remedy t
his.
Previously the tool defaulted to only comparing the first fifteen minutes of each file.  Making this the default is now considered an anti-feature, and it has now been made optional.
This proves that (a) not specifying a trim value works, and (b) changing the amount of audio being compared changes the standard score of the result.
README.md Outdated Show resolved Hide resolved
stephenjolly and others added 2 commits June 19, 2024 13:51
@stephenjolly stephenjolly self-assigned this Jun 19, 2024
@stephenjolly stephenjolly merged commit dfb2f1d into master Jun 19, 2024
32 checks passed
@stephenjolly stephenjolly deleted the remove_default_trim branch June 19, 2024 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants