Csound Csound-dev Csound-tekno Search About

[Csnd] Singing voice synthesis

Date2014-06-12 16:15
FromMichael Gogins
Subject[Csnd] Singing voice synthesis
AttachmentsNone  None  
Can anyone point me to open source software for singing voice synthesis, and a note on how good it is?

Thanks,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

Date2014-06-12 22:12
FromErin Gee
SubjectRe: [Cs-dev] [cec-c] Singing voice synthesis
AttachmentsNone  None  
I'm interested in this too actually, if you get any bites Michael I'd be grateful if you passed them along


On Thu, Jun 12, 2014 at 11:15 AM, Michael Gogins <michael.gogins@gmail.com> wrote:
Can anyone point me to open source software for singing voice synthesis, and a note on how good it is?

Thanks,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

--
You received this message because you are subscribed to the Google Groups "CEC-Conference" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cec-conference+unsubscribe@googlegroups.com.
To post to this group, send email to cec-conference@googlegroups.com.
Visit this group at http://groups.google.com/group/cec-conference.
For more options, visit https://groups.google.com/d/optout.



--

Futurefemmes: women and technological culture interviews, features, works

http://www.eringee.net

Date2014-06-13 02:09
FromDavid Hirst
SubjectRe: [Cs-dev] [cec-c] Singing voice synthesis
AttachmentsNone  None  
This Cybilfofs Csound instrument by Jean Piché was designed to allow for legato and portamento of singing vowels. The idea is to create one long note, the length of a phrase, & then use f table lookups for pitch & duration. The Csound inst & score text is here:

 You can hear an example of its use in my piece OMG on the album "The Shape of Water" just released on iTunes (plug, plug).
I believe Jean's related software Cecili 5 is still around on the net.

Cheers,
David


On 13 Jun 2014, at 1:15 am, Michael Gogins <michael.gogins@gmail.com> wrote:

Can anyone point me to open source software for singing voice synthesis, and a note on how good it is?

Thanks,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

--
You received this message because you are subscribed to the Google Groups "CEC-Conference" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cec-conference+unsubscribe@googlegroups.com.
To post to this group, send email to cec-conference@googlegroups.com.
Visit this group at http://groups.google.com/group/cec-conference.
For more options, visit https://groups.google.com/d/optout.

Date2014-06-13 02:12
FromDavid Hirst
SubjectRe: [Cs-dev] [cec-c] Singing voice synthesis
AttachmentsNone  None  
Forgot to add that Cybilfofs includes dormant tables for a variety of voices - male, female, high low, child's voice.

Cheers,
David


On 13 Jun 2014, at 1:15 am, Michael Gogins <michael.gogins@gmail.com> wrote:

Can anyone point me to open source software for singing voice synthesis, and a note on how good it is?

Thanks,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

--
You received this message because you are subscribed to the Google Groups "CEC-Conference" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cec-conference+unsubscribe@googlegroups.com.
To post to this group, send email to cec-conference@googlegroups.com.
Visit this group at http://groups.google.com/group/cec-conference.
For more options, visit https://groups.google.com/d/optout.

Date2014-06-14 16:23
Fromjpff@cs.bath.ac.uk
Subject[Csnd] Re: [Cs-dev] [cec-c] Singing voice synthesis
AttachmentsNone  

Date2014-06-14 16:45
FromVictor Lazzarini
SubjectRe: [Csnd] [Cs-dev] [cec-c] Singing voice synthesis
That’s worrying. Did we do the right thing not allowing expressions there?
========================
Dr Victor Lazzarini
Senior Lecturer
NUI Maynooth, Ireland
victor dot lazzarini at nuim dot ie




On 14 Jun 2014, at 16:23, jpff@cs.bath.ac.uk wrote:

