Skip to content

Very simple tool to generate wave-files by a given melody

License

Notifications You must be signed in to change notification settings

lukasweber/tony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tony

Who's Tony?

Tony can play very simple melodies which you give him :) So, you could write a simple file with a melody and he's creating a wave-file for you.

This project is just for fun to get a little bit into audio-programming.

Installation

Just clone from git and call make.

git clone https://github.com/lukasweber/tony
cd tony
cmake .
make

Usage

Create a new Textfile with your melody inside. For example try this:

echo "C4;D4;E4;F4;G4;--;G4;--;A4;A4;A4;A4;G4;--;A4;A4;A4;A4;G4;--;F4;F4;F4;F4;E4;--;E4;--;D4;D4;D4;D4;C4;" >> melody1

And now generate the wave-file and listen to it :)

./tony melody1 && aplay output.wav

About

Very simple tool to generate wave-files by a given melody

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published