software:auphonic

Auphonic

Auphonic is a commercial audio post-proccessing and mastering service we optionally use as part of recordings processing pipeline. You can send credits to our c3voc account voc via: https://auphonic.com/donate_credits?user=voc.

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.1532075250.txt.gz
  • Last modified: 2018/07/20 10:27
  • by meise