Re: A blog about the Raspberry Pi on a Raspberry Pi

2014-09-05 Thread AudioGames . net Forum — Off-topic room : guilevi via Audiogames-reflector


  


Re: A blog about the Raspberry Pi on a Raspberry Pi

Hi,As far as I know the problem is not with eSpeak, but with the way the sound driver handles speech synthesis itself, or something like that. According to what Ive read on the internet, out of all the synthesizers out there eSpeak seems to be the best on a Pi, but it still breaks up horribly on long sentences and skips phonemes on short ones.

URL: http://forum.audiogames.net/viewtopic.php?pid=188009#p188009




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: A blog about the Raspberry Pi on a Raspberry Pi

2014-08-30 Thread AudioGames . net Forum — Off-topic room : robjoy via Audiogames-reflector


  


Re: A blog about the Raspberry Pi on a Raspberry Pi

Hi,Baking the Pi is up, with assembling, SD card preparing and many other tasty treats. Orca should be fairly easy to run, however at the moment eSpeak has issues with the sound card. Also, most UI-based applications are quite slow, at least on a non-overclocked cpu.Rob

URL: http://forum.audiogames.net/viewtopic.php?pid=187192#p187192




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: A blog about the Raspberry Pi on a Raspberry Pi

2014-08-30 Thread AudioGames . net Forum — Off-topic room : blindncool via Audiogames-reflector


  


Re: A blog about the Raspberry Pi on a Raspberry Pi

Cool. Guess Ill have to find another synth. Fricken Espeak.

URL: http://forum.audiogames.net/viewtopic.php?pid=187224#p187224




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: A blog about the Raspberry Pi on a Raspberry Pi

2014-08-02 Thread AudioGames . net Forum — Off-topic room : blindncool via Audiogames-reflector


  


Re: A blog about the Raspberry Pi on a Raspberry Pi

Hi. How easy is it to get Orca up and running on raspbian, the raspberry pis custom version of Debian?

URL: http://forum.audiogames.net/viewtopic.php?pid=183318#p183318




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

A blog about the Raspberry Pi on a Raspberry Pi

2014-07-26 Thread AudioGames . net Forum — Off-topic room : robjoy via Audiogames-reflector


  


A blog about the Raspberry Pi on a Raspberry Pi

So I started a blog on a Pi, mainly to help out future Pi users. We never have enough Pi!Check it out, if interested. Theres not much on it right now, but I will be adding new content quite frequently.the link is: http://tardis.pwRob

URL: http://forum.audiogames.net/viewtopic.php?pid=182191#p182191




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: A blog about the Raspberry Pi on a Raspberry Pi

2014-07-26 Thread AudioGames . net Forum — Off-topic room : arqmeister via Audiogames-reflector


  


Re: A blog about the Raspberry Pi on a Raspberry Pi

Hi rob. I just read the introduction, i like it so far. I have been on the fence about getting one for a while now, as i now have a home server set up, but who knows, it might make a good ftp storage sollution or similar.

URL: http://forum.audiogames.net/viewtopic.php?pid=182201#p182201




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: A blog about the Raspberry Pi on a Raspberry Pi

2014-07-26 Thread AudioGames . net Forum — Off-topic room : camlorn via Audiogames-reflector


  


Re: A blog about the Raspberry Pi on a Raspberry Pi

If youre considering a Pi for an ftp storage solution, you can get a VPS for $5/month these days. Wait until black Friday or something and/or do digging for old promotions and you can even make that an amazing make-your-friends-jelous VPS for $5/month.The point is that its both not behind NAT and its got bandwidth that makes your home line look like dialup in most cases. The concern here is not CPU. When you decide you want to download that hour-long TV show or some such, youll thank yourself for not going through your home network. That said, if you want to use it to download rather than upload, you can without a problem, and accessing it from the same network should be amazingly fast.Now, as for the Pi itself? I kinda have been considering one for robotics. I think that if I can get access to a 3D printer, Ive got an accessible way to design stuff for it, and Im taking intro to embedded sys
 tems in the fall, so well see. Not sure if I want a Pi or, given my interests, something with a dedicated DSp processor: part of me is tempted to attempt to build a land line phone from scratch, including all dialing and answering software (yes, really. Its not as hard as it sounds). Again given my interests, part pof me is also more interested in trhe parallella, whenever that comes out.As for web sites, may I humbly suggest Mercurial, Nginx, and Nikola? Nginx is an easier web server to configure than Apache in my experience and Nikola is a static blog generator with a *ton* of capabilities. What I did for my personal web site is this: Nikola on my laptop and the server, Nginx on the server, mercurial on both. Set up a mercurial repository for the blog, a separate directory for the generated output, write a script to generate and copy the output of the blog, and install it as a mercurial hook. This takes an hour or two the first
  time. After that, you just write a new post, add a commit message in mercurial, and hg push at a terminal. The net result is a web site that can be rolled back, branched, forked, backed up, and already exists in two places in case of catastrophic failure. And it takes next to 0 CPU to serve, can be written in like 10 different human-readable systems (markdown, LaTeX, ReST, iPython notebooks, anything supported by pandoc)... Local testing of the blog before deployment is nikola build and then nikola serve, no extra setup required. One of my cooler finds in a very long while.

URL: http://forum.audiogames.net/viewtopic.php?pid=182208#p182208




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: A blog about the Raspberry Pi on a Raspberry Pi

2014-07-26 Thread AudioGames . net Forum — Off-topic room : robjoy via Audiogames-reflector


  


Re: A blog about the Raspberry Pi on a Raspberry Pi

Hello,@Camlorn: Yes, Nikola is amazing, if you dont mind its limitations. It is probably the fastest thing you can get, which looks and feels nice on the Pi.Apache on a Pi is certainly not a good choice, I will talk about that later. Either Lighttpd or Nginx, the first is perhaps a tad easier to configure.Ftp or even webdav is great on a Pi, as long as your home network can handle it. For a personal server, I would probably not go for a Vpn, but thats just me, with my custom setup.Rob

URL: http://forum.audiogames.net/viewtopic.php?pid=182225#p182225




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: A blog about the Raspberry Pi on a Raspberry Pi

2014-07-26 Thread AudioGames . net Forum — Off-topic room : camlorn via Audiogames-reflector


  


Re: A blog about the Raspberry Pi on a Raspberry Pi

Do you mean not go for a VPS? These are distinctly different things, but Im assuming you know that. Not sure if its a typo or not.

URL: http://forum.audiogames.net/viewtopic.php?pid=182226#p182226




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: A blog about the Raspberry Pi on a Raspberry Pi

2014-07-26 Thread AudioGames . net Forum — Off-topic room : robjoy via Audiogames-reflector


  


Re: A blog about the Raspberry Pi on a Raspberry Pi

Ah, oops! Yes, I meant VPS.Perhaps I should go and sleep some, lol.Rob

URL: http://forum.audiogames.net/viewtopic.php?pid=182238#p182238




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector