Skip to content

Releases: GoogleChrome/omnitone

Release 1.0.0

13 Sep 16:55
Compare
Choose a tag to compare
  • Supports Higher-order-ambisonic. (HOARenderer: 2nd, 3rd order)
  • All rendering paths are now optimized. (FOARenderer, HOARenderer)
  • Refactored API surface: Unified interface for FOA/HOARenderer.
  • Streamlined resource management to support cross-browser and faster decoding.
  • Added new unit tests and examples for HOARenderer.
  • Added buffer management utilities (hrir-manager.js) and Web Audio API polyfill (polyfill.js).
  • Updated README.md.

Release 0.2.2

27 Apr 19:20
Compare
Choose a tag to compare
  • Changed HRIRs for FOADecoder. (THRIVE -> SADIE)
  • Resolved URL breakage: #47.

Release 0.2.1

08 Apr 17:41
Compare
Choose a tag to compare
  • Introduce Travis CI and Karma testing: travis.yml and karma.conf.js
  • Edited 'Test' section in README.md.
  • Fixed test-convolver unit test to support Travis CI testing.
  • Removed the unnecessary test/index.html

Release 0.2.0

24 Mar 20:26
Compare
Choose a tag to compare
  • New FOARenderer with ~100% performance boos and SH-MaxRe HRIR.
  • Updated documentation on 0.2.0 features.
  • Revised examples.
  • More unit tests.

Release 0.1.8

09 Nov 21:52
Compare
Choose a tag to compare
  • Added a unit test for FOAPhaseMatchedFilter.
  • Fixed a connection bug in FOAPhaseMatchedFilter.
  • Added utilities for the unit testing.
  • Fixed README.

Release 0.1.7

25 Oct 21:22
Compare
Choose a tag to compare
  • Edits README
  • FOAPhaseMatchedFilter is now properly calculated based on context sample rate.
  • FOARotator now supports 4x4 rotation matrix. (for Three.js)
  • Adds a unit test for FOARotator.

Release 0.1.6

16 Sep 20:51
Compare
Choose a tag to compare
  • A separate module for the versioning.
  • This will fix 'global variable' issues in some build tools.

Release 0.1.5

12 Sep 18:32
Compare
Choose a tag to compare
  • Improved modularity by removing the global Omnitone.LOG() method.
  • To synchronize the latest build and the NPM/Bower registry.

The first public-stable release

25 Jul 16:32
Compare
Choose a tag to compare
  • ACN channel ordering issue fixed.
  • The documentation reviewed/revised.

Initial commit

28 Jun 17:34
Compare
Choose a tag to compare
0.1.2

readme fixed