Heydon / niace-stories-app

The alpha application for NIACE.
1 stars 1 forks source link

Sprint 2 Audio File Upload and/or recording #47

Open Heydon opened 9 years ago

Heydon commented 9 years ago

We will probably need to allow the uploading and storage of files (audio).

There are essentially two ways to go about this

  1. HTML5 File API and save directly into Collection as story property (see this snippet: http://stackoverflow.com/questions/10099202/how-would-one-handle-a-file-upload-with-meteor)
  2. Using CollectionFS https://github.com/CollectionFS/Meteor-CollectionFS which could be integrated with GetUserMedia (quick guide here: https://github.com/CollectionFS/Meteor-CollectionFS)

    Potential problems

    • Having to store locally if not connected to "the cloud"
harryharrold commented 9 years ago

Original issue text: Sound. We could add a file upload button for desktop machines, and perhaps even use the microphone of their mobile phone in the app version. For those not able to record themselves, a checkbox to request a recording may be nice, should we have the resources to record (as actors) readings ourselves. Of course, you'd have to pre-mod sound recordings too.

Heydon commented 9 years ago

Implemented so far:

Todo