Skip to content

Commit

Permalink
Right alignment fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Manish Kumar Pathak authored Jun 29, 2017
1 parent 89b041c commit 7b947f4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ You can install this library using cocoapods or manually.
1. > Cocoapods
- pod 'MPAudioRecorder'



2. > Manually
- Copy the <MPAudioRecorder> folder from the example included in the repository.


# Usage
1. Create an instance of MPAudioRecorder like this
Expand All @@ -27,11 +31,13 @@ You can install this library using cocoapods or manually.
}
```
3. To start the recording you can use a function and call it through the MPAudioRecorder instance you have created like this:-
mpRecorder.startAudioRecording()
mpRecorder.startAudioRecording()
4. To stop the recording you can use a function and call it through the MPAudioRecorder instance you have created like this:-
mpRecorder.stopAudioRecording()
mpRecorder.stopAudioRecording()
5. ### Delegates
You can implement all the delegates as per requirement with few mandatory delegate implementation.
Expand Down

0 comments on commit 7b947f4

Please sign in to comment.