Skip to content

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

License

Notifications You must be signed in to change notification settings

dtiefling/snd2acm-portable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 86.1%
  • C 12.7%
  • Other 1.2%