*******
sge.snd
*******

.. This file has been dedicated to the public domain, to the extent
   possible under applicable law, via CC0. See
   http://creativecommons.org/publicdomain/zero/1.0/ for more
   information. This file is offered as-is, without any warranty.

.. contents::

.. automodule:: sge.snd

sge.snd Classes
===============

sge.snd.Sound
-------------

.. autoclass:: sge.snd.Sound

.. automethod:: sge.snd.Sound.__init__

sge.snd.Sound Methods
~~~~~~~~~~~~~~~~~~~~~

.. automethod:: sge.snd.Sound.play

.. automethod:: sge.snd.Sound.stop

.. automethod:: sge.snd.Sound.pause

.. automethod:: sge.snd.Sound.unpause

sge.snd.Music
-------------

.. autoclass:: sge.snd.Music

.. automethod:: sge.snd.Music.__init__

sge.snd.Music Methods
~~~~~~~~~~~~~~~~~~~~~

.. automethod:: sge.snd.Music.play

.. automethod:: sge.snd.Music.queue

.. automethod:: sge.snd.Music.stop

.. automethod:: sge.snd.Music.pause

.. automethod:: sge.snd.Music.unpause

.. automethod:: sge.snd.Music.clear_queue

sge.snd Functions
=================

.. autofunction:: sge.snd.stop_all

