[Csnd] Stretching audio
Date | 2010-02-01 23:24 |
From | Julien Claassen |
Subject | [Csnd] Stretching audio |
Hello everyone! Sorry, for those on LAU, this is kind of cross posting. I'm looking for a way to stretch audio in the extreme. does csound perhaps contain something like hypermammut by Paul Nasca? A module to stretch audio for effects or extreme listeneing (50% upwards) with good results? Kindest regards and thanks Julien -------- Music was my first love and it will be my last (John Miles) ======== FIND MY WEB-PROJECT AT: ======== http://ltsb.sourceforge.net the Linux TextBased Studio guide ======= AND MY PERSONAL PAGES AT: ======= http://www.juliencoder.de Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2010-02-01 23:32 |
From | Peiman Khosravi |
Subject | [Csnd] Re: Stretching audio |
Yes you can use pvsbufread with large FFT windows, possibly together with pvsmooth or pvsblur to smooth the result. Best Peiman On 1 Feb 2010, at 23:24, Julien Claassen wrote:
|
Date | 2010-02-01 23:37 |
From | Peiman Khosravi |
Subject | [Csnd] Re: Stretching audio |
To be more clear. Check these are the relevant opcodes: pvsanal pvsynth pvsbuffer pvsbufread pvsblur pvsmooth Best, Peiman On 1 Feb 2010, at 23:24, Julien Claassen wrote: > Hello everyone! > Sorry, for those on LAU, this is kind of cross posting. > I'm looking for a way to stretch audio in the extreme. does csound > perhaps contain something like hypermammut by Paul Nasca? A module > to stretch audio for effects or extreme listeneing (50% upwards) > with good results? > Kindest regards and thanks > Julien > > -------- > Music was my first love and it will be my last (John Miles) > > ======== FIND MY WEB-PROJECT AT: ======== > http://ltsb.sourceforge.net > the Linux TextBased Studio guide > ======= AND MY PERSONAL PAGES AT: ======= > http://www.juliencoder.de > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body > "unsubscribe csound" Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2010-02-01 23:57 |
From | DavidW |
Subject | [Csnd] Re: Re: Stretching audio |
Not sure what your platform is... ( I wish people on this list would mention it as a matter of course. Most times I just ignore posts that don't.) anyway, you could try http://margaretnoble.net/blog/stretched_toperfection/ It's a blog entry about Nasca Paul's sound stretching software. Free, for Linux or Windows. Only 1.78 MB unzipped. It's optimized for VERY long time stretches. David On 02/02/2010, at 10:32 AM, Peiman Khosravi wrote: > Yes you can use pvsbufread with large FFT windows, possibly together > with pvsmooth or pvsblur to smooth the result. > > Best > > Peiman > > > > On 1 Feb 2010, at 23:24, Julien Claassen wrote: > >> Hello everyone! >> Sorry, for those on LAU, this is kind of cross posting. >> I'm looking for a way to stretch audio in the extreme. does csound >> perhaps contain something like hypermammut by Paul Nasca? A module >> to stretch audio for effects or extreme listeneing (50% upwards) >> with good results? >> Kindest regards and thanks >> Julien >> >> -------- >> Music was my first love and it will be my last (John Miles) >> >> ======== FIND MY WEB-PROJECT AT: ======== >> http://ltsb.sourceforge.net >> the Linux TextBased Studio guide >> ======= AND MY PERSONAL PAGES AT: ======= >> http://www.juliencoder.de >> >> >> Send bugs reports to this list. >> To unsubscribe, send email sympa@lists.bath.ac.uk with body >> "unsubscribe csound" > ________________________________________________ Dr David Worrall. - Experimental Polymedia: worrall.avatar.com.au - Sonification: www.sonifiction.com.au - Education for Financial Independence: www.mindthemarkets.com.au Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2010-02-02 00:04 |
From | Peiman Khosravi |
Subject | [Csnd] Re: Re: Re: Stretching audio |
I think the original question was if Paul Nasca's algorithm could be achieved with Csound. Best, Peiman On 1 Feb 2010, at 23:57, DavidW wrote: > Not sure what your platform is... > ( I wish people on this list would mention it as a matter of course. > Most times I just ignore posts that don't.) > > anyway, you could try > > http://margaretnoble.net/blog/stretched_toperfection/ > > It's a blog entry about Nasca Paul's sound stretching software. > Free, for Linux or Windows. Only 1.78 MB unzipped. It's optimized > for VERY long time stretches. > > David > > On 02/02/2010, at 10:32 AM, Peiman Khosravi wrote: > >> Yes you can use pvsbufread with large FFT windows, possibly >> together with pvsmooth or pvsblur to smooth the result. >> >> Best >> >> Peiman >> >> >> >> On 1 Feb 2010, at 23:24, Julien Claassen wrote: >> >>> Hello everyone! >>> Sorry, for those on LAU, this is kind of cross posting. >>> I'm looking for a way to stretch audio in the extreme. does csound >>> perhaps contain something like hypermammut by Paul Nasca? A module >>> to stretch audio for effects or extreme listeneing (50% upwards) >>> with good results? >>> Kindest regards and thanks >>> Julien >>> >>> -------- >>> Music was my first love and it will be my last (John Miles) >>> >>> ======== FIND MY WEB-PROJECT AT: ======== >>> http://ltsb.sourceforge.net >>> the Linux TextBased Studio guide >>> ======= AND MY PERSONAL PAGES AT: ======= >>> http://www.juliencoder.de >>> >>> >>> Send bugs reports to this list. >>> To unsubscribe, send email sympa@lists.bath.ac.uk with body >>> "unsubscribe csound" >> > > ________________________________________________ > Dr David Worrall. > - Experimental Polymedia: worrall.avatar.com.au > - Sonification: www.sonifiction.com.au > - Education for Financial Independence: www.mindthemarkets.com.au > > > > > > > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body > "unsubscribe csound" Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2010-02-02 00:18 |
From | DavidW |
Subject | [Csnd] Re: Re: Re: Re: Stretching audio |
Oh - sorry Pieman, - told you i ignore mostly :-) .. Short answer then is "could be achieved by whom?" and answer is "no" unless they have his algorithm, I guess. D. On 02/02/2010, at 11:04 AM, Peiman Khosravi wrote: > I think the original question was if Paul Nasca's algorithm could be > achieved with Csound. > > Best, > > Peiman > > > On 1 Feb 2010, at 23:57, DavidW wrote: > >> Not sure what your platform is... >> ( I wish people on this list would mention it as a matter of >> course. Most times I just ignore posts that don't.) >> >> anyway, you could try >> >> http://margaretnoble.net/blog/stretched_toperfection/ >> >> It's a blog entry about Nasca Paul's sound stretching software. >> Free, for Linux or Windows. Only 1.78 MB unzipped. It's optimized >> for VERY long time stretches. >> >> David >> >> On 02/02/2010, at 10:32 AM, Peiman Khosravi wrote: >> >>> Yes you can use pvsbufread with large FFT windows, possibly >>> together with pvsmooth or pvsblur to smooth the result. >>> >>> Best >>> >>> Peiman >>> >>> >>> >>> On 1 Feb 2010, at 23:24, Julien Claassen wrote: >>> >>>> Hello everyone! >>>> Sorry, for those on LAU, this is kind of cross posting. >>>> I'm looking for a way to stretch audio in the extreme. does >>>> csound perhaps contain something like hypermammut by Paul Nasca? >>>> A module to stretch audio for effects or extreme listeneing (50% >>>> upwards) with good results? >>>> Kindest regards and thanks >>>> Julien >>>> >>>> -------- >>>> Music was my first love and it will be my last (John Miles) >>>> >>>> ======== FIND MY WEB-PROJECT AT: ======== >>>> http://ltsb.sourceforge.net >>>> the Linux TextBased Studio guide >>>> ======= AND MY PERSONAL PAGES AT: ======= >>>> http://www.juliencoder.de >>>> >>>> >>>> Send bugs reports to this list. >>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body >>>> "unsubscribe csound" >>> >> >> ________________________________________________ >> Dr David Worrall. >> - Experimental Polymedia: worrall.avatar.com.au >> - Sonification: www.sonifiction.com.au >> - Education for Financial Independence: www.mindthemarkets.com.au >> >> >> >> >> >> >> >> >> Send bugs reports to this list. >> To unsubscribe, send email sympa@lists.bath.ac.uk with body >> "unsubscribe csound" > > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body > "unsubscribe csound" ________________________________________________ Dr David Worrall. - Experimental Polymedia: worrall.avatar.com.au - Sonification: www.sonifiction.com.au - Education for Financial Independence: www.mindthemarkets.com.au Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2010-02-02 00:31 |
From | Peiman Khosravi |
Subject | [Csnd] Re: Re: Re: Re: Re: Stretching audio |
I don't know the exact ins and outs of Nasca's code but from what I've heard the programme uses a very large window size and probably randomises the FFT bins' phases to smooth the result. The same effect could easily be achieved with the pvs opcodes. Best, P On 2 Feb 2010, at 00:18, DavidW wrote: > Oh - sorry Pieman, - told you i ignore mostly :-) .. > > Short answer then is "could be achieved by whom?" > and answer is "no" unless they have his algorithm, I guess. > > D. > On 02/02/2010, at 11:04 AM, Peiman Khosravi wrote: > >> I think the original question was if Paul Nasca's algorithm could >> be achieved with Csound. >> >> Best, >> >> Peiman >> >> >> On 1 Feb 2010, at 23:57, DavidW wrote: >> >>> Not sure what your platform is... >>> ( I wish people on this list would mention it as a matter of >>> course. Most times I just ignore posts that don't.) >>> >>> anyway, you could try >>> >>> http://margaretnoble.net/blog/stretched_toperfection/ >>> >>> It's a blog entry about Nasca Paul's sound stretching software. >>> Free, for Linux or Windows. Only 1.78 MB unzipped. It's >>> optimized for VERY long time stretches. >>> >>> David >>> >>> On 02/02/2010, at 10:32 AM, Peiman Khosravi wrote: >>> >>>> Yes you can use pvsbufread with large FFT windows, possibly >>>> together with pvsmooth or pvsblur to smooth the result. >>>> >>>> Best >>>> >>>> Peiman >>>> >>>> >>>> >>>> On 1 Feb 2010, at 23:24, Julien Claassen wrote: >>>> >>>>> Hello everyone! >>>>> Sorry, for those on LAU, this is kind of cross posting. >>>>> I'm looking for a way to stretch audio in the extreme. does >>>>> csound perhaps contain something like hypermammut by Paul Nasca? >>>>> A module to stretch audio for effects or extreme listeneing (50% >>>>> upwards) with good results? >>>>> Kindest regards and thanks >>>>> Julien >>>>> >>>>> -------- >>>>> Music was my first love and it will be my last (John Miles) >>>>> >>>>> ======== FIND MY WEB-PROJECT AT: ======== >>>>> http://ltsb.sourceforge.net >>>>> the Linux TextBased Studio guide >>>>> ======= AND MY PERSONAL PAGES AT: ======= >>>>> http://www.juliencoder.de >>>>> >>>>> >>>>> Send bugs reports to this list. >>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body >>>>> "unsubscribe csound" >>>> >>> >>> ________________________________________________ >>> Dr David Worrall. >>> - Experimental Polymedia: worrall.avatar.com.au >>> - Sonification: www.sonifiction.com.au >>> - Education for Financial Independence: www.mindthemarkets.com.au >>> >>> >>> >>> >>> >>> >>> >>> >>> Send bugs reports to this list. >>> To unsubscribe, send email sympa@lists.bath.ac.uk with body >>> "unsubscribe csound" >> >> >> >> Send bugs reports to this list. >> To unsubscribe, send email sympa@lists.bath.ac.uk with body >> "unsubscribe csound" > > ________________________________________________ > Dr David Worrall. > - Experimental Polymedia: worrall.avatar.com.au > - Sonification: www.sonifiction.com.au > - Education for Financial Independence: www.mindthemarkets.com.au > > > > > > > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body > "unsubscribe csound" Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2010-02-02 00:42 |
From | DavidW |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Stretching audio |
yep - I'm not disagreeing - but, with many of these things, the devil is in the detail. It would be nice though. A colleague reports excellent aural results with Nasca's algorithm: "Like Harry Partch once said (about one of his instruments) "It does only one thing, but that one thing it does very well." I'm just listening to some stretched birds with it, and the results are very nice indeed. Highly recommended!" D. On 02/02/2010, at 11:31 AM, Peiman Khosravi wrote: > I don't know the exact ins and outs of Nasca's code but from what > I've heard the programme uses a very large window size and probably > randomises the FFT bins' phases to smooth the result. The same > effect could easily be achieved with the pvs opcodes. > > Best, > > P > > On 2 Feb 2010, at 00:18, DavidW wrote: > >> Oh - sorry Pieman, - told you i ignore mostly :-) .. >> >> Short answer then is "could be achieved by whom?" >> and answer is "no" unless they have his algorithm, I guess. >> >> D. >> On 02/02/2010, at 11:04 AM, Peiman Khosravi wrote: >> >>> I think the original question was if Paul Nasca's algorithm could >>> be achieved with Csound. >>> >>> Best, >>> >>> Peiman >>> >>> >>> On 1 Feb 2010, at 23:57, DavidW wrote: >>> >>>> Not sure what your platform is... >>>> ( I wish people on this list would mention it as a matter of >>>> course. Most times I just ignore posts that don't.) >>>> >>>> anyway, you could try >>>> >>>> http://margaretnoble.net/blog/stretched_toperfection/ >>>> >>>> It's a blog entry about Nasca Paul's sound stretching software. >>>> Free, for Linux or Windows. Only 1.78 MB unzipped. It's >>>> optimized for VERY long time stretches. >>>> >>>> David >>>> >>>> On 02/02/2010, at 10:32 AM, Peiman Khosravi wrote: >>>> >>>>> Yes you can use pvsbufread with large FFT windows, possibly >>>>> together with pvsmooth or pvsblur to smooth the result. >>>>> >>>>> Best >>>>> >>>>> Peiman >>>>> >>>>> >>>>> >>>>> On 1 Feb 2010, at 23:24, Julien Claassen wrote: >>>>> >>>>>> Hello everyone! >>>>>> Sorry, for those on LAU, this is kind of cross posting. >>>>>> I'm looking for a way to stretch audio in the extreme. does >>>>>> csound perhaps contain something like hypermammut by Paul >>>>>> Nasca? A module to stretch audio for effects or extreme >>>>>> listeneing (50% upwards) with good results? >>>>>> Kindest regards and thanks >>>>>> Julien >>>>>> >>>>>> -------- >>>>>> Music was my first love and it will be my last (John Miles) >>>>>> ________________________________________________ Dr David Worrall. - Experimental Polymedia: worrall.avatar.com.au - Sonification: www.sonifiction.com.au - Education for Financial Independence: www.mindthemarkets.com.au Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2010-02-02 00:50 |
From | Diego Saá |
Subject | [Csnd] RE: Re: Re: Re: Re: Re: Re: Stretching audio |
I guess the best algorithm to find the missing samples for a sound, would be polynomial or spline interpolation? Probably, the time stretching opcodes implement those algorithms. Diego Saa > From: vip@avatar.com.au > To: csound@lists.bath.ac.uk > Date: Tue, 2 Feb 2010 11:42:05 +1100 > Subject: [Csnd] Re: Re: Re: Re: Re: Re: Stretching audio > > yep - I'm not disagreeing - but, with many of these things, the devil > is in the detail. > It would be nice though. A colleague reports excellent aural results > with Nasca's algorithm: > > "Like Harry Partch once said (about one of his instruments) "It does > only one thing, but that one thing it does very well." I'm just > listening to some stretched birds with it, and the results are very > nice indeed. Highly recommended!" > D. > > On 02/02/2010, at 11:31 AM, Peiman Khosravi wrote: > > > I don't know the exact ins and outs of Nasca's code but from what > > I've heard the programme uses a very large window size and probably > > randomises the FFT bins' phases to smooth the result. The same > > effect could easily be achieved with the pvs opcodes. > > > > Best, > > > > P > > > > On 2 Feb 2010, at 00:18, DavidW wrote: > > > >> Oh - sorry Pieman, - told you i ignore mostly :-) .. > >> > >> Short answer then is "could be achieved by whom?" > >> and answer is "no" unless they have his algorithm, I guess. > >> > >> D. > >> On 02/02/2010, at 11:04 AM, Peiman Khosravi wrote: > >> > >>> I think the original question was if Paul Nasca's algorithm could > >>> be achieved with Csound. > >>> > >>> Best, > >>> > >>> Peiman > >>> > >>> > >>> On 1 Feb 2010, at 23:57, DavidW wrote: > >>> > >>>> Not sure what your platform is... > >>>> ( I wish people on this list would mention it as a matter of > >>>> course. Most times I just ignore posts that don't.) > >>>> > >>>> anyway, you could try > >>>> > >>>> http://margaretnoble.net/blog/stretched_toperfection/ > >>>> > >>>> It's a blog entry about Nasca Paul's sound stretching software. > >>>> Free, for Linux or Windows. Only 1.78 MB unzipped. It's > >>>> optimized for VERY long time stretches. > >>>> > >>>> David > >>>> > >>>> On 02/02/2010, at 10:32 AM, Peiman Khosravi wrote: > >>>> > >>>>> Yes you can use pvsbufread with large FFT windows, possibly > >>>>> together with pvsmooth or pvsblur to smooth the result. > >>>>> > >>>>> Best > >>>>> > >>>>> Peiman > >>>>> > >>>>> > >>>>> > >>>>> On 1 Feb 2010, at 23:24, Julien Claassen wrote: > >>>>> > >>>>>> Hello everyone! > >>>>>> Sorry, for those on LAU, this is kind of cross posting. > >>>>>> I'm looking for a way to stretch audio in the extreme. does > >>>>>> csound perhaps contain something like hypermammut by Paul > >>>>>> Nasca? A module to stretch audio for effects or extreme > >>>>>> listeneing (50% upwards) with good results? > >>>>>> Kindest regards and thanks > >>>>>> Julien > >>>>>> > >>>>>> -------- > >>>>>> Music was my first love and it will be my last (John Miles) > >>>>>> > > ________________________________________________ > Dr David Worrall. > - Experimental Polymedia: worrall.avatar.com.au > - Sonification: www.sonifiction.com.au > - Education for Financial Independence: www.mindthemarkets.com.au > > > > > > > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" Hotmail: Vertrauenswürdige E-Mails dank leistungsstarkem SPAM-Schutz. Melden Sie sich jetzt an. |
Date | 2010-02-02 11:02 |
From | Julien Claassen |
Subject | [Csnd] Re: Re: Stretching audio |
Hello! Thanks Peiman for all the info. David, just to tell you, I'm on Linux, which in this case was mostly beside the point, as I really wanted to find a good way to do extreme stretches WITH CSOUND. My problem, why I don't use Paul Nasca's software: I'm blind. So csound is a perfect environment for me. Kindly yours Julien -------- Music was my first love and it will be my last (John Miles) ======== FIND MY WEB-PROJECT AT: ======== http://ltsb.sourceforge.net the Linux TextBased Studio guide ======= AND MY PERSONAL PAGES AT: ======= http://www.juliencoder.de Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2010-02-02 13:20 |
From | Rory Walsh |
Subject | [Csnd] Re: Re: Re: Stretching audio |
There was some discussion on the developers list about adding phase locking and transient detection to the pvs tools in Csound. If these techniques were implemented they would lead to far better time stretching, it's just a question of whether Victor or Richard(or anyone else for that matter) will have the time to implement them in the near future. Rory. On 2 February 2010 11:02, Julien Claassen |