[Csnd] vocoder and the physics of speech
Date | 2013-12-31 21:40 |
From | Richard van Bemmelen |
Subject | Re: [Csnd] vocoder and the physics of speech |
Well, there is of course the vowgen udo: This can be used for creating vowels. For consonants, like s, p, t, etc, you could use filtered noise and/or short impulse signals.
Richard 2013/12/31 Machina <machinadeoro@gmail.com>
|
Date | 2013-12-31 22:53 |
From | peiman khosravi |
Subject | Re: [Csnd] vocoder and the physics of speech |
Might be worth taking a look LPC too. It gives you an output for periodicity which lets you detect unvoiced speech. Unfortunately it's non-real-time only.
Manual/lpanal.html
Manual/lpread.html P On 31 December 2013 21:40, Richard van Bemmelen <zappfinger@gmail.com> wrote:
|
Date | 2013-12-31 23:32 |
From | Andres Cabrera |
Subject | Re: [Csnd] vocoder and the physics of speech |
Hi, (and I'm not sure whether that is possible in Csound)If I remember correctly, you can get whispered speech from a vocoder by randomizing the phases of the FFT bins for every window. I might be wrong though... Cheers, Andrés On Tue, Dec 31, 2013 at 12:29 PM, Machina <machinadeoro@gmail.com> wrote:
|
Date | 2014-01-01 21:27 |
From | Oeyvind Brandtsegg |
Subject | Re: [Csnd] vocoder and the physics of speech |
For traditional vocoding (it sounds as if that's what you're after?), you could try pvsvoc, or even pvsmorph for more flexibility. A multiband compressor will probably aid in getting the sibliants more clearly through, and as for the 'unvoiced' variant, I guess someone here (Victor? Richard Dobson? ++?) has knowledge of how to get rid of the fundamental of the speech signal. best Oeyvind 2013/12/31 peiman khosravi |