amsehili / auditok

An audio/acoustic activity detection and audio segmentation tool
MIT License
732 stars 94 forks source link

Get {start} and {end} with 3 decimals #6

Closed jhoelzl closed 7 years ago

jhoelzl commented 7 years ago

Hello,

first of all, this is a great python module and does a very good job!

I am wondering if i can extend the number of decimals for the export tags {start} and {end}. By default, the have 2 decimals - i need rounding to 3 decimals.

Regards, Josef

jhoelzl commented 7 years ago

Okay, i could find the solution:

--time-format "%s.%i did the trick