Socket
Socket
Sign inDemoInstall

baudio-live

Package Overview
Dependencies
20
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    baudio-live

CLI for live updating baudio music


Version published
Maintainers
1
Install size
1.73 MB
Created

Readme

Source

baudio-live

npm install baudio-live -g

Usage

Given a file music.js like

module.exports = function (t) {
    return sin(t, 300) + sin(t,309)
}

And the command:

baudio-live music.js

It will output the music and update it if you are changing that file.

You can save the sounds with the -o option:

baudio-live music.js -o awesome.wav

Keywords

FAQs

Last updated on 07 Oct 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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