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
{{ message }}
This repository has been archived by the owner on May 27, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
music-analysis.csv
This is the CSV file with the data for a tested user for the above bug. The songs in this file namely: Air On G String from Suite No. 3 and Adaigo are the initial and new song played as mentioned in the report above.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
The
ui_event_type
:PLAY
outputsseek_position
value 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 BWV1068
in the songs list.Air 'On The G String from Suite No. 3 in D BWV1068
in the list.60 seconds
, PAUSE this song.Adagio
in the list and tap on it to PLAY it.30-60 seconds
and quit the application.Expected behavior
When a user presses the
PLAY
song button, the expectedseek_position
to be received from theui_event
is zero. Whenever a new song starts playing (on previous song completion or throughPLAY
event), it should start playing from the beginning and the seek position should be0
.Thus, from
Step 6
, the receivedseek_position
onui_event_type
:PLAY
for the songAdagio
should be0
.Observed behavior
On the
ui_event_type
:PLAY
of a new song withsong_name
field asAdagio
, theevent_seek_position_in_milliseconds
outputs a value of38669 ms
while theplayer_event_type
:PLAY
outputs the expectedevent_seek_position_in_milliseconds
value 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.
The text was updated successfully, but these errors were encountered: