ruffle/web/src
Mike Welsh 29754eace8 web: Avoid `copyToChannel` on Safari
`AudioBuffer.copyToChannel` does not work on Safari, so switch to
using `getChannelData` to fill the audio buffers.

Limitations in wasm-bindgen prevent us from actually modifying the
data returned by `getChannelData` on the Rust side, so import a JS
function to fill the audio buffer (js-src/ruffle-imports.js).
2019-12-03 23:05:42 -08:00
..
audio.rs web: Avoid `copyToChannel` on Safari 2019-12-03 23:05:42 -08:00
lib.rs web: Handle gaps between SoundStreamBlocks 2019-10-29 23:36:51 -07:00
navigator.rs chore: cargo fmt 2019-09-16 20:37:11 -07:00
render.rs chore: Use new method of setting png color & depth 2019-11-25 10:39:01 +00:00
utils.rs chore: cargo fmt 2019-09-09 20:42:08 -05:00