JadingTsunami / ipak_wavmaker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iPack WAV generator

This was a one-off solution cobbled together with various parts for a project involving extracting WAV files from the iOS Doom iPack structure.

It's uploaded here in the event someone finds it useful. Be aware it is not polished, error-proofed, or made general-purpose in any way.

Prerequisites:

  • ffmpeg
  • base.iPack file (place in the same directory)
  • gcc (or supply a Makefile with your own compiler)

Instructions:

  • make run
  • ./makewavs.sh
  • Created WAV files will be in the ./newsfx/ subdirectory.

About

License:GNU General Public License v3.0


Languages

Language:C 97.4%Language:Shell 1.7%Language:Makefile 1.0%