The High Fidelity Audio Client Library allows developers to integrate High Fidelity's spatial audio technology into their projects.
npm install @vatom/hifi-spatial-audio






The High Fidelity Spatial Audio Client Library allows developers to integrate High Fidelity's spatial audio technology into their projects.
npm i hifi-spatial-audio
`$3
Import the latest version of the main library with:`JavaScript
`You'll Need a Developer Account
To use the Spatial Audio API, you'll need to sign up for a High Fidelity Developer Account. Sign up for free at account.highfidelity.com.Documentation
API documentation is available at docs.highfidelity.com.Examples
You'll find a bunch of examples that make use of this API in the Spatial-Audio-API-Examples GitHub Repository.Walkthrough Guides
Walkthrough guides of sample applications written in plain Web JavaScript and written in NodeJS are available at highfidelity.com/api/guides.Release Notes
Release notes for the Spatial Audio Client Library are available on the GitHub releases page.-----
Super QuickStart - Web JavaScript
Here's a super basic version of how to use the High Fidelity Spatial Audio Client Library in the Web JavaScript context:`JavaScript
`---
Living on the Edge
If you'd like to use an experimental version of the Spatial Audio Client library built automatically from the tip of the main branch:$3
`
npm i hifi-spatial-audio@main
`$3
Import the experimental version of the main library with:`JavaScript
``