Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 872 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 872 Bytes

wtpa2-python

python implementation of the WTPA2 sample packer/extractor

Commands take the form of python wtpa2.py COMMAND ARGUMENTS

Currently supported commands:

  • pack - create a WTPA2 readable binary file from a list of AIFF files and directories
  • packmap - create a WTPA2 readable binary file from a file that is a list of AIFFs where each line(-1) corresponds to a sample slot
  • extract - extract all samples from a WTPA2 formatted binary file or raw device to a target directory. An optional argument can be supplied to limit the number of sample slots examined

Usage

Here are some example uses:

python wtpa2.py pack samples.bin file1.aiff dir1/ dir2/ file2.aiff
python wtpa2.py packmap samples.bin samples.txt
python wtpa2.py extract samples.bin samples/
python wtpa2.py extract --slots 8 /dev/sdc samples/