react-native-audio-recorder-player icon indicating copy to clipboard operation
react-native-audio-recorder-player copied to clipboard

Record time and Play time doesn't match

Open yogesh-dalvi opened this issue 3 years ago • 2 comments

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.

yogesh-dalvi avatar Oct 27 '20 06:10 yogesh-dalvi

Same here

canberkardic avatar Apr 17 '21 20:04 canberkardic

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

hyochan avatar May 08 '21 16:05 hyochan