Just a little addition to docs based on a discussion on irc.

This commit is contained in:
Toni Alatalo 2005-09-14 11:04:13 +00:00
parent 290ae52d81
commit 4d79ac3193

@ -16,6 +16,10 @@ Example::
print "Sound from", sound.getFilename(),
print "loaded to obj", sound.getName())
print "All Sounds available now:", Sound.Get()
No way to get the actual audio data is provided by this library,
but it is included in the Python standard library (module audioop).
Note that using that module requires a full/normal Python installation.
"""
def Load (filename):