UNPKG

waveform-playlist-nartj

Version:

Multiple track web audio editor and player with waveform preview

27 lines (25 loc) 473 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = _default; /* { "begin": "5.759", "end": "9.155", "id": "002", "language": "en", "lines": [ "I just wanted to hold" ] }, */ function _default(annotation) { return { begin: String(annotation.start.toFixed(3)), end: String(annotation.end.toFixed(3)), id: String(annotation.id), language: annotation.lang, lines: annotation.lines }; }