Archive for September 16th, 2009

Satanism in Rock (Satan’s Music)

Wednesday, September 16th, 2009

Today one of the fellow-tenants of Nomen, a friend of mine in whom I’m staying right now
Was disbelieving that a lot of the rock and Metal is heavily involved with Satanism and
suchalike. Thus I had to show her a bunch of videos in youtube which showed clearly
how many of the rock musicians incorporate a lot of satanic messages if the message is reverse
played back. One of the most famous songs in which this tendency is clearly showed is
Led Zeppelin’s Stairway to heaven.
Here is video in youtube showing the reverse speech version of the song Led Zeppelin’s Stairway to heaven reverse speeched
.There is some interesting things on the following website even though many of the things mentioned there are a bit exaggerated.
If you’d like more on the topic make sure you check out in youtube some key phrases like “satanism in rock”, “satan in music, reverse speech” etc.
END—–

festival “Linux: can’t open /dev/dsp” error fix

Wednesday, September 16th, 2009

I tried using festival today just to realize it doesn’t work anymore.
For instance # echo test |festival -tts would fail with the annoying
“Linux: can’t open /dev/dsp”  error message. I found the solution in ubuntuforums,
the solution is originally taken from “the Gentoo Speechd Howto“.
The solution is to create .festivalrc in your home as well as to the homes of all usersintending to use festival.
Here is how:

printf ";use ALSAn(Parameter.set 'Audio_Method 'Audio_Command)n(Parameter.set 'Audio_Command "aplay -q -c 1 -t raw -f s16 -r $SR $FILE")n" > .festivalrc