AWS STT to DPE (digital paper Edit)adapter extracted from/and recombined @bbc/react-transcript-editor
npm install aws-to-dpeAbstracted from parts of @bbc/react-transcript-editor this module provides a way to convert from AWS STT To DPE format.
Fork this repository + git clone + cd into folder + npm install
```
npm install aws-to-dpe
`js
const awsToDpe = require('aws-to-dpe');
const awsTranscript = require('../sample/WSJ8623212922.mp3.json');
const res = awsToDpe(awsTranscript);
// do something with dpe json
`
see src/example-usage.js for more.
- npm > 6.1.0
- Node 10 - dubnium
Node version is set in node version manager .nvmrc
_NA_
To publish to npm
```
npm run publish:public