• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tf / pageflow / 1663
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: actions
DEFAULT BRANCH: master
Ran 21 Jul 2017 12:39PM UTC
Jobs 2
Files 363
Run time 42s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1663

push

travis-ci

tf
Use Web Audio API for volume fading if available

Setting `volume` in an interval has performance issues and can lead to
popping/sizzling noises on Firefox.

* Add `getMediaElement` method to media players to allow accessing the
  underlying media element. This required use the players as audio
  source.

* Add a Pageflow API to create a shared `AudioContext`. There can only
  be a limited number of contexts in one page (i.e. 6 in Chrome, at
  the time of writing). So allow reusing it for all Pageflow features.

* If an `AudioContext` can be created, connect a gain node and use its
  methods to perform volume fading.

* On Chrome and Firefox, the `crossorigin` attribute needs to be set
  to `anonymous`, to allow `AudioContext` usage for cross origin audio
  files. Since `audio5js` is already patched, make adding the
  attribute the new default.

13047 of 13171 relevant lines covered (99.06%)

40.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1663.1 (2.1.7, PAGEFLOW_RAILS_VERSION=4.2.6 PUBLISH_THEME_DOC=true COVERALLS_PARALLEL=true) 21 Jul 2017 12:40PM UTC 0
99.06
Travis Job 1663.1
2 1663.2 (2.3.1, PAGEFLOW_RAILS_VERSION=4.2.6 PUBLISH_THEME_DOC=true COVERALLS_PARALLEL=true) 21 Jul 2017 12:39PM UTC 0
99.06
Travis Job 1663.2
Source Files on build 1663
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1663
  • ef013823 on github
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc