Changeset 299:cb10e55ec9b7
- Timestamp:
- 07/21/12 12:44:41 (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/sound.py
r298 r299 11 11 # This is the low level sound playback handling. The \ref initializeSound 12 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 to14 # start the playback of a certain sound file. A callback may be called when the15 # 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. 16 16 # 17 17 # See also the \ref mlx.soundsched module.
Note:
See TracChangeset
for help on using the changeset viewer.