capstone496 / SpeechSentiments

1 stars 1 forks source link

Create Recorder class for recording audio to file #1

Open KatJHuang opened 6 years ago

KatJHuang commented 6 years ago

Description We should have an interface for recording audio. The interface should define:

Currently I'm proposing the OmRecorder library as it supports a wide array of file types that other APIs can use for text transcription.

When this task is completed, we should have both an interface for recording and a concrete implementation of a recorder class wrapping the OmRecorder library.

Acceptance Criteria GIVEN the concrete Recorder implementation WHEN I complete a recording session THEN I should have a file saved to the device under specified format and location