Cubism 5 SDK for Web R1 beta4
·
18 commits
to master
since this release
Added
- Add
getPcmDataChannel()andgetWavSamplingRate()functions toLAppWavFileHandler.
Changed
- Change return type of
loadWavFile()toPromise<boolean>. - Deprecate the use of the Singleton pattern in
LAppWavFileHandler.- This change marks the following functions and variables as deprecated.
s_instancegetInstance()releaseInstance()
- This change marks the following functions and variables as deprecated.
- Change target to
es6. - Change to use
webgl2.
Fixed
- Fix to check for error when reading json.
Removed
- Remove use of
polyfill,watwg-fetchandexperimental-webgl.