audio-properties.js 175 B

12345678910
  1. // constants
  2. var AUDIO_PROPERTIES = [
  3. 'audioobjecttype',
  4. 'channelcount',
  5. 'samplerate',
  6. 'samplingfrequencyindex',
  7. 'samplesize'
  8. ];
  9. module.exports = AUDIO_PROPERTIES;