Reference for get_sound
Load a sound file. This is part of the reference section.
Arc
Buffer
Data
Dialog
Ellipse
Geo Utils
Image
Joystick (future)
Keyboard
Line
Mouse / Touchscreen
Pixel
Rectangle
Renderers
Shape
Sound (future)
get_sound
Style
System
Text
Transform
Purpose
Load a sound file from network or disk.
Snippet
Load sample.wav.
sound = sketch.get_sound_layer().get_sound('sample.wav')
Parameters
- loc: The location from which the file should be read.
Availability
Not yet available. Planned for future release.