Skip to content

Instantly share code, notes, and snippets.

@mgoldey
Created November 3, 2017 19:43
Show Gist options
  • Save mgoldey/86d507d44fc9131892e8a26354b6f6d6 to your computer and use it in GitHub Desktop.
Save mgoldey/86d507d44fc9131892e8a26354b6f6d6 to your computer and use it in GitHub Desktop.
time of all audio
soxi -D * | awk '{SUM += $1} END { printf "%d:%d:%d\n",SUM/3600,SUM%3600/60,SUM%60}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment