jogramming / dca

Go implementation for the DCA audio format
BSD 3-Clause "New" or "Revised" License
75 stars 60 forks source link

feat: added start time support #17

Closed tionis closed 3 years ago

tionis commented 4 years ago

This tiny little pull request adds the ability to specify a start time of the stream. This is especially useful if you want to stop a stream and continue later from the same timestamp.

I've added this modification quite a while ago and forgot to write a pull request for it.