Giter Site home page Giter Site logo

c_synth's Introduction

c_synth

c_synth is a chiptune-ish software synthesizer. It takes a MML (actually a language based on MML) song as input and compiles it into the memory. The compiled buffer may then be played through whichever backend is desired, as long as it accepts samples in little endian and use either 16 or 8 bits samples.

Compiling and installing

All the following steps where also tested on Windows, using MinGW.

There are no dependencies to build the library. After cloning it, simply run:

$ sudo make install DEBUG=yes
$ sudo make install RELEASE=yes

The library will be installed on /usr/lib/c_synth and the headers on /usr/include/c_synth.

Testing and running

There are a few songs on the directory 'samples/'. They may be compiled and played using the examples on the directory 'tst/'.

Some tests uses SDL2 to actually play the compiled songs. On debian-based distros, that library may be installed by running:

$ sudo apt-get install libsdl2-dev

For other linux distros, look into your package manager or download the source and compile it manually.

To build the tests, run:

$ make tests

To play one of the songs:

./bin/Linux/tst_repeatSongSDL2 --frequency 44100 --mode 2chan-16 --file samples/sonic2-chemical.mml

To exit, press Ctrl-C.

c_synth's People

Contributors

sirgfm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  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.