diff --git a/design/time.md b/design/time.md index 3afa79a..1a96656 100644 --- a/design/time.md +++ b/design/time.md @@ -1,10 +1,6 @@ # Moonfire NVR Time Handling -Status: **current**. The approach below works well for video, but audio frames' -durations can't be adjusted as easily. As part of implementing audio support, -the implementation is changing to instead decouple "wall time" and "media time", -as described in -[this comment](https://github.com/scottlamb/moonfire-nvr/issues/34#issuecomment-651548468). +Status: **current**. > A man with a watch knows what time it is. A man with two watches is never > sure. @@ -349,4 +345,4 @@ Schema versions prior to 6 used a simpler database schema which didn't distinguish between "wall" and "media" time. Instead, the durations of video samples were adjusted for clock correction. This approach worked well for video. It couldn't be extended to audio without decoding and re-encoding to -adjust same lengths and pitch. +adjust same lengths and pitch. \ No newline at end of file