software:auphonic

Auphonic

Auphonic is a commercial audio post-proccessing and mastering service we optionally use as part of recordings processing pipeline.

Get total Auphonic processing time from schedule:

xml_grep --text_only 'schedule/day/room/event/duration' schedule.xml | awk -F : '{acch+=$1;accm+=$2;} ENDFILE { print acch+int(accm/60)  ":" accm%60; }'

or use the C3Tracker statistics

Get actual Auphonic processing time from Auphonic after production finished: https://github.com/voc/scripts/blob/master/auphonic/auphonic_credits_stats.py

  • software/auphonic.1508851723.txt.gz
  • Last modified: 2017/10/24 15:28
  • by andi