base classes — bpy_struct, ID
Sound datablock referencing an external or packed sound file
Sound sample file used by this Sound datablock
| Type: | string, default “”, (never None) |
|---|
| Type: | PackedFile, (readonly) |
|---|
The sound file is decoded and loaded into RAM
| Type: | boolean, default False |
|---|
If the file contains multiple audio channels they are rendered to a single one
| Type: | boolean, default False |
|---|
The aud.Factory object of the sound. (readonly)
Pack the sound into the current blend file
Unpack the sound to the samples filename
| Parameters: | method (enum in [‘USE_LOCAL’, ‘WRITE_LOCAL’, ‘USE_ORIGINAL’, ‘WRITE_ORIGINAL’], (optional)) – method, How to unpack |
|---|
Inherited Properties
Inherited Functions
References