Open Salads opened 8 years ago
Browsers are pretty strict sandboxes, not sure if they'll let me reach out into the file system to play files without cumbersome user experience (i.e. dragging files into the browser for each session)
maybe using the javascript filereader and then storing this base64 encoded in browsers local storage might be a possibility
maybe play an audio file on client pc?