mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
11 lines
175 B
JavaScript
11 lines
175 B
JavaScript
// constants
|
|
var AUDIO_PROPERTIES = [
|
|
'audioobjecttype',
|
|
'channelcount',
|
|
'samplerate',
|
|
'samplingfrequencyindex',
|
|
'samplesize'
|
|
];
|
|
|
|
module.exports = AUDIO_PROPERTIES;
|