From 1a22f72f050933204daf5be32eca3b08672b4e4d Mon Sep 17 00:00:00 2001 From: Hongchan Choi Date: Thu, 27 Apr 2017 12:18:44 -0700 Subject: [PATCH] Fixed example links in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a54cc2..ac0a0a1 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ foaRenderer.initialize().then(function () { } ``` -Currently the HRIR for `FOARenderer` is available on Omnitone's repository. If you do not need a configurable audio path for ambisonic rendering, `FOARenderer` is strongly recommended. See the example [here](https://cdn.rawgit.com/GoogleChrome/omnitone/master/examples/foa-renderer.html). +Currently the HRIR for `FOARenderer` is available on Omnitone's repository. If you do not need a configurable audio path for ambisonic rendering, `FOARenderer` is strongly recommended. See the example [here](https://cdn.rawgit.com/GoogleChrome/omnitone/0.2.2/examples/foa-renderer.html). ### FOADeocoder (Fully-configurable) @@ -111,7 +111,7 @@ decoder.initialize().then(function () { }); ``` -The decoder constructor accepts the context and the element as arguments. `FOADecoder` uses [HRIRs](https://github.com/google/spatial-media/tree/master/support/hrtfs/cube) from Google spatial media repository, but you can use a custom set of HRIR files as well. The initialization of a decoder instance returns a promise which resolves when the resources (i.e. impulse responses) are fully loaded. See the example [here](https://cdn.rawgit.com/GoogleChrome/omnitone/master/examples/foa-decoder.html). +The decoder constructor accepts the context and the element as arguments. `FOADecoder` uses [HRIRs](https://github.com/google/spatial-media/tree/master/support/hrtfs/cube) from Google spatial media repository, but you can use a custom set of HRIR files as well. The initialization of a decoder instance returns a promise which resolves when the resources (i.e. impulse responses) are fully loaded. See the example [here](https://cdn.rawgit.com/GoogleChrome/omnitone/0.2.2/examples/foa-decoder.html). ### Basic Features: Rotation, ChannelMap, Rendering Mode