hi shane,<br>
i&#39;ve done a python script to do some morphing using wavelet decomposition of two sounds.<br>
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.<br>
<br>
actually substititute s1 and s2 by your samples with<br>
sf= A..sndfile(&quot;sound1.xxx&quot;)<br>
s1=sf.read_frames(sf.get_nframes())<br><br>
and match their sizes with zeros or with wavelet coefficients already on decomposition step.<br>
<br>
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:<br><a href="http://trac.assembla.com/audioexperiments/browser/pya/morph.py">http://trac.assembla.com/audioexperiments/browser/pya/morph.py</a><br>
<br>
hip-hip-hurray,<br>
renato<br><br><div class="gmail_quote">2009/3/30 shane richards <span dir="ltr">&lt;<a href="mailto:shanerich@email.com">shanerich@email.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;ve been trying to do some sound morphs between two different hits of a snare drum, one rimshot and the other a plain hit.<br>
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.<br>
I tried csdrummer, but only get a horrible scratchy noise from it.<br>
I looked at Loris...the python-based example that comes with it seems horrifically complicated.<br>
<br>
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?<br>
<br>
Are there any other programs I could try?<br>
<br>
_______________________________________________<br>
Linux-audio-user mailing list<br>
<a href="mailto:Linux-audio-user@lists.linuxaudio.org">Linux-audio-user@lists.linuxaudio.org</a><br>
<a href="http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user" target="_blank">http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user</a><br>
</blockquote></div><br>