forked from bartvdbraak/blender
Just a little addition to docs based on a discussion on irc.
This commit is contained in:
parent
290ae52d81
commit
4d79ac3193
@ -16,6 +16,10 @@ Example::
|
|||||||
print "Sound from", sound.getFilename(),
|
print "Sound from", sound.getFilename(),
|
||||||
print "loaded to obj", sound.getName())
|
print "loaded to obj", sound.getName())
|
||||||
print "All Sounds available now:", Sound.Get()
|
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):
|
def Load (filename):
|
||||||
|
Loading…
Reference in New Issue
Block a user