You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version of react-native-audio-recorder-player
[3.6.12]
Version of React Native
[0.71.2]
Platforms you faced the error (iOS or Android or both?)
[IOS]
Expected behavior
When the recording is paused, I should be able to play the currently recorded audio using react-native-track-player.
Actual behavior
While the recording is paused, attempting to play the audio via react-native-track-player returns a duration of 0 and does not play. However, after resuming the recording and stopping it, playback works correctly.
Steps to reproduce the behavior
Start recording audio using react-native-audio-recorder-player.
Pause the recording.
Attempt to play the partially recorded audio using react-native-track-player.
Observe that the duration is 0, and playback does not occur.
Resume the recording, stop it, and attempt playback again to confirm it works properly after stopping the recording.
Version of react-native-audio-recorder-player
[3.6.12]
Version of React Native
[0.71.2]
Platforms you faced the error (iOS or Android or both?)
[IOS]
Expected behavior
When the recording is paused, I should be able to play the currently recorded audio using react-native-track-player.
Actual behavior
While the recording is paused, attempting to play the audio via react-native-track-player returns a duration of 0 and does not play. However, after resuming the recording and stopping it, playback works correctly.
Steps to reproduce the behavior
@hyochan
The text was updated successfully, but these errors were encountered: