Versions in this module Expand all Collapse all v0 v0.1.1 Oct 24, 2025 v0.1.0 Oct 24, 2025 Changes in this version + func CalculateWPM(wordCount int, durationSeconds float64) float64 + func ClampFloat64(value, min, max float64) float64 + func ClampInt(value, min, max int) int + func CountWords(text string) int + func EstimateDuration(text string, wordsPerMinute float64) float64 + func FormatDuration(t time.Time) string + func GetAudioDuration(audioPath string) (float64, error)