Releases: GoogleChrome/omnitone
Releases · GoogleChrome/omnitone
Release 1.0.0
- 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
- Changed HRIRs for FOADecoder. (THRIVE -> SADIE)
- Resolved URL breakage: #47.
Release 0.2.1
- 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
- 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
- Added a unit test for FOAPhaseMatchedFilter.
- Fixed a connection bug in FOAPhaseMatchedFilter.
- Added utilities for the unit testing.
- Fixed README.
Release 0.1.7
- 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
- A separate module for the versioning.
- This will fix 'global variable' issues in some build tools.
Release 0.1.5
- Improved modularity by removing the global Omnitone.LOG() method.
- To synchronize the latest build and the NPM/Bower registry.
The first public-stable release
- ACN channel ordering issue fixed.
- The documentation reviewed/revised.
Initial commit
0.1.2 readme fixed