> For the complete documentation index, see [llms.txt](https://theiotlearninginitiative.gitbook.io/embedded-linux/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://theiotlearninginitiative.gitbook.io/embedded-linux/application-development/speech.md).

# Speech

## Speech

* [Alexa AWS Raspberry Pi](https://github.com/amzn/alexa-avs-raspberry-pi)
* [How to get Edison to speak](https://software.intel.com/en-us/blogs/2016/02/18/how-to-get-edison-to-espeak-with-a-scottish-accent)
* [Gewtting Started with Intel Edison](https://books.google.com.mx/books?id=MMXeCgAAQBAJ\&pg=PT154\&lpg=PT154\&dq=sr.Microphone+speech+recognition\&source=bl\&ots=MSWuFftGhI\&sig=rvJleYKb7yYYDNlTiKgDXGUORT4\&hl=en\&sa=X\&ved=0ahUKEwiVoKKyxIDNAhUn4YMKHTnEBO0Q6AEIUjAI#v=onepage\&q=sr.Microphone%20speech%20recognition\&f=false)
* [PyAudio](http://www.programcreek.com/python/example/52624/pyaudio.PyAudio)
* [SR Lists](http://raspberrypi.stackexchange.com/questions/10384/speech-processing-on-the-raspberry-pi/10392)
* [Digital signal processing through speech, hearing, and Python](http://www.slideshare.net/mchua/sigproc-selfstudy-17323823)
* [Create an Amazon Echo clone based on the Intel Edison hardware and IBM Watson platform](https://www.losant.com/blog/how-to-build-an-amazon-echo-clone-with-ibm-watson-and-intel-edison)
  * [Github](https://github.com/Losant/example-edison-echo)

## IBM Watson

[IBM Watson](https://www.losant.com/blog/how-to-build-an-amazon-echo-clone-with-ibm-watson-and-intel-edison)

## eSpeak

> eSpeak is a compact open source software speech synthesizer for English and other languages, for Linux and Windows [Homepage](http://espeak.sourceforge.net)

## VoiceRss

> The Voice RSS Text-to-Speech (TTS) API allows conversion of textual content to speech easier than ever. Just connect to our Text-to-Speech (TTS) API with a few lines of code and get verbal representation of a textual content. For converting text to speech you don’t need special hardware to care about intensive use of CPU and memory during conversion operations. [Homepage](http://www.voicerss.org/)

## OpenSST

> An Open Source Speech To Text Project
>
> The OpenSTT project is aimed at creating an open source speech-to-text model that can be used by individuals and company to allow for high accuracy, low-latency conversion of speech into text. OpenSST

* [Mycroft Adapt](https://adapt.mycroft.ai/)
* [Mycroft Mimic](https://mimic.mycroft.ai/)

## Google Cloud Speech API Alpha

> Speech to text conversion powered by machine learning [Homepage](https://cloud.google.com/speech/)

* Android Speech API
* Web Speech aPI
* Cloud Speech API
  * REST API
  * gRPC API
* [Python Google Text to Speech](https://pypi.python.org/pypi/gTTS)

### gRPC

> A high performance, open source, general RPC framework that puts mobile and HTTP/2 first. [Homepage](http://www.grpc.io/)

### Pyttsx

> Text-to-Speech X-Platform [Homepage](http://pyttsx.readthedocs.io/en/latest/index.html)

### Jasper

> Control anything with your voice [Homepage](http://jasperproject.github.io/)

* [Jasper Hackaday](http://hackaday.com/2014/04/09/create-your-own-j-a-r-v-i-s-using-jasper/)
* [Jasper Github](https://github.com/jasperproject)
