Skip to content

Instantly share code, notes, and snippets.

@eslamattia
eslamattia / parse-aup.sh
Created May 15, 2021 17:05 — forked from bockel/parse-aup.sh
Parse audio track times from an audacity .aup project
#!/bin/sh
# Parse audio track times from an audacity .aup project
# Copyright (C) 2012 William Heinbockel <heinbockel@redhat.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#