|
Suppose I record a spoken sentence to audio, what is the best way to add a melody to it - make it sing?
Would pvscale do the trick? Richard |
|
Try pvscross and use a monophonic oscillator as the signal whose
frequencies you want to be the replacement. On 2/13/12, zappfinger <[hidden email]> wrote: > Suppose I record a spoken sentence to audio, what is the best way to add a > melody to it - make it sing? > Would pvscale do the trick? > > Richard > > -- > View this message in context: > http://csound.1045644.n5.nabble.com/how-to-make-spoken-text-sing-pvscale-tp5480606p5480606.html > Sent from the Csound - General mailing list archive at Nabble.com. > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email [hidden email] with body "unsubscribe > csound" > > Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email [hidden email] with body "unsubscribe csound" |
|
Ok, thanks. I will give that a try.
Richard |
|
This post was updated on .
In reply to this post by zappfinger
Ok, this seems to work. Attached is a quick example that makes "the quick brown fox.." 'sing', more or less.
To improve this, the spoken audio file should of course be analysed for start and end of words, and durations of words. This should then be converted to notes in the score, with specific pitches. And finally envelopes should be used on the signal generator... Richard pvscross1.csd |
|
Hi,
Interesting. Can you post the audio somewhere for us to listen? Cheers, Andrés On Wed, Feb 15, 2012 at 3:56 PM, zappfinger <[hidden email]> wrote: Ok, this seems to work. Attached is a quick example that makes "the quick |
|
Hi Andres,
Here is the wave file. In fact it is the 'fox.wav' demo file that is used in many csound examples. Richard fox.wav |
|
Hi Richard,
Yes, I knew that was the file, I'm just lazy so I was wondering if you could post the rendered sound... :) Cheers, Andrés On Wed, Feb 15, 2012 at 6:36 PM, zappfinger <[hidden email]> wrote: Hi Andres, |
|
Ah, the rendered sound. Ok, here it is.
BTW, I changed the line: fcross pvscross fftin2, fftin, 0, 1 The amplitude of fftin2 is now 0, which sounds more natural. Another improvement would be to add a (delayed) vibrato on the source file.. Richard pvscross1.wav |
|
Sounds like a phase vocoder. Nice.
Now if only there were a pitch correction plugin opcode for Csound (maybe someone could incorporate the Autotalent algorithm?). On 2/15/12, zappfinger <[hidden email]> wrote: > Ah, the rendered sound. Ok, here it is. > BTW, I changed the line: > > fcross pvscross fftin2, fftin, 0, 1 > > The amplitude of fftin2 is now 0, which sounds more natural. > Another improvement would be to add a (delayed) vibrato on the source file.. > > > Richard > > http://csound.1045644.n5.nabble.com/file/n5487173/pvscross1.wav > pvscross1.wav > > > -- > View this message in context: > http://csound.1045644.n5.nabble.com/how-to-make-spoken-text-sing-pvscale-tp5480606p5487173.html > Sent from the Csound - General mailing list archive at Nabble.com. > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email [hidden email] with body "unsubscribe > csound" > > Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email [hidden email] with body "unsubscribe csound" |
|
I posted an autotuner example here sometime back:
http://csound.1045644.n5.nabble.com/for-all-the-budding-popstars-out-there-td2799919.html On 15 Feb 2012, at 20:51, Adam Puckett wrote: > Sounds like a phase vocoder. Nice. > > Now if only there were a pitch correction plugin opcode for Csound > (maybe someone could incorporate the Autotalent algorithm?). > > On 2/15/12, zappfinger <[hidden email]> wrote: >> Ah, the rendered sound. Ok, here it is. >> BTW, I changed the line: >> >> fcross pvscross fftin2, fftin, 0, 1 >> >> The amplitude of fftin2 is now 0, which sounds more natural. >> Another improvement would be to add a (delayed) vibrato on the source file.. >> >> >> Richard >> >> http://csound.1045644.n5.nabble.com/file/n5487173/pvscross1.wav >> pvscross1.wav >> >> >> -- >> View this message in context: >> http://csound.1045644.n5.nabble.com/how-to-make-spoken-text-sing-pvscale-tp5480606p5487173.html >> Sent from the Csound - General mailing list archive at Nabble.com. >> >> >> Send bugs reports to the Sourceforge bug tracker >> https://sourceforge.net/tracker/?group_id=81968&atid=564599 >> Discussions of bugs and features can be posted here >> To unsubscribe, send email [hidden email] with body "unsubscribe >> csound" >> >> > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email [hidden email] with body "unsubscribe csound" > Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email [hidden email] with body "unsubscribe csound" |
|
In reply to this post by zappfinger
Cool, thanks!
I think you can avoid the vocoder sound if you use Victor's method. Cheers, Andrés On Wed, Feb 15, 2012 at 7:46 PM, zappfinger <[hidden email]> wrote: Ah, the rendered sound. Ok, here it is. |
|
In reply to this post by Victor Lazzarini
Very nice! I'll be using these in my first Csound lecture next week. I have some trouble compiling the first of the two examples though. I guess it something trivial, but my three-o-clock-friday-afternoon-brain are unable to see what's wrong:
orch compiler: opcode PitchShifter a akkii
opcode Autotune a aiiio
internal message: strsav: buffer length now 1016 error: no legal opcodeinternal message: strsav: buffer length now 1016 error: no legal opcode instr 1
2 syntax errors in orchestra. compilation invalid ------- Compiler Ended ------- On Wed, Feb 15, 2012 at 9:57 PM, Victor Lazzarini <[hidden email]> wrote: I posted an autotuner example here sometime back: Mvh. Bernt Isak Wærstad |
|
It works here. Maybe when you copied and pasted some strange characters were added? Try the attached file.
On 17 Feb 2012, at 13:57, Bernt Isak Wærstad wrote: Very nice! I'll be using these in my first Csound lecture next week. I have some trouble compiling the first of the two examples though. I guess it something trivial, but my three-o-clock-friday-afternoon-brain are unable to see what's wrong: Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie |
|
I had this happen too - it's just a couple of comments that became detached from their semicolons by spilling over to the next line. I found them, hit backspace till they turned green again, then it worked. Rich Duckworth Lecturer in Music Technology Department of Music House 5 Trinity College Dublin 2 Ireland Tel 353 1 896 1500 It's the most devastating moment in a young mans life, when he quite reasonably says to himself, "I shall never play The Dane!" From: Victor Lazzarini <[hidden email]> To: [hidden email] Sent: Friday, 17 February 2012, 15:59 Subject: Re: [Csnd] Re: how to make spoken text sing? - pvscale? It works here. Maybe when you copied and pasted some strange characters were added? Try the attached file. On 17 Feb 2012, at 13:57, Bernt Isak Wærstad wrote: Very nice! I'll be using these in my first Csound lecture next week. I have some trouble compiling the first of the two examples though. I guess it something trivial, but my three-o-clock-friday-afternoon-brain are unable to see what's wrong: Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie |
|
So, it was the green that did the
trick;)?
Art Hunkins
|
|
Yes, just like the green marker trick I use to make all my CDs sound good :) Rich Duckworth Lecturer in Music Technology Department of Music House 5 Trinity College Dublin 2 Ireland Tel 353 1 896 1500 It's the most devastating moment in a young mans life, when he quite reasonably says to himself, "I shall never play The Dane!" From: Art Hunkins <[hidden email]> To: [hidden email] Sent: Friday, 17 February 2012, 20:40 Subject: Re: [Csnd] Re: how to make spoken text sing? - pvscale? So, it was the green that did the
trick;)?
Art Hunkins
|
|
In reply to this post by Victor Lazzarini
Ah, yes that was probably the problem. The attached file works fine. Thanks!
On Fri, Feb 17, 2012 at 4:59 PM, Victor Lazzarini <[hidden email]> wrote:
Mvh. Bernt Isak Wærstad |
| Powered by Nabble | See how NAML generates this page |
