Sound(ID)

base classes — bpy_struct, ID

class bpy.types.Sound(ID)

Sound datablock referencing an external or packed sound file

filepath

Sound sample file used by this Sound datablock

Type :string, default “”
packed_file
Type :PackedFile, (readonly)
use_memory_cache

The sound file is decoded and loaded into RAM

Type :boolean, default False
use_mono

If the file contains multiple audio channels they are rendered to a single one

Type :boolean, default False
factory

The aud.Factory object of the sound. (readonly)

Inherited Properties

Inherited Functions

References

Previous topic

SolidifyModifier(Modifier)

Next topic

SoundActuator(Actuator)