Changeset 299:cb10e55ec9b7


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

Some fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/sound.py

    r298 r299  
    1111# This is the low level sound playback handling. The \ref initializeSound
    1212# 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.
     13# containing the sound files. Then the \ref startSound function should be
     14# called to start the playback of a certain sound file. A callback may be
     15# called when the playback of a certain file has finished.
    1616#
    1717# See also the \ref mlx.soundsched module.
Note: See TracChangeset for help on using the changeset viewer.