advplyr / audiobookshelf-app

Mobile application for Audiobookshelf
https://audiobookshelf.org
GNU General Public License v3.0
1.15k stars 157 forks source link

[Bug]: Cast Playrate Wrong #1254

Open jrpetersjr opened 1 month ago

jrpetersjr commented 1 month ago

What was the Problem?

When casting from the android app (uncertain if this is an issue on iPhone) the audiobook playBackRate is not correct in some scenarios.

When starting or stopping a book from being casted the book auto pauses while it connects, which is fine for now, but then when I start the book it always defaults the playback to 1x.

Steps to Reproduce the Issue

1 Start audiobook and set play rate to 2x 2 Pause book and connect to remote device 3 Play book ....book will be playing at 1x speed

1 Start audiobook and set play rate to 2x 2 without pausing connect to a remote device 3 Play book ....book will be playing at 1x speed

1 Start audiobook on remote device 2 Change playBackRate to 2x 3 Stop casting and then play on local device ...book will be played at 1x speed

What was Expected?

The speed should be consistent with what was selected before I connected to a remote device or after I disconnect from a remote device. It should never change unless I specifically change it myself.

Phone Model

Pixel 6 Pro

Phone OS

Android 14

Audiobookshelf App Version

Android App - 0.9.74

Installation Source

Google Play Store

Additional Notes

No response

jrpetersjr commented 1 month ago

Please let me know if you need anything else from me.

jrpetersjr commented 1 month ago

This could be the same issue as https://github.com/advplyr/audiobookshelf/issues/3147