Skip to content

Instantly share code, notes, and snippets.

@Aldiwildan77
Last active June 9, 2019 07:40
Show Gist options
  • Save Aldiwildan77/c703243ce94a0e04226c117a691be75e to your computer and use it in GitHub Desktop.
Save Aldiwildan77/c703243ce94a0e04226c117a691be75e to your computer and use it in GitHub Desktop.
My steelseries arctis 3 EQ for Music
{
"equalizationeffect": {
"curve": {
"point": [
{
"_f": "31",
"_d": "7"
},
{
"_f": "62",
"_d": "9"
},
{
"_f": "125",
"_d": "3"
},
{
"_f": "250",
"_d": "0"
},
{
"_f": "500",
"_d": "2"
},
{
"_f": "1000",
"_d": "3"
},
{
"_f": "2000",
"_d": "1"
},
{
"_f": "4000",
"_d": "-1"
},
{
"_f": "8000",
"_d": "3"
},
{
"_f": "16000",
"_d": "1"
}
],
"_name": "isi_sendiri"
}
}
}
<equalizationeffect>
<curve name="isi_sendiri">
<point f="31" d="7"/>
<point f="62" d="9"/>
<point f="125" d="3"/>
<point f="250" d="0"/>
<point f="500" d="2"/>
<point f="1000" d="3"/>
<point f="2000" d="1"/>
<point f="4000" d="-1"/>
<point f="8000" d="3"/>
<point f="16000" d="1"/>
</curve>
</equalizationeffect>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment