ARK-Builders / ARK-Memo

ARK Memo is one app for all of your notes: it's aiming to combine plain text, voice and hand-written notes
MIT License
2 stars 3 forks source link

Voice note's duration is not persisted. #58

Open tuancoltech opened 5 months ago

tuancoltech commented 5 months ago

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:

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.