MCPcopy Create free account
hub / github.com/Code-Bullet/Jump-King / p5.sound.js

File p5.sound.js

libraries/p5.sound.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/*! p5.sound.js v0.3.2 2016-11-01 */
2(function (root, factory) {
3 if (typeof define === 'function' && define.amd)
4 define('p5.sound', ['p5'], function (p5) { (factory(p5));});

Callers

nothing calls this directly

Calls 15

fixSetTargetFunction · 0.85
isMP3SupportedFunction · 0.85
isWAVSupportedFunction · 0.85
isOGGSupportedFunction · 0.85
isAACSupportedFunction · 0.85
isAIFSupportedFunction · 0.85
_createCounterBufferFunction · 0.85
getPeaksAtThresholdFunction · 0.85
groupNeighborsByTempoFunction · 0.85
getPeaksAtTopTempoFunction · 0.85
timeToFloatFunction · 0.85

Tested by

no test coverage detected