674
674
} else if (match_word(g_curtoken.tok, "s", NULL) || starts_with(g_curtoken.tok, "se")) { // s, sec, second, seconds
677
677
// Save threshold value (eg. 0.4)
678
678
// "stop if silence 0.4 5s" => "stop if silence 5s 0.4"
679
679
tr->threshold = tr->val[2];