Socket
Socket
Sign inDemoInstall

aural-interpolation

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    aural-interpolation

Interpolation library, aimed for audio-related processing.


Version published
Weekly downloads
1
Maintainers
1
Install size
16.1 kB
Created
Weekly downloads
 

Changelog

Source

1.0.0 (2015.03.20) :

  • First implementation.

Readme

Source

Aural-Interpolation

Build Status NPM version

Interpolation library, aimed for audio-related processing.

Intent

This library provides multiple types of interpolation (linear, cosine and cubic) on a "wrapping" array. This is particularily useful for the manipulation of audio buffers, waveshapers shapes and fixed enveloppes.

Installing and testing

With npm do:

npm install aural-interpolation

To run the test suite, run the following command:

npm test

Public API

  • interpolation.process(position, array, mode)
  • interpolation.rough(position, array)
  • interpolation.linear(position, array)
  • interpolation.cosine(position, array)
  • interpolation.cubic(position, array)

Full API documentation

Changelog

1.0.0 (2015.03.20) :

  • First implementation.

Full history

Roadmap

  • TBD

License

MIT

FAQs

Last updated on 20 Mar 2015

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