WycliffeAssociates / translationRecorder

Repository for translationRecorder Android App
MIT License
14 stars 12 forks source link

Sometimes when you replay the tape it starts gl... #1076

Open jsarabia opened 6 years ago

jsarabia commented 6 years ago

Notes

Sometimes when you replay the tape it starts glitching

Environment

Environment Key Value
version 1.2.5-beta-build-2018-01-04T14:35Z
build 12
UDID 2156e71bc8a98ede
Android Release 7.0
Android SDK 24
Brand HUAWEI
Device hwbeethoven

Stack trace

java.lang.IllegalArgumentException
    at java.nio.Buffer.limit(Buffer.java:276)
    at org.wycliffeassociates.translationrecorder.Playback.player.AudioBufferProvider.setLimit(AudioBufferProvider.java:161)
    at org.wycliffeassociates.translationrecorder.Playback.player.WavPlayer.setLoopEnd(WavPlayer.java:178)
    at org.wycliffeassociates.translationrecorder.Playback.AudioVisualController.dropEndMarker(AudioVisualController.java:146)
    at org.wycliffeassociates.translationrecorder.Playback.PlaybackActivity.onDropEndMarker(PlaybackActivity.java:495)
    at org.wycliffeassociates.translationrecorder.Playback.fragments.FragmentPlaybackTools$7.onClick(FragmentPlaybackTools.java:219)
    at android.view.View.performClick(View.java:5646)
    at android.view.View$PerformClick.run(View.java:22459)
    at android.os.Handler.handleCallback(Handler.java:761)
    at android.os.Handler.dispatchMessage(Handler.java:98)
    at android.os.Looper.loop(Looper.java:156)
    at android.app.ActivityThread.main(ActivityThread.java:6523)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:942)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:832)