Skip to content
cale250 edited this page Feb 29, 2012 · 22 revisions

Welcome to the SiriServer wiki!

The SiriServer, an early version of an implementation of guzzoni, written in python.

FAQ:

Q: What is this?

A: This is a very early version of a Siri Server (not a proxy).

Apple's Siri is an voice controlled assistant on iPhone 4S.

With jailbreaking you can install it on other iDevices. However, Siri needs a server to communicate to do the speech processing. Apple only allows 4S devices on their servers.

This project tries to recreate the Apple Siri Server to use it with other iDevices.

You don't need any 4S keys to make it work, as it is independent from Apple.

It uses Google Speech-To-Text API. And therefore we are currently limited to commands that are shorter than 10 seconds (maybe we can overcome this).

Q: How do I get SiriServer up and running?

A: Follow the README.

Q: Where can I find more info about the plugins ?

A: In the [Plugins] (https:/Eichhoernchen/SiriServer/wiki/Plugins) section of our Wiki.

Q: Where can I ask questions?

A: We now have an IRC channel #SiriServer on Freenode, as well as a forum: http://ioshack.org/forums/

About Us:

Leader: Eichhoernchen (Jan)

I started this, I never developed something more than 10 lines in python, but it's a cool language. I developed the server core, plugin framework, plugin base structure and everything else that is not in the gen_certs or plugins folder, especially Speex and Flac binding for python using c-libs.

Minidev: keaton876 (keaton876)

I really don't know much about Python, but I love Siri, so i help, but i mostly whine in the issues.

Plugin Dev: WebScript (WebScript)

Just a plugin developer. Soon you will see some REALLY big.

Minidev: thecoolreaver (Travis)

I don't know much about python, but I know a lot with PHP. I'll do my best to help with issues, and help add new features.

Minidev: cale250 (Cale)

I contributed some of the default objects; I try to help when I can. ##Wanna develop some plugins? Whoosh! Thanks for wanting to contribute! Start writing that python! Unfortunately there is no "How to make a plugin" guide yet! You can still take the example plugin (Look in plugins page) and go from there! Also, you can journal your python adventure in the alpha plugins page! (Go to the plugins page, scroll down!) ##Wanna help? Fork it baby! Edit! Request a pull!