source: doc/python.rst @ 78561f7

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5
Last change on this file since 78561f7 was dc3f68d, checked in by Paul Brossier <piem@piem.org>, 5 years ago

[doc] move examples last

  • Property mode set to 100644
File size: 1.2 KB

Python documentation

?
.. default-domain:: py
?
.. currentmodule:: aubio

This module provides a number of classes and functions for the analysis of music and audio signals.

Contents

?
.. toctree::
   :maxdepth: 1
   py_datatypes
   py_io
   py_utils
   py_examples

Introduction

This document provides a reference guide. For documentation on how to install aubio, see :ref:`python-install`.

?

Examples included in this guide and within the code are written assuming both aubio and numpy have been imported:

>>> import aubio
>>> import numpy as np

Changed in 0.4.8 : Prior to this version, almost no documentation was provided with the python module. This version adds documentation for some classes, including :class:`fvec`, :class:`cvec`, :class:`source`, and :class:`sink`.

????
Note: See TracBrowser for help on using the repository browser.