webamp/packages/winamp-eqf/constants.js
Jordan Eldredge 2d3f1095a2
Move winamp-eqf into the monorepo (#1054)
* Move winamp-eqf into the monorepo

* [winamp-eqf] Upgrade Jest
2021-01-01 00:33:44 -08:00

20 lines
271 B
JavaScript

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
};