🧪 Version 0.0.8 is our first alpha release candidate. Please send us bug reports and suggestions!

Sketchingpy

Creative coding and interactive science everywhere for everyone: web, desktop, mobile, Jupyter, and more. Open source!

Reference for load_sound

Load a sound file. This is part of the reference section.

Purpose

Load a sound file from network or disk.

Example

Load sample.wav.
sound = sketch.get_sound_layer().load_sound('sample.wav')

Arguments

  • loc: The location from which the file should be read.

Availability

Not yet available. Planned for future release.

See also in reference