| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The goal of the JsAudio project is to provide a javascript implementation of PortAudio that matches the original API as closely as possible.
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.
| Back | FazBrowse Home | New Git URL |