17.05.2010 SpectMorph – or what makes a piano sound like a piano?

The open source project I’ve been working on since quite some time is called SpectMorph. It is so far a partial answer to the question what makes a piano sound like a piano. The initial idea was that by analyzing single notes of a piano, it would be possible to decompose the samples into a representation that allows to reproduce the original sound, yet allowing advanced operations (in a better way than operating on the wave files directly).

If the SpectMorph model of a piano could capture the piano-like aspects of piano samples, and if the SpectMorph model of a trumpet could capture the trumpet-like aspects of trumpet samples, then a morphing algorithm could blend these two models into a sound that sounds somewhat between a piano and a trumpet. Thats the goal of SpectMorph in general. The kind of model that SpectMorph uses is that it decomposes the original wave files into a sum of pure sine waves, with time-varying magnitude and phase information. This is a much better representation for morphing samples – at least I think so – than the original wave files. Note that I haven’t invented something new here, the basic technique is known as Spectral Modelling Synthesis.

Yesterday, I released spectmorph-0.0.2, which can analyze piano samples (and probably others like trumpet or saxophone samples) and produce a fairly convincing imitation, based on the models alone. The morphing remains to be implemented, and other problems which become apparent during listening to original and SpectMorph versions of the sounds – I created a few listening examples – remain to be fixed; mostly the sound attack of the piano samples sounds harder than the SpectMorph reproduction.

So this is not end user digestable software yet, but if you’re interested in the current state of the code, you can find it here.

2 comments ↓

#1 Peter Lund on 05.19.10 at 17:29

Take a look at Kristoffer Jensen’s publications, including his PhD thesis:

http://www.aaue.dk/~krist/

(publication link at the bottom of his (ugly!) homepage.)

He demoed some sounds for us when he presented his research at a seminar (AFAIR) some years ago… it sounded quite impressive 🙂

-Peter, former student at DIKU, where Kristoffer got his PhD.

#2 Stefan Westerfeld on 05.28.10 at 08:44

Thanks for the link; I’ve meanwhile started reading the PhD thesis, and in fact, it contains some interesting thoughts – there is significant overlap between what SpectMorph is supposed to do, and what he did in his thesis.

Leave a Comment