Re: [music-dsp] WSOLA on RealTime

2018-09-27 Thread Vladimir Pantelic
On Thu, Sep 27, 2018, 19:39 Alex Dashevski wrote: > Hi, > The current code has problem. > if I send you the current code, can you help me with implementation ? Are > you familiar with android ? > comp.dsp would read: "please do my homework for me" ___

Re: [music-dsp] WSOLA on RealTime

2018-09-27 Thread robert bristow-johnson
Original Message Subject: Re: [music-dsp] WSOLA on RealTime From: "Alex Dashevski" Date: Thu, September 27, 2018 2:15 am To: music-dsp@music.columbia.edu Cc: "robert bristow-johnson"

Re: [music-dsp] WSOLA on RealTime

2018-09-27 Thread Spencer Jackson
Alex: Any algorithm with a deterministic computation time can be applied in real-time if latency is sufficient enough. Are you familiar with the idea of copying the stream to a buffer then applying the algorithm and outputting the older data which the algorithm has already been applied to? Adding

Re: [music-dsp] WSOLA on RealTime

2018-09-27 Thread alex dashevski
Hi, I don't understand what do you mean. Could you explain ? 2018-09-27 16:17 GMT+03:00 gm mailto:g...@voxangelica.net> >: I had different solution, where the lag is reset to zero during a musical period. Kind of a tape speed-up effekt without the pitch change. Not always useful

Re: [music-dsp] WSOLA on RealTime

2018-09-27 Thread gm
I had different solution, where the lag is reset to zero during a musical period. Kind of a tape speed-up effekt without the pitch change. Not always useful though. Am 26.09.2018 um 23:25 schrieb Jacob Penn: Ahh yeah I gotcha, Yes, in the case of slow down, there Is a finite amount youb>

Re: [music-dsp] WSOLA on RealTime

2018-09-27 Thread Alex Dashevski
Hi Robert, I don't understand your last sentence: "then, in real-time, you can use the time scaler make the more or fewer samples per block to be the same as normal." In the beginning of your answer, you said that I need to use WSOLA with resampling. I have problem with implementation. Can you