Skip to content

Releases: GoogleChrome/omnitone

Release v1.3.0

18 Jan 23:42
891f31c
Compare
Choose a tag to compare
  • Added ES6 module support.
  • Added Rollup.js build system and removed WebPack.
  • Updated NPM packages to resolve security vulnerability and installation problem.
  • Updated examples for new ES6 format and autoplay policy problem.
  • Updated README.

Release v1.2.5

10 Sep 22:04
82180a2
Compare
Choose a tag to compare
  • Update NPM packages to resolve security vulnerability and installation problem.
  • Fix the code according to the updated ESLint package.
  • Regenerated library files and documentations.

Release v1.2.4

07 May 18:37
e311421
Compare
Choose a tag to compare
  • Minor maintenance: add WebPack4's new development build option.
  • Version updated to 1.2.4.

Release v1.2.3

04 May 21:15
043d0b4
Compare
Choose a tag to compare
  • Make the rotation mechanism identical between FOA and HOA renderer. With this change, the rotator directly can take the matrix from Three.js.
  • Updated npm packages: Upgraded to Node 9 + WebPack 4.
  • Modified Travis config file for Node 9.

Release v1.2.1

01 Dec 22:11
5da15b9
Compare
Choose a tag to compare
  • Fixed: The rejection handler from FOA/HOARenderer.initialize().then() promise doesn't get invoked correctly.
  • All source codes will have @license tag for JSDoc purpose.
  • These tags will be stripped out at the compilation, and a banner license will be added to the result of compilation.

Release v1.2.0

27 Nov 21:41
Compare
Choose a tag to compare
  • FOADecoder is deprecated in favor of FOARenderer.
  • Old HRIR files in PCM audio file format were removed. Omnitone does not rely on PCM audio file or XHR for loading HRIRs.

Release v1.0.6

01 Nov 21:51
f65ac0b
Compare
Choose a tag to compare
  • HRIR data for 2nd order ambisonic is added.
  • Explicit multi-channel management of renderer's input.
    • Both renderers clamp number of channels in the input stream.
      (FOA: 4ch SOA: 9ch, TOA: 16ch)

Release v1.0.5

20 Oct 21:20
Compare
Choose a tag to compare
  • Synchronous resource loading: Base64-encoded HRIR
    • FOARenderer is in "ready" state 2x faster.
    • HOARenderer (TOA) is in "ready" state 7x faster.

Release 1.0.2

27 Sep 20:06
Compare
Choose a tag to compare
  • Removed Gstatic CDN reference.
  • Updated README.

Release 1.0.1

19 Sep 21:36
Compare
Choose a tag to compare
  • Added eslint into the build system to enforce Google JS style.
  • Modified Travis CI config to automate the linting task.
  • Fixed Safari 10 let iterator bug.