Giter VIP home page Giter VIP logo

unvcl's Introduction

unvcl

A cli tool and lib to extract sound-files from *.vcl files. VCL is a file-format which is mainly used by some early DOS games developed by Epic Megagames.

Usage

unvcl expects two arguments: The source vcl file and a target directory in to which the samples should be extracted.

Example

Extract all PCM samples from jill1.vcl and store them as WAV file in the current directory

$ unvcl ~/Games/JILL1/jill1.vcl . 

List extracted files

$ ls *.wav
jill1_0.wav   jill1_11.wav  jill1_13.wav  jill1_15.wav  jill1_17.wav  jill1_19.wav  jill1_20.wav  jill1_22.wav  jill1_3.wav  jill1_5.wav  jill1_7.wav  jill1_9.wav
jill1_10.wav  jill1_12.wav  jill1_14.wav  jill1_16.wav  jill1_18.wav  jill1_1.wav   jill1_21.wav  jill1_2.wav   jill1_4.wav  jill1_6.wav  jill1_8.wav

Building from source

Clone this repo then run make build_all to build binaries for Linux, MacOS and Windows.

unvcl's People

Contributors

iljan avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.