Ignore:
Timestamp:
07/21/12 12:43:34 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Documented the non-GUI modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/sound.py

    r180 r298  
    1 # Module to handle sound playback
    2 
    3 #------------------------------------------------------------------------------
    41
    52import os
    63import traceback
     4
     5#------------------------------------------------------------------------------
     6
     7## @package mlx.sound
     8#
     9# Sound playback handling.
     10#
     11# This is the low level sound playback handling. The \ref initializeSound
     12# function should be called to initialize the sound handling with the directory
     13# containing the sound files. Then the \startSound function should be called to
     14# start the playback of a certain sound file. A callback may be called when the
     15# playback of a certain file has finished.
     16#
     17# See also the \ref mlx.soundsched module.
    718
    819#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.