/m1-webdemos

Consolidated page for all content demos utilizing the Mach1 Spatial audio format or Mach1 Spatial APIs

Primary LanguageJavaScript

Mach1 Spatial Content Web Demos

Slack Channel YouTube Channel

Various examples of web based spatial audio playback using the Mach1 Spatial SDK and framework. These examples are mostly derived from this example.

Setup

  • Install AWS CLI (for example: brew install awscli)
  • Download the content audiofiles for the existing demos
  • sh ./download-audiofiles.sh

AWS S3 Deployment

There is an example Makefile setup here for deploying all the files and assets to the an aws s3 bucket for static hosting.

  • Edit s3_bucket_name to the name of your s3 bucket
  • Edit the s3_profile for the profile name of the credentials you prefer on your ~/.aws/credentials
  • make deploy
  • make assets