Version 7 (modified by danvisel, 16 years ago) (diff) |
---|
Analysis
Overview
Audio recording allows the user to record audio, which is then stored as an audio resource in the book.
Task requirements
- User should be able to start recording.
- User should be able to stop recording.
- When recording has been stopped, the recording should be added to the resources with the date and time as its name.
Task result
Source code.
Implementation idea
(Provide some rough implementation idea(s).)
Related
How to demo
Make a new Sophie book, start recording, record audio, stop recording. Put recording on the page and play it back.
Design
(Describe your design here.)
Implementation
(Describe and link the implementation results here (from the wiki or the repository).)
Testing
(Place the testing results here.)
Comments
Audio should be saved in a compressed form rather than as a raw WAV; this can be done in a later implementation.