CenterForOpenScience / modular-file-renderer

A Python package for rendering files to HTML via an embeddable iframe
http://modular-file-renderer.readthedocs.io/en/latest/
Apache License 2.0
43 stars 67 forks source link

Wav files do not play on iPhone XS #357

Open NyanHelsing opened 5 years ago

NyanHelsing commented 5 years ago

https://osf.io/fehvs/ as an example wav file. If you try to play this on an iphone XS, see the attached screecap. 62204069_896357274042697_7268655845473255424_n

NyanHelsing commented 5 years ago

As a side note, wav files are large. something to consider would be converting sound files to a lighter format rendering, just like images are all rendered as jpegs by MFR. This would resolve this issue for IE also https://github.com/CenterForOpenScience/modular-file-renderer/issues/141