lichen-community-systems / Flocking

Flocking - Creative audio synthesis for the Web
GNU General Public License v2.0
693 stars 60 forks source link

gh-180: Adds support for file URLs when loading audio files in Node.js #241

Closed colinbdclark closed 5 years ago

colinbdclark commented 5 years ago

Due to support in more recent versions of Node.js for WHATWG URL objects in the file system API, this PR ensures that we can unambiguously detect file paths and load them correctly, even on Windows. Node.js users are thus recommended to use file:// URLs when specifying a file src property to load.