Re: [LAU] Easy sound morphing?

From: Renato Fabbri <renato.fabbri@email-addr-hidden>
Date: Tue Mar 31 2009 - 01:38:58 EEST

hi shane,
i've done a python script to do some morphing using wavelet decomposition of
two sounds.
it was done for experimental pourposes and i liked its results very much.
you have to tweek the script a little bit to use your samples.

actually substititute s1 and s2 by your samples with
sf= A..sndfile("sound1.xxx")
s1=sf.read_frames(sf.get_nframes())

and match their sizes with zeros or with wavelet coefficients already on
decomposition step.

note that it outputs different morphs of the two sounds. and that you can
remove the import pylab statement from the header as the script is not using
it. its here:
http://trac.assembla.com/audioexperiments/browser/pya/morph.py

hip-hip-hurray,
renato

2009/3/30 shane richards <shanerich@email-addr-hidden>

> I've been trying to do some sound morphs between two different hits of a
> snare drum, one rimshot and the other a plain hit.
> I tried using SMSTools, and even some windows programs under wine, but the
> results always seem to sound more like hitting a bucket full of water than a
> combination of the two drums.
> I tried csdrummer, but only get a horrible scratchy noise from it.
> I looked at Loris...the python-based example that comes with it seems
> horrifically complicated.
>
> Maybe someone with a knowledge of Csound/Loris could be kind enough to help
> with a simple script? Or a step-by-step how to achieve this with Cecilia?
>
> Are there any other programs I could try?
>
> _______________________________________________
> Linux-audio-user mailing list
> Linux-audio-user@email-addr-hidden
> http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user
>

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user
Received on Tue Mar 31 04:15:04 2009

This archive was generated by hypermail 2.1.8 : Tue Mar 31 2009 - 04:15:05 EEST