(unknown)
Date | 2016-04-04 13:38 |
From | "Joe ." |
Subject | (unknown) |
Hi-
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
I'm a relatively new user. I've had an idea for a while of creating completely synthesized instruments which can intone the different phonemes of the spoken tongue while at the same time articulating pitch. So for example, and instrument that can go faa, waa, dum, reee, stuff like that, which is completely generated in Csound and not mutation of someone singing. Has anything like this been attempted before? What opcodes should I look into to try to create these effects? Joe |
Date | 2016-04-04 13:51 |
From | jpff |
Subject | (unknown) |
Look at fof opcode, sand the complete piece Elrectric Priest for some clues Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2016-04-04 15:14 |
From | "Joe ." |
Subject | (unknown) |
Great! Thanks. I was thinking more in terms of different "consonant" sounds in the attack, rather than voice imitation, though. Can the fof opcode produce this? I'm guessing it will be most likely accomplishable by one of the spectral-inclined opcodes, or by a combination of them. The Electric Priest piece is a great start though! Definitely gonna be studying it. Thanks- Joe Joe On Mon, Apr 4, 2016 at 8:51 PM, jpff <jpff@codemist.co.uk> wrote: Look at fof opcode, sand the complete piece Elrectric Priest for some clues |
Date | 2016-04-04 21:21 |
From | Peter Burgess |
Subject | (unknown) |
If you haven't already, you should look into physical modelling. It's a vast topic, and one I don't know nearly enough about about, but there are people on this list who know alot more about it. That said, if your new to Csound, it could be a big task. I'm going to be trying voice synthesis sooner or later, and here are the two articles I've bookmarked on the subject so far: http://www.soundonsound.com/sos/mar01/articles/synthsec.asp http://journals.plos.org/plosone/article?id=10.1371%2Fjournal.pone.0060603 Pete On Mon, Apr 4, 2016 at 3:14 PM, Joe . |