lagmoellertim / unsilence

Console Interface and Library to remove silent parts of a media file 🔈
https://unsilence.readthedocs.io/
MIT License
550 stars 44 forks source link

adjusted default estimate_time() values #145

Closed lukasherz closed 1 year ago

lukasherz commented 1 year ago

The estimate_time() function used different default values than everything else. I updated them to now use the default values (audible_speed = 1, silent_speed = 6).

lagmoellertim commented 1 year ago

Thanks, that makes more sense!