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

Media support #44

Open
lgessler opened this issue Feb 15, 2024 · 0 comments
Open

Media support #44

lgessler opened this issue Feb 15, 2024 · 0 comments
Labels
epic Describes a large or multifaceted piece of functionality. Has sub-issues.

Comments

@lgessler
Copy link
Owner

Users often derive their texts from an audio or video recording, and we want to be able to have these inside of each document. This requires that we (1) provide support for uploading and viewing media, and (2) extend the data model to support time-alignments.

The former should be straightforward enough, but the latter will take some thought. In ELAN, typically something like a sentence is transcribed first, and then tokens are created on a child tier. To have complete parity, this would seem to force us to have time alignments on both tokens and the "sentence" (cf. #41). The redundancy might be fine, but the issue is that it's unclear what the structure for the "utterance" ought to be. This issue and #41 should be solved in close consultation with each other.

@lgessler lgessler added the epic Describes a large or multifaceted piece of functionality. Has sub-issues. label Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic Describes a large or multifaceted piece of functionality. Has sub-issues.
Projects
None yet
Development

No branches or pull requests

1 participant