-
Notifications
You must be signed in to change notification settings - Fork 8
Audio Media Annotation UX #133
Comments
Thanks! I think some of what you're experiencing is the result of a regression that I seem to have introduced while adding video annotation. With the fix in b28ae27, it should be doing this:
I think having the same flow across different annotation types is probably the way to go. More thoughts:
This is a good idea! The tooltip should probably also reflect when you can't annotate because you don't have permission.
That makes sense - I'll think about how to do this. One constraint is that you've got to be able to get a visual indication that the selection exists on mobile, even if your finger is mostly over the selection, which might mean (if the selection starts very small) that the handles of the selected region need to be less transparent.
This actually ought to be possible right now. If you go to your profile (click the small circle with your avatar on the list-of-discussions view), then under "display options" you can set scrollbars to be visible. This is a bit of an aesthetic thing - basically I find the Chrome scrollbars visually distracting. I think maybe I should switch them to be visible by default though.
Yep, this isn't great. What I'd like to do is add a non-overlapping horizontal line below the wave form for each annotation, kind of like the vertical bar tabs that appear in the margins when highlighting a PDF, and which serve a similar purpose. Tracking issue is here.
This is tricky. Basically I'd like to make it easy to replay what's in a selection while skootching the endpoints around, to make sure you've selected what you want. But the result is sort of counter-intuitive when you've scrubbed over to somewhere else. One option might be to cancel the selection if the user scrubs out of the selected area? |
Tooltip added in 8dbe5f2 |
Horizontal bar tabs added in 2c90e70 |
Issue: The UX flow for creating and leaving annotations on audio files is unintuitive.
Process: Currently, the user needs to long press on the waveform, create a default-sized annotation box, press the annotation icon to the left of the navigation menu at the bottom of the window, open the annotations list using the icon on the righthand sidebar, select the new annotation, and then add the annotation contents before creating another annotation. Attempting to create a new annotation before adding any content to the first annotation box will remove all annotation boxes, and a refresh of the page becomes necessary before another annotation box can be generated.
Here are some ideas for how the UX could be made more intuitive:
Some additional notes regarding annotation behavior:
Additional feature thoughts:
System Details
Browser: Brave
Server: Open Tower
Audio formats tested: mp3 & wav
The text was updated successfully, but these errors were encountered: