Re: [music-dsp] Reading a buffer at variable speed

2018-02-06 Thread Maximiliano Estudies
The buffer must be read at a variable speed, >>Do you mean it has to be played out at higher sample rates ? yes it has to be played out at higher sample rates, so I start at the original sample rate and end at sample rate * some chosen value how long will it take to play the whole

Re: [music-dsp] Reading a buffer at variable speed

2018-02-06 Thread Stefan Sullivan
Can you explain your notation a little bit? Is x[t] the sample index into your signal? And t is time in samples? I might formulate it as a Delta of indicies where a Delta of 1 is a normal playback speed and you have some exponential rate. Would something like this work? delta *= rate t += delta

[music-dsp] Postdoctoral Research Assistant in Computational Sound Scene Analysis (deadline: 7 March 2018)

2018-02-06 Thread Emmanouil Benetos
Postdoctoral Research Assistant in Computational Sound Scene Analysis Queen Mary University of London, UK Salary: GBP 32,956 to GBP 36,677 per annum Closing Date: 07 March 2018 (23:59 GMT) https://webapps2.is.qmul.ac.uk/jobs/job.action?jobID=3095 === Description: The school of Electronic

[music-dsp] The Gaborator, a C++ library for constant-Q spectrograms

2018-02-06 Thread Andreas Gustafsson
Hello all, The first public release of the Gaborator library is now available. The Gaborator is a C++ library that generates constant-Q spectrograms for visualization and analysis of audio signals. It also supports an accurate inverse transformation of the spectrogram coefficients back into

Re: [music-dsp] Reading a buffer at variable speed

2018-02-06 Thread Ethan Fenn
Let's let t be the time, and s be the position in the buffer. So, for example, playing back at double speed you'd just have s=2*t. To make it exponential, and have s=0 at t=0, we can write: s = C*R*(e^(t/C) - 1) Here R is the initial playback rate (R=1 if it should start at normal pitch), and C

[music-dsp] Reading a buffer at variable speed

2018-02-06 Thread Maximiliano Estudies
I am having trouble with this concept for quite some time now, I hope that I can explain it well enough so you can understand what I mean. I have signal stored in a buffer of known length. The buffer must be read at a variable speed, and the variations in speed have to be exponential, so that the

Re: [music-dsp] Reading a buffer at variable speed

2018-02-06 Thread Benny Alexandar
>> The buffer must be read at a variable speed, Do you mean it has to be played out at higher sample rates ? >> how long will it take to play the whole buffer If you can derive an average rate out of it then you can determine it. -ben From:

[music-dsp] Formants

2018-02-06 Thread Frank Sheeran
I'm hoping to make some formant synthesis patches with my modular soft synth Moselle. http://moselle-synth.com I've looked around for formant tables and find tables with more vowels and fewer formants, or fewer vowels and more formants. Tables with amplitude seem to have fewer vowels and only

Re: [music-dsp] Formants

2018-02-06 Thread Andy Drucker
I take it you're using this formant table: https://www.classes.cs.uchicago.edu/archive/1999/spring/CS295/Computing_ Resources/Csound/CsManual3.48b1.HTML/Appendices/table3.html The Hz-to-Q conversion is described in the caption of the illustration here: https://en.wikipedia.org/wiki/Q_factor