Python-Acapela Documentation!¶
Release: | 2.0.1 |
---|---|
Date: | July 29, 2014 |
Keywords: | python, tts, speech, text2speech |
Author: | Arezqui Belaid |
Description: | Python wrapper for text-to-speech synthesis with Acapela |
Company: | Developed by Star2Billing http://www.star2billing.com |
Contents:
Introduction¶
Version: | 2.0.1 |
---|---|
Date: | July 29, 2014 |
Keywords: | python, tts, speech, text2speech |
Author: | Arezqui Belaid |
Description: | Python wrapper for text-to-speech synthesis with Acapela |
Company: | Developed by Star2Billing http://www.star2billing.com |
–
Python-Acapela is a Python wrapper for text-to-speech synthesis with Acapela
The license is MIT.
Overview¶
Python-acapela is a library to produce a text-to-speech file using `Acapela`_ web services.
Example usage and output¶
After installation use Acapela in comman line.
$ Usage: python-acapela -acclogin <accountlogin> -applogin <applicationlogin> -p <password> -t <text> [-q <quality>] [-d <directory>] [-url <service_url>] [-h]
$ Output : Recorded TTS to /tmp/ACAPELA-8895934760117809679-ES.mp3
Documentation¶
Documentation is available on ‘Read the Docs’: http://python-acapela.readthedocs.org
Contributing¶
If you’ve found a bug, add a feature or improve python-acapela and think it is useful then please consider contributing. Patches, pull requests or just suggestions are always welcome!
Source code: http://github.com/areski/python-acapela
If you don’t like Github and Git you’re welcome to send regular patches.
Bug tracker: http://github.com/areski/python-acapela/issues
License¶
Copyright (c) 2012 Arezqui Belaid <areski@gmail.com>
Python-Acapela is licensed under MIT, see MIT-LICENSE.txt.
Installation overview¶
Installation¶
Install, upgrade and uninstall python-acapela.py with these commands:
$ sudo pip install python-acapela
$ sudo pip install --upgrade python-acapela
$ sudo pip uninstall python-acapela
Or if you don’t have pip:
$ sudo easy_install python-acapela
Resources¶
Feedback¶
Your feedback is more than welcome. Write email to areski@gmail.com or post bugs and feature requests on github:
Extra information¶
Newfies-Dialer, an open source Auto Dialer software, uses this module to synthetize audio files being play to the end-user. Further information about Newfies-Dialer can be found at http://www.newfies-dialer.org
This module is built and supported by Star2Billing : http://www.star2billing.com
Similar library in Ruby : https://github.com/mheld/acapela-ruby
Source download¶
The source code is currently available on github. Fork away!