Skip to content

Commit

Permalink
Update the readme for instant games
Browse files Browse the repository at this point in the history
  • Loading branch information
goldfire committed Mar 16, 2018
1 parent 602a043 commit 7cc528f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ var dolbySound = new Howl({
```

### Facebook Instant Games
We have worked directly with Facebook to fully support [Facebook Instant Games](https://developers.facebook.com/docs/games/instant-games), and howler.js is the recommended audio library for this platform. If you encounter any issues while developing for Instant Games, open an issue with the tag `[IG]`.
Howler.js provides audio support for the new [Facebook Instant Games](https://developers.facebook.com/docs/games/instant-games/engine-recommendations) platform. If you encounter any issues while developing for Instant Games, open an issue with the tag `[IG]`.

### Format Recommendations
Howler.js supports a wide array of audio codecs that have varying browser support ("mp3", "opus", "ogg", "wav", "aac", "m4a", "mp4", "webm", ...), but if you want full browser coverage you still need to use at least two of them. If your goal is to have the best balance of small filesize and high quality, based on extensive production testing, your best bet is to default to `webm` and fallback to `mp3`. `webm` has nearly full browser coverage with a great combination of compression and quality. You'll need the `mp3` fallback for Internet Explorer.
Expand Down

0 comments on commit 7cc528f

Please sign in to comment.