Soundfile Players
===================================

.. currentmodule:: pyo

Play soundfiles from the disk.

SfMarkerXXX objects use markers features (store in the header) from 
an AIFF file to create more specific reading patterns.

Objects in this category
------------------------------

- :py:class:`SfPlayer` :     Soundfile player.
- :py:class:`SfMarkerLooper` :     AIFF with markers soundfile looper.
- :py:class:`SfMarkerShuffler` :     AIFF with markers soundfile shuffler.

*SfPlayer*
-----------------------------------

.. autoclass:: SfPlayer
   :members:

   .. autoclasstoc::

*SfMarkerLooper*
-----------------------------------

.. autoclass:: SfMarkerLooper
   :members:

   .. autoclasstoc::

*SfMarkerShuffler*
-----------------------------------

.. autoclass:: SfMarkerShuffler
   :members:

   .. autoclasstoc::

