Socket
Socket
Sign inDemoInstall

araudioplayer

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.2 to 0.2.3

2

package.JSON
{
"name": "araudioplayer",
"version": "0.2.2",
"version": "0.2.3",
"description": "audio player interface for web AR projects made by Patrice-Morgan Ongoly for the House of Venus",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -5,10 +5,10 @@ # ARAudioPlayer

AR-ONLY version of the XRAudioPlayer component (XRMediaPlayer)
an audio player for web AR experiences and distributed applications
**_ARAudioPlayer_** generates an audio player that users can experience in web AR or traditional flat modes. Experiences are built using Three.js/AFrame.
The **_ARAudioPlayer_** generates an audio player that users can experience in augmented reality through a web browser on most mobile, laptop, desktop, or tablet devices. Experiences are produced using Three.js/AFrame to achieve a secure, cross-platform standard for sharing audio on the Immersive Web.
View content using a wide range of devices and formats. Implement the module in both modular server-side and non-modular client-side applications with just a few lines of JavaScript code!
Developers can implement the module in both modular server-side and non-modular client-side applications with just a few lines of JavaScript code.
## Tutorials:
Make and Share an AR Playlist
* Build and Share Your Own AR Music Playlist

@@ -30,4 +30,3 @@ ## Usage:

```javascript
var XRMP = require('araudioplayer');
var myPlayer = XRMP.ARAudioPlayer;
var myPlayer = require('araudioplayer');

@@ -46,4 +45,3 @@ myPlayer.add('../media/img/OracularSpectacular.png', '../media/audio/TheYouth.mp3' , { title: 'The Youth', author: 'MGMT', year: 2007});

```javascript
var XRMP = require('araudioplayer');
var myPlayer = XRMP.ARAudioPlayer;
var myPlayer = require('araudioplayer');

@@ -50,0 +48,0 @@ var collection = {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc