Omnitone Versions Save

Spatial Audio Rendering on the web.

1.0.0

6 years ago
  • 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.

0.2.2

7 years ago
  • Changed HRIRs for FOADecoder. (THRIVE -> SADIE)
  • Resolved URL breakage: #47.

0.2.1

7 years ago
  • 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

0.2.0

7 years ago
  • New FOARenderer with ~100% performance boos and SH-MaxRe HRIR.
  • Updated documentation on 0.2.0 features.
  • Revised examples.
  • More unit tests.

0.1.8

7 years ago
  • Added a unit test for FOAPhaseMatchedFilter.
  • Fixed a connection bug in FOAPhaseMatchedFilter.
  • Added utilities for the unit testing.
  • Fixed README.

0.1.7

7 years ago
  • 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.

0.1.6

7 years ago
  • A separate module for the versioning.
  • This will fix 'global variable' issues in some build tools.

0.1.5

7 years ago
  • Improved modularity by removing the global Omnitone.LOG() method.
  • To synchronize the latest build and the NPM/Bower registry.

0.1.4

7 years ago
  • ACN channel ordering issue fixed.
  • The documentation reviewed/revised.

0.1.2

7 years ago