I have implemented a feature in my android app that records an audio file using mediaRecorder
.
It works fine but for some reasons skips the the first second of recording.
I used the exact same code from the developer documentation so I don't understand why it would do that.
I looked for an answer to this issue, I found few people with the same issue, but no real solution.
Here's is my research:
- MediaRecorder class starts recording audio after slight delay
- MediaRecorder Silence at Beginning of Recording (Delay?)
- MediaRecorder starts with a 1 sec delay. How do I get rid of the silence?
I have an LG device not sure if it could be a hardware issue.
I am also aware of some alternatives to mediaRecorder
, I just want to know if someone found a way to solve this.