From 4d79ac3193098b018ccb6cd7361686992a4c4bb8 Mon Sep 17 00:00:00 2001 From: Toni Alatalo Date: Wed, 14 Sep 2005 11:04:13 +0000 Subject: [PATCH] Just a little addition to docs based on a discussion on irc. --- source/blender/python/api2_2x/doc/Sound.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/blender/python/api2_2x/doc/Sound.py b/source/blender/python/api2_2x/doc/Sound.py index 0e262663bd8..308e82fc717 100644 --- a/source/blender/python/api2_2x/doc/Sound.py +++ b/source/blender/python/api2_2x/doc/Sound.py @@ -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):