> Just to comment that this orchestra will not work with recent csound6 without a little surgery
> 
> ipi     table   i(kpik+ilast),33,0,0,1
> ->
> ipi     table   i(kpik)+ilast,33,0,0,1
> 
> 
> ibend   =       i(kbend+.33)*i(kbend+.33)+.02
>        igli    =       (idu/2)+.2
>        ishifsp =       (i(kford+1.5)*i(kford+1.5)/idu)+.2
>        ilast   =       i(kpik+ilast)
> 
> ->
> 
> ibend   =       (i(kbend)+.33)*(i(kbend)+.33)+.02
>        igli    =       (idu/2)+.2
>        ishifsp =       ((i(kford)+1.5)*(i(kford)+1.5)/idu)+.2
>        ilast   =       i(kpik)+ilast
> (or better ilast += i(kpik)
> 
> ==John ff
> Quoting David Hirst :
> 
>> This Cybilfofs Csound instrument by Jean Piché was designed to allow for legato and portamento of singing vowels. The idea is to create one long note, the length of a phrase, & then use f table lookups for pitch & duration. The Csound inst & score text is here:
>> 
>> http://ftp.iem.at/pub/ComputerMusic/csound/cecilia/BuiltIn/Cybil/CYBILfofs
>> 
>> You can hear an example of its use in my piece OMG on the album "The Shape of Water" just released on iTunes (plug, plug).
>> I believe Jean's related software Cecili 5 is still around on the net.
>> 
>> Cheers,
>> David
>> 
>> 
>>> On 13 Jun 2014, at 1:15 am, Michael Gogins  wrote:
>>> 
>>> Can anyone point me to open source software for singing voice synthesis, and a note on how good it is?
>>> 
>>> Thanks,
>>> Mike
>>> 
>>> -----------------------------------------------------
>>> Michael Gogins
>>> Irreducible Productions
>>> http://michaelgogins.tumblr.com
>>> Michael dot Gogins at gmail dot com
>>> --
>>> You received this message because you are subscribed to the Google Groups "CEC-Conference" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an email to cec-conference+unsubscribe@googlegroups.com.
>>> To post to this group, send email to cec-conference@googlegroups.com.
>>> Visit this group at http://groups.google.com/group/cec-conference.
>>> For more options, visit https://groups.google.com/d/optout.
> 
> 
> 
> 
> 
> Send bugs reports to
>       https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2014-06-14 17:49
Fromjpff@cs.bath.ac.uk
Subject[Csnd] Re:
AttachmentsNone  

Date2014-11-18 10:09
Fromlionel.feugere@gmail.com
SubjectRe: [Cs-dev] Singing voice synthesis
AttachmentsNone  None  
Hi,

You can have a look at Cantor Digitalis http://cantordigitalis.limsi.fr/, an open-source real-time singing synthesizer controlled by hand gestures that we have just released. It features a fine tuning of individual voices from a collection of pre-tuned voices.  It is mostly written in Max.

The instrument is controlled using chironomy, i.e. hand gestures, with the help of an accurate and intuitive interface based on a pen/touch graphic tablet. Vocal dimensions such as the melody, vocal effort, vowel, voice quality can easily be controlled during the performance. But if you are a programmer, you can use other interfaces.

Cantor Digitalis implements the linear acoustic source-filter model of voice production (without any prerecording segment), as well as elaborated mapping rules between high-level and low-level voice synthesis parameters established from results of the literature.

It has been demonstrated in successful concerts, with a variety of musical styles (http://youtu.be/_LTjM3Lihis?t=12s): Purcell baroque music (http://youtu.be/6kaIlPvKsCs?t=3m00s), Glass' minimalist music, Les Grandes Gueules contemporary choir (http://youtu.be/9-9_YCJRe-4), traditional Bulgarian choir, North Indian classical music (http://youtu.be/wIyZq03Jg8U), etc.:

Best,
Lionel


Le jeudi 12 juin 2014 17:15:47 UTC+2, Michael Gogins a écrit :
Can anyone point me to open source software for singing voice synthesis, and a note on how good it is?

Thanks,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

Date2014-11-24 18:10
FromCount Binoculars
SubjectRe: [Cs-dev] Singing voice synthesis
Once upon a time I used flinger (festival singer) 
http://http://www.cslu.ogi.edu/tts/flinger/fldoc.html
   quite a bit.  I
absolutely loved it but I'm not really sure what your criteria for "good"
is.  It's based on the festival speech synthesis system.  I'm not sure if
it's still actively maintained these days.  I know they were planning on
releasing the source.



--
View this message in context: http://csound.1045644.n5.nabble.com/Singing-voice-synthesis-tp5735797p5738739.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net