#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <sys/types.h>#include <string.h>#include "fdms.h"Dumps a track from an FDMS volume.
This is pretty hacky at the moment and is meant as a debugging tool. YMMV.
SYNTAX: fdms-dump <image.dd> <prg> <trk> > track-audio.raw prg: program number trk: program number
1.5.6