Author |
Message |
Blue Hell
Site Admin

Joined: Apr 03, 2004 Posts: 24026 Location: The Netherlands, Enschede
Audio files: 275
G2 patch files: 320
|
|
Back to top
|
|
 |
Cynosure
Site Admin

Joined: Dec 11, 2010 Posts: 966 Location: Toronto, Ontario - Canada
Audio files: 82
|
|
Back to top
|
|
 |
[Q]

Joined: Sep 09, 2010 Posts: 413 Location: Continuum
Audio files: 57
|
|
Back to top
|
|
 |
Blue Hell
Site Admin

Joined: Apr 03, 2004 Posts: 24026 Location: The Netherlands, Enschede
Audio files: 275
G2 patch files: 320
|
Posted: Sun Aug 25, 2013 2:40 pm Post subject:
|
 |
|
Nice ooh aah's
Thanks for the examples, good stuff.
(added an example to my first post) _________________ Jan
also .. could someone please turn down the thermostat a bit.
 |
|
Back to top
|
|
 |
[Q]

Joined: Sep 09, 2010 Posts: 413 Location: Continuum
Audio files: 57
|
Posted: Mon Aug 26, 2013 9:13 am Post subject:
|
 |
|
This is a demo of Vocaloid 3
It features a hymntune called..
Brother James' Air Air
by
J. L. Macbeth Bain (1840?-1925)
Upper Part sung by Avanna
Lower Part sung by Avanna
Source http://www.mutopiaproject.org/
Description: |
Brother James' Air Air - J L Macbeth Bain - Sung by [Vocaloid Avanna] |
|
 Download |
Filename: |
brother_james_air.wav |
Filesize: |
6.39 MB |
Downloaded: |
881 Time(s) |
Description: |
Brother James' Air Air - J L Macbeth Bain (1840?-1925) - Source http://www.mutopiaproject.org/ |
|
 Download |
Filename: |
brother_james_air-a4.pdf |
Filesize: |
47.54 KB |
Downloaded: |
674 Time(s) |
|
|
Back to top
|
|
 |
Blue Hell
Site Admin

Joined: Apr 03, 2004 Posts: 24026 Location: The Netherlands, Enschede
Audio files: 275
G2 patch files: 320
|
Posted: Thu Sep 26, 2013 4:28 pm Post subject:
|
 |
|
My OSX is too old, but on a Mac it can be as easy as:
Code: | set currentUser to long user name of (get system info)
set firstName to first word of currentUser
set lastName to last word of currentUser
set noteValues to {60, 56, 60, 58, 50, 61, 60, 50, 52, 56, 58, 54, 63, 61, 49, 56, 56, 68, 65, 61, 60, 58, 50, 66, 66, 65, 61, 63, 61} -- F
set syllables to {"un", "hap", "p", "hay", "day", "to", "moo", "[[slnc 500]]", "un", "p", "cow", "day", "to", "boo", "[[slnc 500]]", "p", "p", "rain", "day", "dear", firstName, lastName, "[[slnc 500]]", "nap", "p", "sleep", "day", "to", "you"}
repeat with i from 1 to the length of noteValues
set thisValue to item i of noteValues
set thisSyllable to item i of syllables
if length of thisSyllable is less than 3 then
set speakingRate to 220
else
set speakingRate to 100
end if
say thisSyllable pitch thisValue using "Cellos" speaking rate speakingRate modulation 0
end repeat
|
apparently.
[ source: http://hints.macworld.com/article.php?story=20120204172337402 ]
This is AppleScript, to be entered into the script editor, to be found somewhere in your apps folder. OSX 10.5.8 doesn't do the pitch, speaking rate and modulation parameters for the say command .. so for For 10.5.8 the line
Code: | say thisSyllable pitch thisValue using "Cellos" speaking rate speakingRate modulation 0 |
can be changed to
Code: | say thisValue using "Cellos" |
a bit boring tho ...
What I also used is the say command from the command line, like :
Code: | cat <filename> | say |
which with the Cellos voice is sounding nice for a while -- too bad that a melody can not be set this way, or the speed. (not in 10.5.8 anyway). _________________ Jan
also .. could someone please turn down the thermostat a bit.
 Last edited by Blue Hell on Fri Sep 27, 2013 9:06 am; edited 1 time in total |
|
Back to top
|
|
 |
[Q]

Joined: Sep 09, 2010 Posts: 413 Location: Continuum
Audio files: 57
|
|
Back to top
|
|
 |
PHOBoS

Joined: Jan 14, 2010 Posts: 5567 Location: Moon Base
Audio files: 705
|
Posted: Fri Sep 27, 2013 4:57 am Post subject:
|
 |
|
Warner/Chappell, hmm I always thought it was owned by Disney. Who, just like microsoft, got rich by copying things and then putting copyright on it.
I can't make out if "Good Morning to All" is under copyright too (I could look that up somewhere) if not you are free to play the music as long as you don't
sing the correct words. _________________ "My perf, it's full of holes!"
http://phobos.000space.com/
SoundCloud BandCamp MixCloud Stickney Synthyards Captain Collider Twitch YouTube |
|
Back to top
|
|
 |
Blue Hell
Site Admin

Joined: Apr 03, 2004 Posts: 24026 Location: The Netherlands, Enschede
Audio files: 275
G2 patch files: 320
|
Posted: Fri Sep 27, 2013 9:07 am Post subject:
|
 |
|
[Q] wrote: | http://www.nytimes.com/2013/06/14/nyregion/lawsuit-aims-to-strip-happy-birthday-to-you-of-its-copyright.html?_r=0
 |
Oh, right - I changed the composition a bit - is it okay now? _________________ Jan
also .. could someone please turn down the thermostat a bit.
 |
|
Back to top
|
|
 |
|