Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.76 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.76 KB

Offline Rendering Examples

This repository holds a set of small examples using Elementary Audio in Node.js to process audio files. Each subdirectory contains a self-contained script to execute and a README explaining what the process does and how to use it from your command line.

If you're new to Elementary Audio, Elementary is a JavaScript/C++ library for building audio applications.

  • Declarative: Elementary makes it simple to create interactive audio processes through functional, declarative programming. Describe your audio process as a function of your application state, and Elementary will efficiently update the underlying audio engine as necessary.
  • Dynamic: Most audio processing frameworks and tools facilitate building static processes. But what happens as your audio requirements change throughout the user journey? Elementary is designed to facilitate and adapt to the dynamic nature of modern audio applications.
  • Portable: By decoupling the JavaScript API from the underlying audio engine (the "what" from the "how"), Elementary enables writing portable applications. Whether the underlying engine is running in the browser, an audio plugin, or an embedded device, the JavaScript layer remains the same.

Find more in the Elementary repository on GitHub and the documentation on the website.

Examples

Before attempting to run the examples below, make sure you first npm install in this root directory to fetch the necessary dependencies.

License

ISC