.. Signal_Analysis documentation master file, created by
   sphinx-quickstart on Thu Jul 13 17:30:44 2017.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Signal_Analysis
===========================================
|Build Status| |Coverage Status| |PyPI version|

``Speech_Analysis`` is a package that analyzes audio signals, and
calculates the fundamental frequency (F\_0), the harmonics-to-noise
ratio (HNR), glottal pulses, and jitter of a speaker’s voice. This
package is comparable to Praat.

Quickstart
----------

::

    pip install Signal_Analysis

API Documentation
-----------------

Full API documentation is hosted at `github pages`_.

.. _github pages: https://github.com/brookemosby/Speech_Analysis/

.. toctree::
   :maxdepth: 1
   
   modules.rst
   Signal_Analysis.rst




Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

.. |Build Status| image:: https://travis-ci.org/brookemosby/Speech_Analysis.svg?branch=master
	:target: https://travis-ci.org/brookemosby/Speech_Analysis
.. |Coverage Status| image:: https://coveralls.io/repos/github/brookemosby/Speech_Analysis/badge.svg?branch=master
	:target: https://coveralls.io/github/brookemosby/Speech_Analysis?branch=master
.. |PyPI version| image:: https://badge.fury.io/py/Signal_Analysis.svg
	:target: https://badge.fury.io/py/Signal_Analysis

	