Mortal / morsewave

Given an ASCII string, produce its audible morse code equivalent and play it back or store it in a Wave file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MorseWave

Given an ASCII string, produce its audible morse code equivalent and play it back or store it in a Wave file.

Building

You need Qt, Phonon and libsndfile. To build:

qmake
make

To run:

./morsewave

You can also use Qt Creator on either Linux or Windows.

About

Given an ASCII string, produce its audible morse code equivalent and play it back or store it in a Wave file.


Languages

Language:C++ 93.9%Language:C 3.4%Language:Prolog 2.7%