hyochan / react-native-audio-recorder-player

react-native native module for audio recorder and player.
MIT License
715 stars 213 forks source link

Record time and Play time doesn't match #235

Open yogesh-dalvi opened 3 years ago

yogesh-dalvi commented 3 years ago

Version of react-native-audio-recorder-player

2.6.0-rc3

Platforms you faced the error (IOS or Android or both?)

Android

Expected behavior

Recorded time and play time should match

Actual behavior

Recorded time and play time doesn't match

Steps to reprodue the behabior

get Example project from repo, record audio, press play, the recorded time and play time doesn't match.

canberkardic commented 3 years ago

Same here

hyochan commented 3 years ago

Since native especially the android is not providing actual timer from the recorder, there currently a limitation to match them exactly.

https://developers.google.com/ar/develop/java/recording-and-playback