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

Voice note's duration is not persisted. #58

Open
1 of 2 tasks
tuancoltech opened this issue May 19, 2024 · 0 comments
Open
1 of 2 tasks

Voice note's duration is not persisted. #58

tuancoltech opened this issue May 19, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@tuancoltech
Copy link
Collaborator

tuancoltech commented May 19, 2024

Problem

Currently we’re not storing a Voice note’s duration to storage.
Meanwhile, we want to show the duration of a recording in the Note list/Recording detail view.

Solution.

There're 2 potential approaches:

  • 1. We extract duration information from voice note file whenever we need it.
  • 2. Persist Voice's note duration in cache storage of ARK framework.

For MVP, we'll go with 1st approach.
For post MVP, we'll go with 2nd approach when cache storage is ready to be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant