You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that there is a --timestamp option that does the following: "Add a time stamp in front of every printed line"
However it seems that this adds the system timestamp at the time of decoding. If the input is a file and not a stream, would it be possible to instead print the timestamp of the location in the audio file that was decoded (maybe the sample number or something similar)? In this case, the system time when decoding isn't particular useful, but I would still like to be able to identify at what point in the audio file a particular signal was decoded.
I'm happy to patch this in myself, I'm just not familiar with how or where this would go, so any suggestions are more than welcome!
The text was updated successfully, but these errors were encountered:
I noticed that there is a
--timestamp
option that does the following: "Add a time stamp in front of every printed line"However it seems that this adds the system timestamp at the time of decoding. If the input is a file and not a stream, would it be possible to instead print the timestamp of the location in the audio file that was decoded (maybe the sample number or something similar)? In this case, the system time when decoding isn't particular useful, but I would still like to be able to identify at what point in the audio file a particular signal was decoded.
I'm happy to patch this in myself, I'm just not familiar with how or where this would go, so any suggestions are more than welcome!
The text was updated successfully, but these errors were encountered: