5 lines
176 B
JavaScript
5 lines
176 B
JavaScript
|
"use strict";
|
||
|
|
||
|
// constants
|
||
|
var AUDIO_PROPERTIES = ['audioobjecttype', 'channelcount', 'samplerate', 'samplingfrequencyindex', 'samplesize'];
|
||
|
module.exports = AUDIO_PROPERTIES;
|