Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.

Commit

Permalink
Add demos
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Chainz committed Jul 7, 2015
1 parent 3bd46f6 commit 7c415bb
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Sound Resynthesis with a Genetic Algorithm
==========================================
# Sound Resynthesis with a Genetic Algorithm

This is my final year project from university, finished in June 2011. It
implements a basic synthesizer that is tuned by a genetic algorithm to
Expand All @@ -17,3 +16,8 @@ with these versions of its dependencies:
The main entry point is `adj08/MainMatch.java` but there are also some other
utilities, e.g. to play back dumped `javaobj` files containing generated
synthesizers, in `adj08/tests/` and `adj08/utilities`.

There are some example resyntheses in `demos` - for example,
`oboe-original.wav` is the wav file as given to the system, and
`oboe-resynthesis.wav` is the same note played by the best matched synthesizer
from the genetic algorithm.
Binary file added demos/alien-original.wav
Binary file not shown.
Binary file added demos/alien-resynthesis.wav
Binary file not shown.
Binary file added demos/electronic-organ-original.wav
Binary file not shown.
Binary file added demos/electronic-organ-resynthesis.wav
Binary file not shown.
Binary file added demos/oboe-original.wav
Binary file not shown.
Binary file added demos/oboe-resynthesis.wav
Binary file not shown.
Binary file added demos/sawtooth-original.wav
Binary file not shown.
Binary file added demos/sawtooth-resynthesis.wav
Binary file not shown.

0 comments on commit 7c415bb

Please sign in to comment.