Ticket #2542 (s3c_implementation_ok feature)

Opened 13 years ago

Last modified 13 years ago

[html] Not synced background audio is not exported

Reported by: deyan Owned by: antoni
Priority: major Milestone: Y1
Component: uncategorized Version: 2.1
Keywords: Cc:
Category: unknown Effort:
Importance: Ticket_group:
Estimated Number of Hours: 0 Add Hours to Ticket: 0
Billable?: yes Total Hours: 0
Analysis_owners: deyan Design_owners: antoni
Imp._owners: antoni Test_owners:
Analysis_reviewers: Changelog: Changelog
Design_reviewers: Imp._reviewers: meddle, todor
Test_reviewers: Analysis_score: 0
Design_score: 0 Imp._score: 0
Test_score: 0

Description (last modified by deyan) (diff)

If audio is not synchronized with pages, book audio is not played in book.

  • If audio is not synchronized with pages, it should play on book open
  • Changing pages should not affect playback
  • Playing other media on an iPad should pause/stop background audio, and then play it again

Note: Putting that as feature as it was not implemented earlier

Change History

comment:1 Changed 13 years ago by deyan

  • Type changed from bug to feature
  • Description modified (diff)

comment:2 Changed 13 years ago by deyan

  • Owner set to deyan
  • Status changed from new to s1a_analysis_started

comment:3 Changed 13 years ago by deyan

  • Status changed from s1a_analysis_started to s1b_analysis_finished

comment:4 Changed 13 years ago by deyan

  • Design_owners set to antoni
  • Imp._owners set to antoni
  • Analysis_owners set to deyan

comment:5 Changed 13 years ago by antoni

  • Status changed from s1b_analysis_finished to s1c_analysis_ok

comment:6 Changed 13 years ago by antoni

  • Owner changed from deyan to antoni
  • Status changed from s1c_analysis_ok to s2a_design_started

comment:7 Changed 13 years ago by antoni

  • Status changed from s2a_design_started to s2b_design_finished

comment:8 Changed 13 years ago by antoni

  • Status changed from s2b_design_finished to s2c_design_ok

comment:9 Changed 13 years ago by antoni

  • Status changed from s2c_design_ok to s3a_implementation_started

comment:10 Changed 13 years ago by antoni

  • Status changed from s3a_implementation_started to s3b_implementation_finished

Mechanism for continue playing of book audio when switching between pages is implemented. Now current moment of book audio is saved when we stop page life cycle. When we start life cycle for next displayed page and book audio is not synchronized, it's started from last played position.

There is little jump when we switch between pages in book with async background audio but we must pause book audio when page is hidden because it is possible to miss displaying of new page, for example when book is embedded and we change pages of main book.

Timeout for playing book timeline on first page is decreased from 1500 to 500 ms.

Code is commited in rev. [10044]

comment:11 Changed 13 years ago by antoni

Fix some issues with bug when trying to start background audio when other medias on the page are paused.
Code is commited in revision [10058].

comment:12 Changed 13 years ago by antoni

Issue with unreachable getBookAudioId() and getBookAudioElement() methods is fixed. Now these functions are moved to tracks singleton class.

Code is commited in revision [10065].

comment:13 Changed 13 years ago by antoni

Non sync background book audio fixes. Different approach when media is stopped through stop page life cycle is implemented.

Code is commited in revision [10092].

comment:14 Changed 13 years ago by meddle

  • Status changed from s3b_implementation_finished to s3c_implementation_ok

Merged to the trunk at [10129]

comment:15 Changed 13 years ago by meddle

  • Imp._reviewers set to meddle, todor
Note: See TracTickets for help on using tickets.