3llomi / RecordView

A Simple Audio Recorder View with "hold to Record Button" and "Swipe to Cancel " Like WhatsApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recorded Audio

GemiDroid opened this issue · comments

How can I get the recorded audio?
As I see, no callback found for that stream, can you help?

Hey @GemiDroid
This library is only a Record View, you have to implement audio recording by yourself using MediaRecorder for example.
You can check the sample app as well for more information.