dtiefling / snd2acm-portable

Sound to ACM converter based on The DragonLance Total Conversion Editor Pro (DLTCEP) code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snd2acm-portable

Sound to ACM converter based on The DragonLance Total Conversion Editor Pro (DLTCEP) code.

For DLTCEP info and chandes, see readme.txt of its full branch.

Requirements

To run any script that converts from acm, you should have ogg, vorbis and vorbisfile libraries in your system. Which you probably do in a desktop system.

When in doubt, do you system equivalent of: sudo apt install libogg0 libvorbis0a libvorbisfile3

To run any script that converts into acm, you should also have ffmpeg in your path.

Building

You need to have -lvorbis -lvorbisfile -logg libraries available.

make

Then you should get a set of scripts and links in bin that you can copy wherever you like.

Usage

Syntax such as:

snd2acm input.wav output.acm

acm2snd input.acm output.wav

Works for all the included tools.

About

Sound to ACM converter based on The DragonLance Total Conversion Editor Pro (DLTCEP) code.

License:GNU General Public License v2.0


Languages

Language:C++ 86.1%Language:C 12.7%Language:Makefile 0.7%Language:Shell 0.5%