[Csnd] pitch and speed
Date | 2013-10-16 20:36 |
From | Enrico Francioni |
Subject | [Csnd] pitch and speed |
Hi, I would just change the pitch of an audio file, but not the speed of execution, how can I do? thanks, e -- View this message in context: http://csound.1045644.n5.nabble.com/pitch-and-speed-tp5728418.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-10-16 20:41 |
From | Iain McCurdy |
Subject | RE: [Csnd] pitch and speed |
pvscale and temposcal would be my top two recommendations. I. > Date: Wed, 16 Oct 2013 12:36:13 -0700 > From: francioni61021@libero.it > To: csound@lists.bath.ac.uk > Subject: [Csnd] pitch and speed > > Hi, > > I would just change the pitch of an audio file, but not the speed of > execution, > how can I do? > > thanks, > e > > > > -- > View this message in context: http://csound.1045644.n5.nabble.com/pitch-and-speed-tp5728418.html > Sent from the Csound - General mailing list archive at Nabble.com. > > > Send bugs reports to the Sourceforge bug trackers > csound6: > https://sourceforge.net/p/csound/tickets/ > csound5: > https://sourceforge.net/p/csound/bugs/ > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" > > |
Date | 2013-10-16 21:05 |
From | Enrico Francioni |
Subject | [Csnd] RE: pitch and speed |
Thanks Iain, e -- View this message in context: http://csound.1045644.n5.nabble.com/pitch-and-speed-tp5728418p5728421.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-10-16 23:10 |
From | peiman khosravi |
Subject | Re: [Csnd] RE: pitch and speed |
Alternatively find yourself a time machine and modulate its output with phasor, as you slow the tape machine down. On 16 October 2013 21:05, Enrico Francioni <francioni61021@libero.it> wrote: Thanks Iain, |
Date | 2013-10-17 07:23 |
From | Enrico Francioni |
Subject | [Csnd] RE: pitch and speed |
some examples? -- View this message in context: http://csound.1045644.n5.nabble.com/pitch-and-speed-tp5728418p5728434.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-10-17 19:42 |
From | peiman khosravi |
Subject | Re: [Csnd] RE: pitch and speed |
The manual example for pvscale: <CsoundSynthesizer> <CsOptions> -odac </CsOptions> <CsInstruments> sr = 44100 ksmps = 16 nchnls = 1 0dbfs = 1 ;; example written by joachim heintz 2009 instr 1 ifftsize = 1024 ioverlap = ifftsize / 4 iwinsize = ifftsize iwinshape = 1; von-Hann window Sfile = "fox.wav" ain soundin Sfile fftin pvsanal ain, ifftsize, ioverlap, iwinsize, iwinshape; fft-analysis of the audio-signal fftblur pvscale fftin, p4, p5, p6; scale aout pvsynth fftblur; resynthesis out aout endin </CsInstruments> <CsScore> i 1 0 3 1 0 1; original sound i 1 3 3 1.5 0 2; fifth higher without ... i 1 6 3 1.5 1 2; ... and with different ... i 1 9 3 1.5 2 5; ... kinds of formant preservation e </CsScore> </CsoundSynthesizer> On 17 October 2013 07:23, Enrico Francioni <francioni61021@libero.it> wrote: some examples? |
Date | 2013-10-17 20:06 |
From | Enrico Francioni |
Subject | [Csnd] RE: pitch and speed |
thank you peiman, thank you joachim, e -- View this message in context: http://csound.1045644.n5.nabble.com/pitch-and-speed-tp5728418p5728472.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-10-17 22:38 |
From | Andres Cabrera |
Subject | Re: [Csnd] RE: pitch and speed |
That's a clever idea, hadn't thought of that! It would look:aphasor phasor 10 ain soundin Sfile, itime + aphasor Andrés On Wed, Oct 16, 2013 at 3:10 PM, peiman khosravi <peimankhosravi@gmail.com> wrote:
|
Date | 2013-10-17 22:56 |
From | Rory Walsh |
Subject | Re: [Csnd] RE: pitch and speed |
Didn't Joachim write a UDO for this in two weeks time already? On 17 October 2013 22:38, Andres Cabrera |
Date | 2013-10-18 00:35 |
From | Andres Cabrera |
Subject | Re: [Csnd] RE: pitch and speed |
Yes, you have to get these plugin opcodes using csound6 itself: idays = 15 systemruninfuture "wget https://www.csounds.com/conference/timemachine.so", idays*24*60Andrés On Thu, Oct 17, 2013 at 2:56 PM, Rory Walsh <rorywalsh@ear.ie> wrote: Didn't Joachim write a UDO for this in two weeks time already? |
Date | 2013-10-18 00:40 |
From | peiman khosravi |
Subject | Re: [Csnd] RE: pitch and speed |
A complete diversion, but one that might aid the building of a time machine. Recently I was chatting to a physicist and he told me that even sound, beyond a certain frequency (I think it was frequency) exhibits particle behaviour, like light. The particle even has a name I think. True?
On 18 October 2013 00:35, Andres Cabrera <mantaraya36@gmail.com> wrote:
|