audition-xml-composer

Convert a json sequence into an Adobe Audition XML

Usage no npm install needed!

<script type="module">
  import auditionXmlComposer from 'https://cdn.skypack.dev/audition-xml-composer';
</script>

README

Audition XML Composer

work in progress

Convert a json sequence into an Adobe Audition XML.

Inspired by EDL Composer on npm it uses the same schema to describe the sequence.

Part of the pietrop/digital-paper-edit project.

Setup

cd, clone the repo, npm install

Usage - development

see example-usage.js for how to requrie and use the module.

To run the example do node src/example-usage.js

Usage - production

npm install audition-xml-composer

require or import in your code and see example usage for more details

System Architecture

TBC

Development env

Build

NA

Tests

TBC

Deployment

npm run publish:public

publishes to npm under audition-xml-composer

TODO: