cblanc / sws_gathers

NSL Gathers App
http://gathers.ensl.org
8 stars 9 forks source link

Custom Gather Music #90

Open Salads opened 8 years ago

Salads commented 8 years ago

maybe play an audio file on client pc?

cblanc commented 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)

Absurdon commented 8 years ago

maybe using the javascript filereader and then storing this base64 encoded in browsers local storage might be a possibility