New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

jsaudio

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsaudio

JsAudio is to Node / JS as PyAudio is to Python

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
6
20%
Maintainers
1
Weekly downloads
 
Created
Source

JsAudio npm version js-standard-style

JsAudio is to Node / JS as PyAudio is to Python

Goals

The goal of the JsAudio project is to provide a javascript implementation of PortAudio that matches the original API as closely as possible.

Status

This is a work in progress, but currently (nearly) all PA functions are ported. Currently PortAudio's read/write method is implemented, but the callback method is not.

Docs are in progress, as we are still refining the abstracted API. That being said, the JsAudioNative api directly follows PortAudio's API. You can access this by requiring like so require('jsaudio').JsAudioNative

Until the abstracted API is finalized you can check out the examples directory to see usage at it's current state. Also, feel free to look at the JsAudio class in lib/jsaudio.js which serves as the abstraction API.

Contributing

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Ensure code style is consistent (js-standard for js)
  • Commit your changes (git commit -am 'Added some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request

Keywords

portaudio

FAQs

Package last updated on 21 May 2016

Did you know?

Socket

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