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

Audio annotation component #1601

Closed
dott1718 opened this issue Aug 19, 2022 · 0 comments · Fixed by #1706
Closed

Audio annotation component #1601

dott1718 opened this issue Aug 19, 2022 · 0 comments · Fixed by #1706
Assignees
Labels
feature Feature request ui Related to UI

Comments

@dott1718
Copy link

A new audio display widget with annotations functionality. The user should be able to play the audio recording, and “move” through it. For example, the element can look as follows:

image

It is important to highlight the timestamp element:

image

Users might need to annotate clips within the audio. To do this, we should be able to select specific frames within the audio by slicing. For example the selected clip would be 0:00 - 0:10, the user can assign a label to that particular clip.

Requirements:

  • Show the waveform of the audio
  • Play and pause button
  • Timer showing duration and current timestamp (where the audio is paused)
  • Slide to move through the video
  • Volume control
  • Change playback speed
  • A tool to select and annotate time ranges in the audio
  • Allow to annotate multiple intervals and multiple tags within the audio

Similar to #1400 the component should contain three key properties:

  • audio
  • tags: list of tags
  • items: list of time intervals (tuples of timestamps [start, end])
@dott1718 dott1718 added the feature Feature request label Aug 19, 2022
@mturoci mturoci added the ui Related to UI label Sep 5, 2022
@mturoci mturoci self-assigned this Oct 27, 2022
mturoci added a commit that referenced this issue Nov 14, 2022
mturoci added a commit that referenced this issue Nov 14, 2022
mturoci added a commit that referenced this issue Nov 14, 2022
mturoci added a commit that referenced this issue Nov 15, 2022
mturoci added a commit that referenced this issue Nov 15, 2022
mturoci added a commit that referenced this issue Nov 15, 2022
mturoci added a commit that referenced this issue Nov 15, 2022
mturoci added a commit that referenced this issue Nov 16, 2022
mturoci added a commit that referenced this issue Nov 16, 2022
marek-mihok added a commit that referenced this issue Nov 16, 2022
mturoci added a commit that referenced this issue Nov 18, 2022
mturoci added a commit that referenced this issue Nov 18, 2022
mturoci added a commit that referenced this issue Nov 18, 2022
mturoci added a commit that referenced this issue Nov 18, 2022
mturoci added a commit that referenced this issue Nov 18, 2022
mturoci added a commit that referenced this issue Nov 18, 2022
mturoci added a commit that referenced this issue Nov 18, 2022
mturoci added a commit that referenced this issue Nov 18, 2022
mturoci added a commit that referenced this issue Nov 18, 2022
mturoci pushed a commit that referenced this issue Nov 18, 2022
mturoci added a commit that referenced this issue Nov 18, 2022
mturoci added a commit that referenced this issue Nov 18, 2022
mturoci added a commit that referenced this issue Aug 10, 2023
mturoci added a commit that referenced this issue Aug 10, 2023
mturoci added a commit that referenced this issue Aug 10, 2023
mturoci added a commit that referenced this issue Aug 10, 2023
mturoci added a commit that referenced this issue Aug 10, 2023
mturoci added a commit that referenced this issue Aug 10, 2023
mturoci added a commit that referenced this issue Aug 10, 2023
mturoci added a commit that referenced this issue Aug 10, 2023
mturoci added a commit that referenced this issue Aug 10, 2023
mturoci added a commit that referenced this issue Aug 10, 2023
mturoci added a commit that referenced this issue Aug 10, 2023
@mturoci mturoci closed this as completed Aug 10, 2023
marek-mihok pushed a commit that referenced this issue Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature request ui Related to UI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants