securityos/node_modules/winamp-eqf/constants.js

21 lines
271 B
JavaScript
Raw Permalink Normal View History

2024-09-06 15:32:35 +00:00
var PRESET_VALUES = [
"hz60",
"hz170",
"hz310",
"hz600",
"hz1000",
"hz3000",
"hz6000",
"hz12000",
"hz14000",
"hz16000",
"preamp"
];
var HEADER = "Winamp EQ library file v1.1";
module.exports = {
PRESET_VALUES: PRESET_VALUES,
HEADER: HEADER
};