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

Fix whisper-fetch.py --drop timestamps #306

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cdeil
Copy link
Contributor

@cdeil cdeil commented Nov 12, 2020

Possible fix for #305 .

I didn't test this, not sure if this is correct.

Specifically I don't know how timestamps and offsets in Whisper files work. Is a simple t + step appropriate, or is taking into account an offset and wrap-around needed?

@piotr1212
Copy link
Member

this should work, the wraparounds are handled by whisper.py

bin/whisper-fetch.py Outdated Show resolved Hide resolved
@stale
Copy link

stale bot commented Jan 12, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jan 12, 2021
@piotr1212
Copy link
Member

Sorry, forgot about this.

This is definitely an improvement over the current situation, but the json part is still incorrect as it removes values but does not even have a timestamp, there is no way to know which timestamps have been removed.

@cdeil did you have time to test this?

@stale stale bot removed the stale label Jan 12, 2021
@deniszh deniszh added pinned and removed stale labels Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants