Release v2.0.0
Today, we are releasing v2.0.0 of the hifi-spatial-audio TypeScript client library.
- Developers who choose to upgrade (via npm i hifi-spatial-audio@main or otherwise) will no longer be able to use the client library to natively send or receive Euler angles for specifying a client’s orientation. Instead, developers must use Quaternions to send and receive client orientation data.
- Please reference our latest TypeScript documentation by clicking here.
- All of our sample applications will be updated to work with this new orientation format.
- If you would like to view the changes that we made to our sample apps which were necessary to support the new client library, you can view those changes here.
- Documentation update to clarify how
isStereo
works