Describe the bug
The ui_event_type : PLAY outputs seek_position value as non-zero at the start of a song.
To Reproduce
Steps to reproduce the behavior:
- Start the MUSER application.
- Search for the song
Air 'On The G String from Suite No. 3 in D BWV1068 in the songs list.
- PLAY the song
Air 'On The G String from Suite No. 3 in D BWV1068 in the list.
- After
60 seconds, PAUSE this song.
- While still running the application, go to the song list again.
- Search for the song
Adagio in the list and tap on it to PLAY it.
- PLAY the song for
30-60 seconds and quit the application.
Expected behavior
When a user presses the PLAY song button, the expected seek_position to be received from the ui_event is zero. Whenever a new song starts playing (on previous song completion or through PLAY event), it should start playing from the beginning and the seek position should be 0.
Thus, from Step 6, the received seek_position on ui_event_type : PLAY for the song Adagio should be 0.
Observed behavior
On the ui_event_type : PLAY of a new song with song_name field as Adagio, the event_seek_position_in_milliseconds outputs a value of 38669 ms while the player_event_type : PLAY outputs the expected event_seek_position_in_milliseconds value of 0.
Device and Android version:
This bug has been experienced on the Lenovo Tab M8 (Model: TB-8705F, WIFI, 3G + 32GB), i.e. the current tablet being used for this research study.
It is running the OS ANDROID 10 version.
It is a stock version from the manufacturer.
Describe the bug
The
ui_event_type:PLAYoutputsseek_positionvalue as non-zero at the start of a song.To Reproduce
Steps to reproduce the behavior:
Air 'On The G String from Suite No. 3 in D BWV1068in the songs list.Air 'On The G String from Suite No. 3 in D BWV1068in the list.60 seconds, PAUSE this song.Adagioin the list and tap on it to PLAY it.30-60 secondsand quit the application.Expected behavior
When a user presses the
PLAYsong button, the expectedseek_positionto be received from theui_eventis zero. Whenever a new song starts playing (on previous song completion or throughPLAYevent), it should start playing from the beginning and the seek position should be0.Thus, from
Step 6, the receivedseek_positiononui_event_type:PLAYfor the songAdagioshould be0.Observed behavior
On the
ui_event_type:PLAYof a new song withsong_namefield asAdagio, theevent_seek_position_in_millisecondsoutputs a value of38669 mswhile theplayer_event_type:PLAYoutputs the expectedevent_seek_position_in_millisecondsvalue of0.Device and Android version:
This bug has been experienced on the Lenovo Tab M8 (Model: TB-8705F, WIFI, 3G + 32GB), i.e. the current tablet being used for this research study.
It is running the OS ANDROID 10 version.
It is a stock version from the manufacturer.