diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644
index 0443057..0000000
--- a/.gitattributes
+++ /dev/null
@@ -1,6 +0,0 @@
-*.sh text eol=lf
-*.prop text eol=lf
-*.md text eol=lf
-*.xml text eol=lf
-sepolicy.rule eol=lf
-magiskmodule/META-INF/** text eol=lf
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
deleted file mode 100644
index 73e8c5f..0000000
--- a/.github/workflows/build.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-name: Build
-
-on: [push, pull_request, workflow_dispatch]
-
-jobs:
- Build:
- name: Build Magisk Module
- runs-on: ubuntu-latest
- steps:
- - name: Checkout
- uses: actions/checkout@v3
- with:
- fetch-depth: 0
- - name: Prepare files
- run: chmod +x compile.sh
- - name: Compile
- run: ./compile.sh
- - name: Upload Result
- uses: actions/upload-artifact@v3
- with:
- name: ViPER4AndroidRepackaged.zip
- path: ViPER4AndroidFX-*.zip
- if-no-files-found: error
diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml
deleted file mode 100644
index e4ed624..0000000
--- a/.github/workflows/shellcheck.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-name: ShellCheck
-
-on:
- push:
- pull_request:
-
-jobs:
- check:
- name: Check
- runs-on: ubuntu-latest
- steps:
- - name: Checkout
- uses: actions/checkout@v4
- - name: Install ShellCheck
- run: sudo apt-get install -y shellcheck
- - name: Run shellcheck
- run: ./shellcheck.sh
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index c48383d..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-/*.zip
-magiskmodule/ViperIRS.tar.gz
-magiskmodule/ViperVDC.tar.gz
-magiskmodule/module.prop
-magiskmodule/README.md
-magiskmodule/stockeqpackages.csv
diff --git a/.shellcheckrc b/.shellcheckrc
deleted file mode 100644
index d619fed..0000000
--- a/.shellcheckrc
+++ /dev/null
@@ -1,36 +0,0 @@
-
-# enable additional checks
-enable=add-default-case
-enable=avoid-nullary-conditions
-enable=check-set-e-suppressed
-enable=check-unassigned-uppercase
-enable=deprecate-which
-
-# unused variable warning
-disable=SC2034
-
-# disable referenced but not assigned variables
-disable=SC2154
-
-# dont follow source files
-disable=SC1091
-
-# declare and assign seperately
-disable=SC2155
-
-
-# enforcement relaxations for magisk ash
-# these functionalities are supported by magisk ash
-# even if they are not posix shell compliant
-
-# source instead of .
-disable=SC3046
-
-# local function variables
-disable=SC3043
-
-# &> redirection
-disable=SC3020
-
-# IFS
-disable=SC3003
diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index d019ba0..0000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- // editor and files config
- "editor.tabSize": 2,
- "editor.insertSpaces": true,
- "editor.formatOnSave": true,
- "editor.wordWrap": "off",
- "editor.detectIndentation": false,
- "editor.trimAutoWhitespace": true,
- "editor.autoIndent": "full",
- "editor.renderWhitespace": "trailing",
- "files.insertFinalNewline": true,
- "files.trimFinalNewlines": true,
- "files.trimTrailingWhitespace": true,
- // html / xml
- "html.format.enable": true,
- "html.format.indentInnerHtml": true,
- "html.format.endWithNewline": true,
- "html.format.wrapAttributes": "preserve-aligned",
- "html.format.preserveNewLines": false,
- "files.associations": {
- "*.xml": "html",
- },
-}
diff --git a/README.md b/README.md
deleted file mode 100644
index 79eb3eb..0000000
--- a/README.md
+++ /dev/null
@@ -1,171 +0,0 @@
-# ViPER4AndroidRepackaged
-A refined ViPER4Android installer.
-
-This is an updated and enhanced `ViPER4Android FX 2.7` installer. \
-It contains many useability enhancements and all the major fixes needed to run `ViPER4Android` on modern ROMs effortlessly.
-
-
- \
-
- \
-
-[](https://github.com/programminghoch10/ViPER4AndroidRepackaged/actions/workflows/shellcheck.yml)
-
- \
- \
-[](https://github.com/programminghoch10)
-
-## Features
-
-* **Install `ViPER4Android` in one go** \
- No need for additional modules or multiple reboots.
-* **Quick install** \
- The entire install procedure has been rewritten from the ground up
- to be quick, simple and robust.
-* **`ViPER4Android` APK included** \
- There is no longer a need for an active internet connection during install,
- as the [`ViPER4Android` APK](https://zackptg5.com/downloads/v4afx.apk)
- is included in the install zip.
-* **Automatic seamless ViPER driver install** \
- This installer installs the ViPER driver seamlessly during module installation,
- there is no need to have the app install the driver.
-* **`MagiskPolicy` included** \
- The necessary `SELinux` rules for running on modern Android ROMs are included,
- there is no need for [`Audio Compatibility Patch`](https://github.com/Magisk-Modules-Repo/acp) anymore.
-* **Enforce the law** \
- This installer does not require switching `SELinux` to
- [`permissive`](https://stopdisablingselinux.com/)
- temporarily for installing the APK,
- which mostly helps with devices where `permissive` has been disabled in the kernel.
-* **Old folder gone legacy** \
- The old folder `ViPER4Android` in your personal files has been redundant for long time already,
- as all files have been moved to the new scoped storage location anyways. \
- This installer doesn't depend on the old folder anymore,
- you can safely delete it and not have it clutter your files anymore.
-* **ViperFX, not AudioFX!** \
- Who needs [`LineageOS AudioFX`](https://github.com/LineageOS/android_packages_apps_AudioFX) anyways
- when you have `ViPER4Android` installed.
- This installer automatically disables
- [`LineageOS AudioFX`](https://github.com/LineageOS/android_packages_apps_AudioFX)
- during install and also reenables it during uninstall.
-* **Viper Atmos** \
- [Experience breakthrough audio that flows above and around you](https://github.com/LineageOS/android_hardware_samsung/blob/2359bd00227d706a9dda5378e7537b2e43e3c965/dap/res/values/strings.xml#L10)
- with `ViPER4Android`. \
- `Dolby Atmos` has become a simple
- [marketing term](https://www.youtube.com/watch?v=ua-JnXlDcTU)
- anyways, you don't need it anymore, you got somethin' better now!
-* **To AML or not to AML** \
- [`Audio Modification Library`](https://github.com/Magisk-Modules-Repo/aml) is not included,
- but is usually not needed either.
- You can still combine `ViPER4Android` with other audio mods
- using [`Audio Modification Library`](https://github.com/Magisk-Modules-Repo/aml) if you want to.
-* **Automatic VDC, IRS and preset import** \
- If you have [bought a VDC file](https://t.me/vdcservice)
- or downloaded an IRS file or preset,
- you don't have to copy it over manually.
- The installer automatically finds and copies them to the correct place
- for `ViPER4Android` to find them
- and for you to enjoy the audiophile feeling.
-* **Original DDCs included** \
- If you have not yet bought a VDC file,
- this installer will automatically install all original `ViPER4Android` DDC files
- for you to enjoy them
- until you notice you can [buy even better ones](https://t.me/vdcservice).
-* **IRS ([tax](https://www.youtube.com/results?search_query=kitboga+irs+scammer)) included** \
- [The whole pack of IRS files](https://drive.google.com/file/d/1Bii6ER0cNgHMspVozMIfYfFAu3l16d_-/view?usp=sharing)
- commonly distributed in the
- [`ViPER4Android` Telegram group](https://t.me/ViPER4AndroidFX)
- is included and will be automatically copied to the correct place.
- You can select an IRS in the convolver option.
-* **`Legacy mode` for the win** \
- To this day I don't see why one would want to have `Legacy mode` disabled.
- Yes I know it's because a media app should send it's audio session id, but to be honest:
- Who cares?
- `Legacy mode` just always works reliably and this is why this installer enables it by default.
- Does anyone remember the time when this option was called "`Process audio session 0`"?
-* **Opt-in instead of Opt-out** \
- `ViPER4Android 2.7` comes with `Crashlytics bug report metrics` enabled by default.
- Personally I don't like to send bug reports, so I always disable it.
- I think Opt-in is the way to go here.
- This is why in this module `Crashlytics` is disabled by default and you may enable if it you wish to.
-* **Keep the vibes alive** \
- Measures have been put in place to ensure `ViPER4Android` doesn't get killed by the OOM-killer.
- Though should `ViPER4Android` stop working anyways, it will automatically be restarted.
- This may be of great convenience on low ram devices
- where the OOM-killer is very aggressive,
- even towards foreground services.
-* **I know you're doing fine** \
- The notifications of `ViPER4Android` have been permanently disabled.
- There is no need for this permanent cluttering of the notifications list.
- ([more](#where-is-the-notification))
-
-## Install
-
-1. [Download the latest module ZIP from GitHub Releases](https://github.com/programminghoch10/ViPER4AndroidRepackaged/releases)
-1. Flash in [Magisk](https://github.com/topjohnwu/Magisk)/[Lygisk](https://github.com/programminghoch10/Lygisk)
-1. Reboot
-
-The installer installs the `ViPER4Android` app for you.
-Don't install it yourself.
-
-This mod is targeted at `LineageOS 21`. \
-It has been tested to work on:
-* `LineageOS 16.0` on `s3ve3gjv`
-* `LineageOS 17.1` on `a5xelte`
-* `LineageOS 18.1` on `sailfish`
-* `LineageOS 19.1` on `dreamlte`
-* `LineageOS 20.0` on `beyond1lte`, `beyond2lte`, `gts4lv`
-* `LineageOS 21.0` on `beyond2lte`
-
-_Please don't submit pull requests adding your device/ROM combination._ \
-_I will only add devices which I can test myself._
-
-### Upgrade
-
-Just install the update normally
-by clicking the update button within your `Magisk` app
-or do it manually following the [install instructions](#install)
-
-A reboot is recommended afterwards,
-but usually not required.
-You can just postpone it
-and combine it with the next reboot that you'd do anyways.
-
-### Reimport VDC/IRS files
-
-For reimporting newly downloaded VDC or IRS files
-from your downloads directory,
-just follow the [upgrade instructions](#upgrade).
-
-You don't need to restart afterwards,
-the new files will be available immediately.
-
-## Bugs and support
-
-I am not a ViPER dev, nor am I capable of fixing your broken install or ROM. \
-If you have trouble to install ViPER4Android this way, please **do hesitate** to ask me. \
-Try to install it the normal way and if that doesn't work either,
-ask in the
-[ViPER4Android Telegram group](https://t.me/ViPER4AndroidFX)
-or the
-[ViPER4Android XDA Thread](https://forum.xda-developers.com/android/apps-games/app-viper4android-fx-2-6-0-0-t3774651)
-instead.
-
-### Where is the notification?
-The notification has been disabled on purpose,
-as I don't see the necessity of it. \
-I know the App-Info toggle to enable notifications does not work. \
-If you really need it, run this command:
-`pm set-distracting-restriction com.pittvandewitt.viperfx`
-
-## Thanks
-
-If you want to invest into a great dev,
-go and [donate to @pittvandewitt](https://www.paypal.com/donate/?cmd=_s-xclick&hosted_button_id=53H9TP89FLWUU).
-
-Thank you
-[@pittvandewitt](https://github.com/pittvandewitt)
-for keeping my absolute favorite mod alive for so long!
-If you read this [@pittvandewitt](https://t.me/pittvandewitt),
-please [message me on Telegram](https://t.me/programminghoch10),
-so that we can make the next `ViPER4Android` version even more epic than it already is!
diff --git a/ViperIRS/+15dB plain 180916112148.irs b/ViperIRS/+15dB plain 180916112148.irs
deleted file mode 100644
index 9f0d26d..0000000
Binary files a/ViperIRS/+15dB plain 180916112148.irs and /dev/null differ
diff --git a/ViperIRS/101-st.irs b/ViperIRS/101-st.irs
deleted file mode 100644
index 98ab091..0000000
Binary files a/ViperIRS/101-st.irs and /dev/null differ
diff --git a/ViperIRS/2F2F.sound.irs b/ViperIRS/2F2F.sound.irs
deleted file mode 100644
index 8aac588..0000000
Binary files a/ViperIRS/2F2F.sound.irs and /dev/null differ
diff --git a/ViperIRS/3D Headphone HD - Profile 1.irs b/ViperIRS/3D Headphone HD - Profile 1.irs
deleted file mode 100644
index 7ef6052..0000000
Binary files a/ViperIRS/3D Headphone HD - Profile 1.irs and /dev/null differ
diff --git a/ViperIRS/3D Headphone HD - Profile 2.irs b/ViperIRS/3D Headphone HD - Profile 2.irs
deleted file mode 100644
index de6947e..0000000
Binary files a/ViperIRS/3D Headphone HD - Profile 2.irs and /dev/null differ
diff --git a/ViperIRS/5x.irs b/ViperIRS/5x.irs
deleted file mode 100644
index 6670c3b..0000000
Binary files a/ViperIRS/5x.irs and /dev/null differ
diff --git a/ViperIRS/6.irs b/ViperIRS/6.irs
deleted file mode 100644
index 5adbeab..0000000
Binary files a/ViperIRS/6.irs and /dev/null differ
diff --git a/ViperIRS/ASPROXTS.irs b/ViperIRS/ASPROXTS.irs
deleted file mode 100644
index a300577..0000000
Binary files a/ViperIRS/ASPROXTS.irs and /dev/null differ
diff --git a/ViperIRS/ASPS Maximizer.irs b/ViperIRS/ASPS Maximizer.irs
deleted file mode 100644
index e239840..0000000
Binary files a/ViperIRS/ASPS Maximizer.irs and /dev/null differ
diff --git a/ViperIRS/Accudio 48kHz Z.E. Earpods HIFI.irs b/ViperIRS/Accudio 48kHz Z.E. Earpods HIFI.irs
deleted file mode 100644
index 5e0a964..0000000
Binary files a/ViperIRS/Accudio 48kHz Z.E. Earpods HIFI.irs and /dev/null differ
diff --git a/ViperIRS/Accudio 48kHz Z.E. MDR-E9LP HIFI.irs b/ViperIRS/Accudio 48kHz Z.E. MDR-E9LP HIFI.irs
deleted file mode 100644
index 947a545..0000000
Binary files a/ViperIRS/Accudio 48kHz Z.E. MDR-E9LP HIFI.irs and /dev/null differ
diff --git a/ViperIRS/Accudio 48kHz Z.E. MDR-E9LP SM SRH940.irs b/ViperIRS/Accudio 48kHz Z.E. MDR-E9LP SM SRH940.irs
deleted file mode 100644
index 16f47ab..0000000
Binary files a/ViperIRS/Accudio 48kHz Z.E. MDR-E9LP SM SRH940.irs and /dev/null differ
diff --git a/ViperIRS/Accudio 48kHz Z.E. MDR-E9LP SM XBA3.irs b/ViperIRS/Accudio 48kHz Z.E. MDR-E9LP SM XBA3.irs
deleted file mode 100644
index a9b5f45..0000000
Binary files a/ViperIRS/Accudio 48kHz Z.E. MDR-E9LP SM XBA3.irs and /dev/null differ
diff --git a/ViperIRS/Accudio 48kHz Z.E. MDR-E9LP SM beyerT1.irs b/ViperIRS/Accudio 48kHz Z.E. MDR-E9LP SM beyerT1.irs
deleted file mode 100644
index 44f8ddd..0000000
Binary files a/ViperIRS/Accudio 48kHz Z.E. MDR-E9LP SM beyerT1.irs and /dev/null differ
diff --git a/ViperIRS/Accudio 48kHz Z.E. MDR-XB500 HIFI.irs b/ViperIRS/Accudio 48kHz Z.E. MDR-XB500 HIFI.irs
deleted file mode 100644
index b0278ca..0000000
Binary files a/ViperIRS/Accudio 48kHz Z.E. MDR-XB500 HIFI.irs and /dev/null differ
diff --git a/ViperIRS/Accudio 48kHz Z.E. XBA-H3 HIFI.irs b/ViperIRS/Accudio 48kHz Z.E. XBA-H3 HIFI.irs
deleted file mode 100644
index 9736a6f..0000000
Binary files a/ViperIRS/Accudio 48kHz Z.E. XBA-H3 HIFI.irs and /dev/null differ
diff --git a/ViperIRS/Accudio 48kHz Z.E. XBA-H3 SM SRH940.irs b/ViperIRS/Accudio 48kHz Z.E. XBA-H3 SM SRH940.irs
deleted file mode 100644
index 1c8ac8e..0000000
Binary files a/ViperIRS/Accudio 48kHz Z.E. XBA-H3 SM SRH940.irs and /dev/null differ
diff --git a/ViperIRS/Accudio 48kHz Z.E. XBA-H3 SM XBA4.irs b/ViperIRS/Accudio 48kHz Z.E. XBA-H3 SM XBA4.irs
deleted file mode 100644
index 35d4c03..0000000
Binary files a/ViperIRS/Accudio 48kHz Z.E. XBA-H3 SM XBA4.irs and /dev/null differ
diff --git a/ViperIRS/Accudio 48kHz Z.E. XBA-H3 SM beyerT1.irs b/ViperIRS/Accudio 48kHz Z.E. XBA-H3 SM beyerT1.irs
deleted file mode 100644
index 6781fac..0000000
Binary files a/ViperIRS/Accudio 48kHz Z.E. XBA-H3 SM beyerT1.irs and /dev/null differ
diff --git a/ViperIRS/Air.irs b/ViperIRS/Air.irs
deleted file mode 100644
index b526c15..0000000
Binary files a/ViperIRS/Air.irs and /dev/null differ
diff --git a/ViperIRS/Ambiophonic Preset 1.irs b/ViperIRS/Ambiophonic Preset 1.irs
deleted file mode 100644
index 0c7b882..0000000
Binary files a/ViperIRS/Ambiophonic Preset 1.irs and /dev/null differ
diff --git a/ViperIRS/Ambiophonic Preset 2.irs b/ViperIRS/Ambiophonic Preset 2.irs
deleted file mode 100644
index 5216cfb..0000000
Binary files a/ViperIRS/Ambiophonic Preset 2.irs and /dev/null differ
diff --git a/ViperIRS/Ambrosia.irs b/ViperIRS/Ambrosia.irs
deleted file mode 100644
index adfa406..0000000
Binary files a/ViperIRS/Ambrosia.irs and /dev/null differ
diff --git a/ViperIRS/Aperture Science Psychoacoustics Response Optimization v1.00b.irs b/ViperIRS/Aperture Science Psychoacoustics Response Optimization v1.00b.irs
deleted file mode 100644
index c1583fa..0000000
Binary files a/ViperIRS/Aperture Science Psychoacoustics Response Optimization v1.00b.irs and /dev/null differ
diff --git a/ViperIRS/Apple earbuds no foam .irs b/ViperIRS/Apple earbuds no foam .irs
deleted file mode 100644
index 5beb652..0000000
Binary files a/ViperIRS/Apple earbuds no foam .irs and /dev/null differ
diff --git a/ViperIRS/Apple iPod 128K MP3 01.Acoustic.irs b/ViperIRS/Apple iPod 128K MP3 01.Acoustic.irs
deleted file mode 100644
index 126a4b0..0000000
Binary files a/ViperIRS/Apple iPod 128K MP3 01.Acoustic.irs and /dev/null differ
diff --git a/ViperIRS/Apple iPod 128K MP3 02.Bass Booster.irs b/ViperIRS/Apple iPod 128K MP3 02.Bass Booster.irs
deleted file mode 100644
index a8459d7..0000000
Binary files a/ViperIRS/Apple iPod 128K MP3 02.Bass Booster.irs and /dev/null differ
diff --git a/ViperIRS/Apple iPod 128K MP3 03.Bass Reducer.irs b/ViperIRS/Apple iPod 128K MP3 03.Bass Reducer.irs
deleted file mode 100644
index 3752c30..0000000
Binary files a/ViperIRS/Apple iPod 128K MP3 03.Bass Reducer.irs and /dev/null differ
diff --git a/ViperIRS/Apple iPod 128K MP3 04.Classical.irs b/ViperIRS/Apple iPod 128K MP3 04.Classical.irs
deleted file mode 100644
index 4e8d1f0..0000000
Binary files a/ViperIRS/Apple iPod 128K MP3 04.Classical.irs and /dev/null differ
diff --git a/ViperIRS/Apple iPod 128K MP3 05.Dance.irs b/ViperIRS/Apple iPod 128K MP3 05.Dance.irs
deleted file mode 100644
index 81c5e6c..0000000
Binary files a/ViperIRS/Apple iPod 128K MP3 05.Dance.irs and /dev/null differ
diff --git a/ViperIRS/Apple iPod 128K MP3 06.Deep.irs b/ViperIRS/Apple iPod 128K MP3 06.Deep.irs
deleted file mode 100644
index 75e973a..0000000
Binary files a/ViperIRS/Apple iPod 128K MP3 06.Deep.irs and /dev/null differ
diff --git a/ViperIRS/Apple iPod 128K MP3 07.Electronic.irs b/ViperIRS/Apple iPod 128K MP3 07.Electronic.irs
deleted file mode 100644
index 98d5d7f..0000000
Binary files a/ViperIRS/Apple iPod 128K MP3 07.Electronic.irs and /dev/null differ
diff --git a/ViperIRS/Apple iPod 128K MP3 08.Flat.irs b/ViperIRS/Apple iPod 128K MP3 08.Flat.irs
deleted file mode 100644
index cc5d875..0000000
Binary files a/ViperIRS/Apple iPod 128K MP3 08.Flat.irs and /dev/null differ
diff --git a/ViperIRS/Apple iPod 128K MP3 09.Hip Hop.irs b/ViperIRS/Apple iPod 128K MP3 09.Hip Hop.irs
deleted file mode 100644
index da3503f..0000000
Binary files a/ViperIRS/Apple iPod 128K MP3 09.Hip Hop.irs and /dev/null differ
diff --git a/ViperIRS/Apple iPod 128K MP3 10.Jazz.irs b/ViperIRS/Apple iPod 128K MP3 10.Jazz.irs
deleted file mode 100644
index df55735..0000000
Binary files a/ViperIRS/Apple iPod 128K MP3 10.Jazz.irs and /dev/null differ
diff --git a/ViperIRS/Apple iPod 128K MP3 11.Late Night.irs b/ViperIRS/Apple iPod 128K MP3 11.Late Night.irs
deleted file mode 100644
index 41a1f64..0000000
Binary files a/ViperIRS/Apple iPod 128K MP3 11.Late Night.irs and /dev/null differ
diff --git a/ViperIRS/Apple iPod 128K MP3 12.Latin.irs b/ViperIRS/Apple iPod 128K MP3 12.Latin.irs
deleted file mode 100644
index e7c8f7c..0000000
Binary files a/ViperIRS/Apple iPod 128K MP3 12.Latin.irs and /dev/null differ
diff --git a/ViperIRS/Apple iPod 128K MP3 13.Loudness.irs b/ViperIRS/Apple iPod 128K MP3 13.Loudness.irs
deleted file mode 100644
index 16441ae..0000000
Binary files a/ViperIRS/Apple iPod 128K MP3 13.Loudness.irs and /dev/null differ
diff --git a/ViperIRS/Apple iPod 128K MP3 14.Lounge.irs b/ViperIRS/Apple iPod 128K MP3 14.Lounge.irs
deleted file mode 100644
index 49d8947..0000000
Binary files a/ViperIRS/Apple iPod 128K MP3 14.Lounge.irs and /dev/null differ
diff --git a/ViperIRS/Apple iPod 128K MP3 15.Piano.irs b/ViperIRS/Apple iPod 128K MP3 15.Piano.irs
deleted file mode 100644
index 0809cff..0000000
Binary files a/ViperIRS/Apple iPod 128K MP3 15.Piano.irs and /dev/null differ
diff --git a/ViperIRS/Apple iPod 128K MP3 16.Pop.irs b/ViperIRS/Apple iPod 128K MP3 16.Pop.irs
deleted file mode 100644
index 077a346..0000000
Binary files a/ViperIRS/Apple iPod 128K MP3 16.Pop.irs and /dev/null differ
diff --git a/ViperIRS/Apple iPod 128K MP3 17.R and B.irs b/ViperIRS/Apple iPod 128K MP3 17.R and B.irs
deleted file mode 100644
index c980f21..0000000
Binary files a/ViperIRS/Apple iPod 128K MP3 17.R and B.irs and /dev/null differ
diff --git a/ViperIRS/Apple iPod 128K MP3 18.Rock.irs b/ViperIRS/Apple iPod 128K MP3 18.Rock.irs
deleted file mode 100644
index 3a0b9ad..0000000
Binary files a/ViperIRS/Apple iPod 128K MP3 18.Rock.irs and /dev/null differ
diff --git a/ViperIRS/Apple iPod 128K MP3 19.Small Speakers.irs b/ViperIRS/Apple iPod 128K MP3 19.Small Speakers.irs
deleted file mode 100644
index 1013c25..0000000
Binary files a/ViperIRS/Apple iPod 128K MP3 19.Small Speakers.irs and /dev/null differ
diff --git a/ViperIRS/Apple iPod 128K MP3 20.Spoken Word.irs b/ViperIRS/Apple iPod 128K MP3 20.Spoken Word.irs
deleted file mode 100644
index f1ed0e3..0000000
Binary files a/ViperIRS/Apple iPod 128K MP3 20.Spoken Word.irs and /dev/null differ
diff --git a/ViperIRS/Apple iPod 128K MP3 21.Treble Booster.irs b/ViperIRS/Apple iPod 128K MP3 21.Treble Booster.irs
deleted file mode 100644
index 68e5b12..0000000
Binary files a/ViperIRS/Apple iPod 128K MP3 21.Treble Booster.irs and /dev/null differ
diff --git a/ViperIRS/Apple iPod 128K MP3 22.Treble Reducer.irs b/ViperIRS/Apple iPod 128K MP3 22.Treble Reducer.irs
deleted file mode 100644
index 352f763..0000000
Binary files a/ViperIRS/Apple iPod 128K MP3 22.Treble Reducer.irs and /dev/null differ
diff --git a/ViperIRS/Apple iPod 128K MP3 23.Vocal Booster.irs b/ViperIRS/Apple iPod 128K MP3 23.Vocal Booster.irs
deleted file mode 100644
index 5a98de0..0000000
Binary files a/ViperIRS/Apple iPod 128K MP3 23.Vocal Booster.irs and /dev/null differ
diff --git a/ViperIRS/Apple iPod nano6 Rev2 Default.irs b/ViperIRS/Apple iPod nano6 Rev2 Default.irs
deleted file mode 100644
index ecfcdab..0000000
Binary files a/ViperIRS/Apple iPod nano6 Rev2 Default.irs and /dev/null differ
diff --git a/ViperIRS/Apple iPod nano6 Rev2 EQ 1.Acoustic.irs b/ViperIRS/Apple iPod nano6 Rev2 EQ 1.Acoustic.irs
deleted file mode 100644
index 3178df5..0000000
Binary files a/ViperIRS/Apple iPod nano6 Rev2 EQ 1.Acoustic.irs and /dev/null differ
diff --git a/ViperIRS/Apple iPod nano6-Default.irs b/ViperIRS/Apple iPod nano6-Default.irs
deleted file mode 100644
index 41639e7..0000000
Binary files a/ViperIRS/Apple iPod nano6-Default.irs and /dev/null differ
diff --git a/ViperIRS/Archy DTS-.irs b/ViperIRS/Archy DTS-.irs
deleted file mode 100644
index 63e93e1..0000000
Binary files a/ViperIRS/Archy DTS-.irs and /dev/null differ
diff --git a/ViperIRS/Archy DTS-4 .irs b/ViperIRS/Archy DTS-4 .irs
deleted file mode 100644
index faeec8a..0000000
Binary files a/ViperIRS/Archy DTS-4 .irs and /dev/null differ
diff --git a/ViperIRS/Atmos DAP65 surround 44100.irs b/ViperIRS/Atmos DAP65 surround 44100.irs
deleted file mode 100644
index ca27b3b..0000000
Binary files a/ViperIRS/Atmos DAP65 surround 44100.irs and /dev/null differ
diff --git a/ViperIRS/Atmos DAP65 surround 48000-padded-clean and cool 041016105841.irs b/ViperIRS/Atmos DAP65 surround 48000-padded-clean and cool 041016105841.irs
deleted file mode 100644
index 976de3d..0000000
Binary files a/ViperIRS/Atmos DAP65 surround 48000-padded-clean and cool 041016105841.irs and /dev/null differ
diff --git a/ViperIRS/Atmos DAP65 surround 48000.irs b/ViperIRS/Atmos DAP65 surround 48000.irs
deleted file mode 100644
index f62e579..0000000
Binary files a/ViperIRS/Atmos DAP65 surround 48000.irs and /dev/null differ
diff --git a/ViperIRS/Audio Boost - Listening Enhancement.irs b/ViperIRS/Audio Boost - Listening Enhancement.irs
deleted file mode 100644
index b430940..0000000
Binary files a/ViperIRS/Audio Boost - Listening Enhancement.irs and /dev/null differ
diff --git a/ViperIRS/Audio Boost - Listening Excitement.irs b/ViperIRS/Audio Boost - Listening Excitement.irs
deleted file mode 100644
index 5985c2f..0000000
Binary files a/ViperIRS/Audio Boost - Listening Excitement.irs and /dev/null differ
diff --git a/ViperIRS/Audio Redemption.irs b/ViperIRS/Audio Redemption.irs
deleted file mode 100644
index 58cc6e1..0000000
Binary files a/ViperIRS/Audio Redemption.irs and /dev/null differ
diff --git a/ViperIRS/Audio Rehab.irs b/ViperIRS/Audio Rehab.irs
deleted file mode 100644
index 183cbb6..0000000
Binary files a/ViperIRS/Audio Rehab.irs and /dev/null differ
diff --git a/ViperIRS/B and W Stereo Core.irs b/ViperIRS/B and W Stereo Core.irs
deleted file mode 100644
index 8590c28..0000000
Binary files a/ViperIRS/B and W Stereo Core.irs and /dev/null differ
diff --git a/ViperIRS/B+other +beats.irs b/ViperIRS/B+other +beats.irs
deleted file mode 100644
index 7c6da84..0000000
Binary files a/ViperIRS/B+other +beats.irs and /dev/null differ
diff --git a/ViperIRS/B+other+dolby.irs b/ViperIRS/B+other+dolby.irs
deleted file mode 100644
index 7377141..0000000
Binary files a/ViperIRS/B+other+dolby.irs and /dev/null differ
diff --git a/ViperIRS/B+other+srs.irs b/ViperIRS/B+other+srs.irs
deleted file mode 100644
index 17f1c84..0000000
Binary files a/ViperIRS/B+other+srs.irs and /dev/null differ
diff --git a/ViperIRS/BBE 1.irs b/ViperIRS/BBE 1.irs
deleted file mode 100644
index 74444ee..0000000
Binary files a/ViperIRS/BBE 1.irs and /dev/null differ
diff --git a/ViperIRS/BBE 4.irs b/ViperIRS/BBE 4.irs
deleted file mode 100644
index 68fbcb6..0000000
Binary files a/ViperIRS/BBE 4.irs and /dev/null differ
diff --git a/ViperIRS/BBE 5.irs b/ViperIRS/BBE 5.irs
deleted file mode 100644
index 5072fdf..0000000
Binary files a/ViperIRS/BBE 5.irs and /dev/null differ
diff --git a/ViperIRS/BBE Generic Preset 3.irs b/ViperIRS/BBE Generic Preset 3.irs
deleted file mode 100644
index 7995f2e..0000000
Binary files a/ViperIRS/BBE Generic Preset 3.irs and /dev/null differ
diff --git a/ViperIRS/BBE Sonic Maximizer.irs b/ViperIRS/BBE Sonic Maximizer.irs
deleted file mode 100644
index 2f35498..0000000
Binary files a/ViperIRS/BBE Sonic Maximizer.irs and /dev/null differ
diff --git a/ViperIRS/BBE SonicMax.irs b/ViperIRS/BBE SonicMax.irs
deleted file mode 100644
index 5b65a25..0000000
Binary files a/ViperIRS/BBE SonicMax.irs and /dev/null differ
diff --git a/ViperIRS/BBE Wide Stereo.irs b/ViperIRS/BBE Wide Stereo.irs
deleted file mode 100644
index 06434fa..0000000
Binary files a/ViperIRS/BBE Wide Stereo.irs and /dev/null differ
diff --git a/ViperIRS/BassWaves + SRS.irs b/ViperIRS/BassWaves + SRS.irs
deleted file mode 100644
index 6522fd5..0000000
Binary files a/ViperIRS/BassWaves + SRS.irs and /dev/null differ
diff --git a/ViperIRS/BassWaves.irs b/ViperIRS/BassWaves.irs
deleted file mode 100644
index 9abf461..0000000
Binary files a/ViperIRS/BassWaves.irs and /dev/null differ
diff --git a/ViperIRS/Bath Salts.irs b/ViperIRS/Bath Salts.irs
deleted file mode 100644
index c5c1508..0000000
Binary files a/ViperIRS/Bath Salts.irs and /dev/null differ
diff --git a/ViperIRS/Beats Mixr.irs b/ViperIRS/Beats Mixr.irs
deleted file mode 100644
index 4bb05bf..0000000
Binary files a/ViperIRS/Beats Mixr.irs and /dev/null differ
diff --git a/ViperIRS/Binaural.irs b/ViperIRS/Binaural.irs
deleted file mode 100644
index 23be4a7..0000000
Binary files a/ViperIRS/Binaural.irs and /dev/null differ
diff --git a/ViperIRS/Binaural3.irs b/ViperIRS/Binaural3.irs
deleted file mode 100644
index 9f7e60b..0000000
Binary files a/ViperIRS/Binaural3.irs and /dev/null differ
diff --git a/ViperIRS/Blackface Deluxe.irs b/ViperIRS/Blackface Deluxe.irs
deleted file mode 100644
index 602f83d..0000000
Binary files a/ViperIRS/Blackface Deluxe.irs and /dev/null differ
diff --git a/ViperIRS/Blackface Twin.irs b/ViperIRS/Blackface Twin.irs
deleted file mode 100644
index 47605c5..0000000
Binary files a/ViperIRS/Blackface Twin.irs and /dev/null differ
diff --git a/ViperIRS/Blue Diamonds.irs b/ViperIRS/Blue Diamonds.irs
deleted file mode 100644
index acb9a63..0000000
Binary files a/ViperIRS/Blue Diamonds.irs and /dev/null differ
diff --git a/ViperIRS/Born Again.irs b/ViperIRS/Born Again.irs
deleted file mode 100644
index 92c8c02..0000000
Binary files a/ViperIRS/Born Again.irs and /dev/null differ
diff --git a/ViperIRS/Bose IE2-48k.irs b/ViperIRS/Bose IE2-48k.irs
deleted file mode 100644
index 4f1fe5d..0000000
Binary files a/ViperIRS/Bose IE2-48k.irs and /dev/null differ
diff --git a/ViperIRS/Bose IE2.irs b/ViperIRS/Bose IE2.irs
deleted file mode 100644
index 52fac70..0000000
Binary files a/ViperIRS/Bose IE2.irs and /dev/null differ
diff --git a/ViperIRS/Bottle Hall.irs b/ViperIRS/Bottle Hall.irs
deleted file mode 100644
index 6444a93..0000000
Binary files a/ViperIRS/Bottle Hall.irs and /dev/null differ
diff --git a/ViperIRS/Brainwavz B2.irs b/ViperIRS/Brainwavz B2.irs
deleted file mode 100644
index 50cb0f9..0000000
Binary files a/ViperIRS/Brainwavz B2.irs and /dev/null differ
diff --git a/ViperIRS/Breathe the numbers.irs b/ViperIRS/Breathe the numbers.irs
deleted file mode 100644
index c9cd5a1..0000000
Binary files a/ViperIRS/Breathe the numbers.irs and /dev/null differ
diff --git a/ViperIRS/Brighter Digital Booster.irs b/ViperIRS/Brighter Digital Booster.irs
deleted file mode 100644
index b8a78f3..0000000
Binary files a/ViperIRS/Brighter Digital Booster.irs and /dev/null differ
diff --git a/ViperIRS/C stereo bassdrive 48000 220916030128.irs b/ViperIRS/C stereo bassdrive 48000 220916030128.irs
deleted file mode 100644
index fc2b472..0000000
Binary files a/ViperIRS/C stereo bassdrive 48000 220916030128.irs and /dev/null differ
diff --git a/ViperIRS/C stereo flat 48000 190916114400.irs b/ViperIRS/C stereo flat 48000 190916114400.irs
deleted file mode 100644
index 48fc3ad..0000000
Binary files a/ViperIRS/C stereo flat 48000 190916114400.irs and /dev/null differ
diff --git a/ViperIRS/Cassete Type I Normal CrO2 .irs b/ViperIRS/Cassete Type I Normal CrO2 .irs
deleted file mode 100644
index c823575..0000000
Binary files a/ViperIRS/Cassete Type I Normal CrO2 .irs and /dev/null differ
diff --git a/ViperIRS/Cassete Type I Normal CrO2 Dolby B NR.irs b/ViperIRS/Cassete Type I Normal CrO2 Dolby B NR.irs
deleted file mode 100644
index 347b643..0000000
Binary files a/ViperIRS/Cassete Type I Normal CrO2 Dolby B NR.irs and /dev/null differ
diff --git a/ViperIRS/Cassete Type I Normal Dolby NR B.irs b/ViperIRS/Cassete Type I Normal Dolby NR B.irs
deleted file mode 100644
index d711feb..0000000
Binary files a/ViperIRS/Cassete Type I Normal Dolby NR B.irs and /dev/null differ
diff --git a/ViperIRS/Cassete Type I Normal EX .irs b/ViperIRS/Cassete Type I Normal EX .irs
deleted file mode 100644
index 5ca0ef8..0000000
Binary files a/ViperIRS/Cassete Type I Normal EX .irs and /dev/null differ
diff --git a/ViperIRS/Cassete Type I Normal EX Dolby B NR.irs b/ViperIRS/Cassete Type I Normal EX Dolby B NR.irs
deleted file mode 100644
index 7aa3042..0000000
Binary files a/ViperIRS/Cassete Type I Normal EX Dolby B NR.irs and /dev/null differ
diff --git a/ViperIRS/Cassete Type I Normal normal .irs b/ViperIRS/Cassete Type I Normal normal .irs
deleted file mode 100644
index ac227e8..0000000
Binary files a/ViperIRS/Cassete Type I Normal normal .irs and /dev/null differ
diff --git a/ViperIRS/Cassete Type I Normal normal Dolby B NR.irs b/ViperIRS/Cassete Type I Normal normal Dolby B NR.irs
deleted file mode 100644
index 70bcd3d..0000000
Binary files a/ViperIRS/Cassete Type I Normal normal Dolby B NR.irs and /dev/null differ
diff --git a/ViperIRS/Cassete Type I Normal.irs b/ViperIRS/Cassete Type I Normal.irs
deleted file mode 100644
index ff5f266..0000000
Binary files a/ViperIRS/Cassete Type I Normal.irs and /dev/null differ
diff --git a/ViperIRS/Cassete Type II Chrome CrO2 .irs b/ViperIRS/Cassete Type II Chrome CrO2 .irs
deleted file mode 100644
index 887eff1..0000000
Binary files a/ViperIRS/Cassete Type II Chrome CrO2 .irs and /dev/null differ
diff --git a/ViperIRS/Cassete Type II Chrome CrO2 Dolby B NR.irs b/ViperIRS/Cassete Type II Chrome CrO2 Dolby B NR.irs
deleted file mode 100644
index 4c402eb..0000000
Binary files a/ViperIRS/Cassete Type II Chrome CrO2 Dolby B NR.irs and /dev/null differ
diff --git a/ViperIRS/Cassete Type II Chrome Dolby NR B.irs b/ViperIRS/Cassete Type II Chrome Dolby NR B.irs
deleted file mode 100644
index 796070b..0000000
Binary files a/ViperIRS/Cassete Type II Chrome Dolby NR B.irs and /dev/null differ
diff --git a/ViperIRS/Cassete Type II Chrome EX .irs b/ViperIRS/Cassete Type II Chrome EX .irs
deleted file mode 100644
index 89a5b05..0000000
Binary files a/ViperIRS/Cassete Type II Chrome EX .irs and /dev/null differ
diff --git a/ViperIRS/Cassete Type II Chrome EX Dolby B NR.irs b/ViperIRS/Cassete Type II Chrome EX Dolby B NR.irs
deleted file mode 100644
index 47483de..0000000
Binary files a/ViperIRS/Cassete Type II Chrome EX Dolby B NR.irs and /dev/null differ
diff --git a/ViperIRS/Cassete Type II Chrome normal .irs b/ViperIRS/Cassete Type II Chrome normal .irs
deleted file mode 100644
index 2d7ac90..0000000
Binary files a/ViperIRS/Cassete Type II Chrome normal .irs and /dev/null differ
diff --git a/ViperIRS/Cassete Type II Chrome normal Dolby B NR.irs b/ViperIRS/Cassete Type II Chrome normal Dolby B NR.irs
deleted file mode 100644
index 51454c1..0000000
Binary files a/ViperIRS/Cassete Type II Chrome normal Dolby B NR.irs and /dev/null differ
diff --git a/ViperIRS/Cassete Type II Chrome.irs b/ViperIRS/Cassete Type II Chrome.irs
deleted file mode 100644
index 035fbed..0000000
Binary files a/ViperIRS/Cassete Type II Chrome.irs and /dev/null differ
diff --git a/ViperIRS/Cassete Type IV Metal CrO2 .irs b/ViperIRS/Cassete Type IV Metal CrO2 .irs
deleted file mode 100644
index 21d93d5..0000000
Binary files a/ViperIRS/Cassete Type IV Metal CrO2 .irs and /dev/null differ
diff --git a/ViperIRS/Cassete Type IV Metal CrO2 Dolby B NR.irs b/ViperIRS/Cassete Type IV Metal CrO2 Dolby B NR.irs
deleted file mode 100644
index 59045cd..0000000
Binary files a/ViperIRS/Cassete Type IV Metal CrO2 Dolby B NR.irs and /dev/null differ
diff --git a/ViperIRS/Cassete Type IV Metal CrO2 Dolby B R.irs b/ViperIRS/Cassete Type IV Metal CrO2 Dolby B R.irs
deleted file mode 100644
index 806ee01..0000000
Binary files a/ViperIRS/Cassete Type IV Metal CrO2 Dolby B R.irs and /dev/null differ
diff --git a/ViperIRS/Cassete Type IV Metal Dolby NR B.irs b/ViperIRS/Cassete Type IV Metal Dolby NR B.irs
deleted file mode 100644
index 738a363..0000000
Binary files a/ViperIRS/Cassete Type IV Metal Dolby NR B.irs and /dev/null differ
diff --git a/ViperIRS/Cassete Type IV Metal EX .irs b/ViperIRS/Cassete Type IV Metal EX .irs
deleted file mode 100644
index f30d822..0000000
Binary files a/ViperIRS/Cassete Type IV Metal EX .irs and /dev/null differ
diff --git a/ViperIRS/Cassete Type IV Metal EX Dolby B NR.irs b/ViperIRS/Cassete Type IV Metal EX Dolby B NR.irs
deleted file mode 100644
index 8a68ddf..0000000
Binary files a/ViperIRS/Cassete Type IV Metal EX Dolby B NR.irs and /dev/null differ
diff --git a/ViperIRS/Cassete Type IV Metal normal .irs b/ViperIRS/Cassete Type IV Metal normal .irs
deleted file mode 100644
index 2dd3c60..0000000
Binary files a/ViperIRS/Cassete Type IV Metal normal .irs and /dev/null differ
diff --git a/ViperIRS/Cassete Type IV Metal normal Dolby B NR.irs b/ViperIRS/Cassete Type IV Metal normal Dolby B NR.irs
deleted file mode 100644
index a439e02..0000000
Binary files a/ViperIRS/Cassete Type IV Metal normal Dolby B NR.irs and /dev/null differ
diff --git a/ViperIRS/Cassete Type IV Metal.irs b/ViperIRS/Cassete Type IV Metal.irs
deleted file mode 100644
index 25cef42..0000000
Binary files a/ViperIRS/Cassete Type IV Metal.irs and /dev/null differ
diff --git a/ViperIRS/Chateau de Logne, Outside.irs b/ViperIRS/Chateau de Logne, Outside.irs
deleted file mode 100644
index 1667d69..0000000
Binary files a/ViperIRS/Chateau de Logne, Outside.irs and /dev/null differ
diff --git a/ViperIRS/ClarityFX HD + Phantom3D.irs b/ViperIRS/ClarityFX HD + Phantom3D.irs
deleted file mode 100644
index 7000cbe..0000000
Binary files a/ViperIRS/ClarityFX HD + Phantom3D.irs and /dev/null differ
diff --git a/ViperIRS/ClarityFX HD.irs b/ViperIRS/ClarityFX HD.irs
deleted file mode 100644
index c958282..0000000
Binary files a/ViperIRS/ClarityFX HD.irs and /dev/null differ
diff --git a/ViperIRS/Clash Of The Titans.irs b/ViperIRS/Clash Of The Titans.irs
deleted file mode 100644
index 3a33485..0000000
Binary files a/ViperIRS/Clash Of The Titans.irs and /dev/null differ
diff --git a/ViperIRS/ClassicWalkman-MegaBass.irs b/ViperIRS/ClassicWalkman-MegaBass.irs
deleted file mode 100644
index 45f0542..0000000
Binary files a/ViperIRS/ClassicWalkman-MegaBass.irs and /dev/null differ
diff --git a/ViperIRS/Clear Bass +3 & ClearAudio+ 70.irs b/ViperIRS/Clear Bass +3 & ClearAudio+ 70.irs
deleted file mode 100644
index 3143c9b..0000000
Binary files a/ViperIRS/Clear Bass +3 & ClearAudio+ 70.irs and /dev/null differ
diff --git a/ViperIRS/Clear Bass +4 & ClearAudio+ 60.irs b/ViperIRS/Clear Bass +4 & ClearAudio+ 60.irs
deleted file mode 100644
index b77d72a..0000000
Binary files a/ViperIRS/Clear Bass +4 & ClearAudio+ 60.irs and /dev/null differ
diff --git a/ViperIRS/Clear Bass +6 & ClearAudio+ 40.irs b/ViperIRS/Clear Bass +6 & ClearAudio+ 40.irs
deleted file mode 100644
index c4fbc48..0000000
Binary files a/ViperIRS/Clear Bass +6 & ClearAudio+ 40.irs and /dev/null differ
diff --git a/ViperIRS/Clear Bass+.irs b/ViperIRS/Clear Bass+.irs
deleted file mode 100644
index 6e97cf1..0000000
Binary files a/ViperIRS/Clear Bass+.irs and /dev/null differ
diff --git a/ViperIRS/Clear Beats.irs b/ViperIRS/Clear Beats.irs
deleted file mode 100644
index 136f43b..0000000
Binary files a/ViperIRS/Clear Beats.irs and /dev/null differ
diff --git a/ViperIRS/Clear Fidelizer.irs b/ViperIRS/Clear Fidelizer.irs
deleted file mode 100644
index 78dd749..0000000
Binary files a/ViperIRS/Clear Fidelizer.irs and /dev/null differ
diff --git a/ViperIRS/Clear Surround - Narrow Mode.irs b/ViperIRS/Clear Surround - Narrow Mode.irs
deleted file mode 100644
index 4d6a4a1..0000000
Binary files a/ViperIRS/Clear Surround - Narrow Mode.irs and /dev/null differ
diff --git a/ViperIRS/Clear Surround - Wide Mode.irs b/ViperIRS/Clear Surround - Wide Mode.irs
deleted file mode 100644
index 3610e20..0000000
Binary files a/ViperIRS/Clear Surround - Wide Mode.irs and /dev/null differ
diff --git a/ViperIRS/ClearPlus HD.irs b/ViperIRS/ClearPlus HD.irs
deleted file mode 100644
index 8564af3..0000000
Binary files a/ViperIRS/ClearPlus HD.irs and /dev/null differ
diff --git a/ViperIRS/ClearWaves+ V2.irs b/ViperIRS/ClearWaves+ V2.irs
deleted file mode 100644
index fd09c92..0000000
Binary files a/ViperIRS/ClearWaves+ V2.irs and /dev/null differ
diff --git a/ViperIRS/ClearWaves+.irs b/ViperIRS/ClearWaves+.irs
deleted file mode 100644
index dbd145c..0000000
Binary files a/ViperIRS/ClearWaves+.irs and /dev/null differ
diff --git a/ViperIRS/Clearer Bass+.irs b/ViperIRS/Clearer Bass+.irs
deleted file mode 100644
index cca5fbd..0000000
Binary files a/ViperIRS/Clearer Bass+.irs and /dev/null differ
diff --git a/ViperIRS/Club A.irs b/ViperIRS/Club A.irs
deleted file mode 100644
index 2574ae0..0000000
Binary files a/ViperIRS/Club A.irs and /dev/null differ
diff --git a/ViperIRS/Club B.irs b/ViperIRS/Club B.irs
deleted file mode 100644
index 1925aea..0000000
Binary files a/ViperIRS/Club B.irs and /dev/null differ
diff --git a/ViperIRS/Creative CMSS-3D - Max.irs b/ViperIRS/Creative CMSS-3D - Max.irs
deleted file mode 100644
index b8674e7..0000000
Binary files a/ViperIRS/Creative CMSS-3D - Max.irs and /dev/null differ
diff --git a/ViperIRS/Creative Sound Blaster X-Fi MB3 (Custom Profile 1).irs b/ViperIRS/Creative Sound Blaster X-Fi MB3 (Custom Profile 1).irs
deleted file mode 100644
index 35e2ae4..0000000
Binary files a/ViperIRS/Creative Sound Blaster X-Fi MB3 (Custom Profile 1).irs and /dev/null differ
diff --git a/ViperIRS/Creative Sound Blaster X-Fi MB3 (Custom Profile 2).irs b/ViperIRS/Creative Sound Blaster X-Fi MB3 (Custom Profile 2).irs
deleted file mode 100644
index e00faff..0000000
Binary files a/ViperIRS/Creative Sound Blaster X-Fi MB3 (Custom Profile 2).irs and /dev/null differ
diff --git a/ViperIRS/Creative THX TruStudio Pro Headphone.irs b/ViperIRS/Creative THX TruStudio Pro Headphone.irs
deleted file mode 100644
index 5a14979..0000000
Binary files a/ViperIRS/Creative THX TruStudio Pro Headphone.irs and /dev/null differ
diff --git a/ViperIRS/Creative THX TruStudio Pro Hph-All50.irs b/ViperIRS/Creative THX TruStudio Pro Hph-All50.irs
deleted file mode 100644
index 759f822..0000000
Binary files a/ViperIRS/Creative THX TruStudio Pro Hph-All50.irs and /dev/null differ
diff --git a/ViperIRS/Creative THX TruStudio Pro Hph-All70.irs b/ViperIRS/Creative THX TruStudio Pro Hph-All70.irs
deleted file mode 100644
index 2d250dc..0000000
Binary files a/ViperIRS/Creative THX TruStudio Pro Hph-All70.irs and /dev/null differ
diff --git a/ViperIRS/Creative THX TruStudio Pro Hph-Crystalizer50.irs b/ViperIRS/Creative THX TruStudio Pro Hph-Crystalizer50.irs
deleted file mode 100644
index bf62de8..0000000
Binary files a/ViperIRS/Creative THX TruStudio Pro Hph-Crystalizer50.irs and /dev/null differ
diff --git a/ViperIRS/Creative THX TruStudio Pro Hph-DialogPlus50.irs b/ViperIRS/Creative THX TruStudio Pro Hph-DialogPlus50.irs
deleted file mode 100644
index e92c360..0000000
Binary files a/ViperIRS/Creative THX TruStudio Pro Hph-DialogPlus50.irs and /dev/null differ
diff --git a/ViperIRS/Creative THX TruStudio Pro Hph-SmartVolume50.irs b/ViperIRS/Creative THX TruStudio Pro Hph-SmartVolume50.irs
deleted file mode 100644
index 67bbe6f..0000000
Binary files a/ViperIRS/Creative THX TruStudio Pro Hph-SmartVolume50.irs and /dev/null differ
diff --git a/ViperIRS/Creative THX TruStudio Pro Hph-Speaker50.irs b/ViperIRS/Creative THX TruStudio Pro Hph-Speaker50.irs
deleted file mode 100644
index 810e028..0000000
Binary files a/ViperIRS/Creative THX TruStudio Pro Hph-Speaker50.irs and /dev/null differ
diff --git a/ViperIRS/Creative THX TruStudio Pro Hph-Surround50.irs b/ViperIRS/Creative THX TruStudio Pro Hph-Surround50.irs
deleted file mode 100644
index 4259121..0000000
Binary files a/ViperIRS/Creative THX TruStudio Pro Hph-Surround50.irs and /dev/null differ
diff --git a/ViperIRS/Creative THX TruStudio Pro Speaker 2 2.1.irs b/ViperIRS/Creative THX TruStudio Pro Speaker 2 2.1.irs
deleted file mode 100644
index 1f39b74..0000000
Binary files a/ViperIRS/Creative THX TruStudio Pro Speaker 2 2.1.irs and /dev/null differ
diff --git a/ViperIRS/Creative THX TruStudio Pro Spkr-All50.irs b/ViperIRS/Creative THX TruStudio Pro Spkr-All50.irs
deleted file mode 100644
index ac04213..0000000
Binary files a/ViperIRS/Creative THX TruStudio Pro Spkr-All50.irs and /dev/null differ
diff --git a/ViperIRS/Creative THX TruStudio Pro Spkr-All70.irs b/ViperIRS/Creative THX TruStudio Pro Spkr-All70.irs
deleted file mode 100644
index ce8f0d6..0000000
Binary files a/ViperIRS/Creative THX TruStudio Pro Spkr-All70.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi 128K MP3 Bass Boost.irs b/ViperIRS/Creative X-Fi 128K MP3 Bass Boost.irs
deleted file mode 100644
index aeb5678..0000000
Binary files a/ViperIRS/Creative X-Fi 128K MP3 Bass Boost.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi 128K MP3 Crystalizer 10 + Expand 10 + Bass Boost.irs b/ViperIRS/Creative X-Fi 128K MP3 Crystalizer 10 + Expand 10 + Bass Boost.irs
deleted file mode 100644
index c31e015..0000000
Binary files a/ViperIRS/Creative X-Fi 128K MP3 Crystalizer 10 + Expand 10 + Bass Boost.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi 128K MP3 Crystalizer 10 + Expand 10.irs b/ViperIRS/Creative X-Fi 128K MP3 Crystalizer 10 + Expand 10.irs
deleted file mode 100644
index 7c60fd5..0000000
Binary files a/ViperIRS/Creative X-Fi 128K MP3 Crystalizer 10 + Expand 10.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi 128K MP3 Crystalizer 5 + Expand 5 + Bass Boost.irs b/ViperIRS/Creative X-Fi 128K MP3 Crystalizer 5 + Expand 5 + Bass Boost.irs
deleted file mode 100644
index 467d195..0000000
Binary files a/ViperIRS/Creative X-Fi 128K MP3 Crystalizer 5 + Expand 5 + Bass Boost.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi 128K MP3 Crystalizer 5 + Expand 5.irs b/ViperIRS/Creative X-Fi 128K MP3 Crystalizer 5 + Expand 5.irs
deleted file mode 100644
index 1bbf34e..0000000
Binary files a/ViperIRS/Creative X-Fi 128K MP3 Crystalizer 5 + Expand 5.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi 128K MP3 EQ 1.Acoustic.irs b/ViperIRS/Creative X-Fi 128K MP3 EQ 1.Acoustic.irs
deleted file mode 100644
index 8a6d959..0000000
Binary files a/ViperIRS/Creative X-Fi 128K MP3 EQ 1.Acoustic.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi 128K MP3 EQ 2.Classical.irs b/ViperIRS/Creative X-Fi 128K MP3 EQ 2.Classical.irs
deleted file mode 100644
index 7322e6f..0000000
Binary files a/ViperIRS/Creative X-Fi 128K MP3 EQ 2.Classical.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi 128K MP3 EQ 3.Disco.irs b/ViperIRS/Creative X-Fi 128K MP3 EQ 3.Disco.irs
deleted file mode 100644
index e23ddd9..0000000
Binary files a/ViperIRS/Creative X-Fi 128K MP3 EQ 3.Disco.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi 128K MP3 EQ 4.Jazz.irs b/ViperIRS/Creative X-Fi 128K MP3 EQ 4.Jazz.irs
deleted file mode 100644
index 1f159cd..0000000
Binary files a/ViperIRS/Creative X-Fi 128K MP3 EQ 4.Jazz.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi 128K MP3 EQ 5.New Age.irs b/ViperIRS/Creative X-Fi 128K MP3 EQ 5.New Age.irs
deleted file mode 100644
index af47f43..0000000
Binary files a/ViperIRS/Creative X-Fi 128K MP3 EQ 5.New Age.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi 128K MP3 EQ 6.Pop.irs b/ViperIRS/Creative X-Fi 128K MP3 EQ 6.Pop.irs
deleted file mode 100644
index 7607e2e..0000000
Binary files a/ViperIRS/Creative X-Fi 128K MP3 EQ 6.Pop.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi 128K MP3 EQ 7.Rock.irs b/ViperIRS/Creative X-Fi 128K MP3 EQ 7.Rock.irs
deleted file mode 100644
index 6db21e5..0000000
Binary files a/ViperIRS/Creative X-Fi 128K MP3 EQ 7.Rock.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi 128K MP3 EQ 8.Vocal.irs b/ViperIRS/Creative X-Fi 128K MP3 EQ 8.Vocal.irs
deleted file mode 100644
index 3791da2..0000000
Binary files a/ViperIRS/Creative X-Fi 128K MP3 EQ 8.Vocal.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi 128K MP3 Only Crystalizer 10 + Bass Boost.irs b/ViperIRS/Creative X-Fi 128K MP3 Only Crystalizer 10 + Bass Boost.irs
deleted file mode 100644
index 261a46b..0000000
Binary files a/ViperIRS/Creative X-Fi 128K MP3 Only Crystalizer 10 + Bass Boost.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi 128K MP3 Only Crystalizer 10.irs b/ViperIRS/Creative X-Fi 128K MP3 Only Crystalizer 10.irs
deleted file mode 100644
index db33090..0000000
Binary files a/ViperIRS/Creative X-Fi 128K MP3 Only Crystalizer 10.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi 128K MP3 Only Crystalizer 5 + Bass Boost.irs b/ViperIRS/Creative X-Fi 128K MP3 Only Crystalizer 5 + Bass Boost.irs
deleted file mode 100644
index ab8df29..0000000
Binary files a/ViperIRS/Creative X-Fi 128K MP3 Only Crystalizer 5 + Bass Boost.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi 128K MP3 Only Crystalizer 5.irs b/ViperIRS/Creative X-Fi 128K MP3 Only Crystalizer 5.irs
deleted file mode 100644
index 2907024..0000000
Binary files a/ViperIRS/Creative X-Fi 128K MP3 Only Crystalizer 5.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi 128K MP3 Only Expand 10 + Bass Boost.irs b/ViperIRS/Creative X-Fi 128K MP3 Only Expand 10 + Bass Boost.irs
deleted file mode 100644
index 7fe7404..0000000
Binary files a/ViperIRS/Creative X-Fi 128K MP3 Only Expand 10 + Bass Boost.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi 128K MP3 Only Expand 10.irs b/ViperIRS/Creative X-Fi 128K MP3 Only Expand 10.irs
deleted file mode 100644
index 2de2c6a..0000000
Binary files a/ViperIRS/Creative X-Fi 128K MP3 Only Expand 10.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi 128K MP3 Only Expand 5 + Bass Boost.irs b/ViperIRS/Creative X-Fi 128K MP3 Only Expand 5 + Bass Boost.irs
deleted file mode 100644
index bb23067..0000000
Binary files a/ViperIRS/Creative X-Fi 128K MP3 Only Expand 5 + Bass Boost.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi 128K MP3 Only Expand 5.irs b/ViperIRS/Creative X-Fi 128K MP3 Only Expand 5.irs
deleted file mode 100644
index 1cd36c3..0000000
Binary files a/ViperIRS/Creative X-Fi 128K MP3 Only Expand 5.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi All Off+BassBoost.irs b/ViperIRS/Creative X-Fi All Off+BassBoost.irs
deleted file mode 100644
index 2fb4309..0000000
Binary files a/ViperIRS/Creative X-Fi All Off+BassBoost.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi All Off.irs b/ViperIRS/Creative X-Fi All Off.irs
deleted file mode 100644
index 053848f..0000000
Binary files a/ViperIRS/Creative X-Fi All Off.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi Bass Boost.irs b/ViperIRS/Creative X-Fi Bass Boost.irs
deleted file mode 100644
index e8093c0..0000000
Binary files a/ViperIRS/Creative X-Fi Bass Boost.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi Crystalizer 1.irs b/ViperIRS/Creative X-Fi Crystalizer 1.irs
deleted file mode 100644
index 20dd6e1..0000000
Binary files a/ViperIRS/Creative X-Fi Crystalizer 1.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi Crystalizer 2.irs b/ViperIRS/Creative X-Fi Crystalizer 2.irs
deleted file mode 100644
index 00b6040..0000000
Binary files a/ViperIRS/Creative X-Fi Crystalizer 2.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi Crystalizer Expand 1.irs b/ViperIRS/Creative X-Fi Crystalizer Expand 1.irs
deleted file mode 100644
index 72108b1..0000000
Binary files a/ViperIRS/Creative X-Fi Crystalizer Expand 1.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi Crystalizer Expand 2.irs b/ViperIRS/Creative X-Fi Crystalizer Expand 2.irs
deleted file mode 100644
index 9f091e2..0000000
Binary files a/ViperIRS/Creative X-Fi Crystalizer Expand 2.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi Crystalizer Expand Bass Boost 1.irs b/ViperIRS/Creative X-Fi Crystalizer Expand Bass Boost 1.irs
deleted file mode 100644
index 6434378..0000000
Binary files a/ViperIRS/Creative X-Fi Crystalizer Expand Bass Boost 1.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi Crystalizer Expand Bass Boost 2.irs b/ViperIRS/Creative X-Fi Crystalizer Expand Bass Boost 2.irs
deleted file mode 100644
index 525e734..0000000
Binary files a/ViperIRS/Creative X-Fi Crystalizer Expand Bass Boost 2.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi Crystalizer-High+Expand-High+BassBoost.irs b/ViperIRS/Creative X-Fi Crystalizer-High+Expand-High+BassBoost.irs
deleted file mode 100644
index b1c385d..0000000
Binary files a/ViperIRS/Creative X-Fi Crystalizer-High+Expand-High+BassBoost.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi Crystalizer-High+Expand-High.irs b/ViperIRS/Creative X-Fi Crystalizer-High+Expand-High.irs
deleted file mode 100644
index 7cc9ae4..0000000
Binary files a/ViperIRS/Creative X-Fi Crystalizer-High+Expand-High.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi Crystalizer-Mid+Expand-Mid+BassBoost.irs b/ViperIRS/Creative X-Fi Crystalizer-Mid+Expand-Mid+BassBoost.irs
deleted file mode 100644
index 9653117..0000000
Binary files a/ViperIRS/Creative X-Fi Crystalizer-Mid+Expand-Mid+BassBoost.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi Crystalizer-Mid+Expand-Mid.irs b/ViperIRS/Creative X-Fi Crystalizer-Mid+Expand-Mid.irs
deleted file mode 100644
index af484dd..0000000
Binary files a/ViperIRS/Creative X-Fi Crystalizer-Mid+Expand-Mid.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi EQ Acoustic.irs b/ViperIRS/Creative X-Fi EQ Acoustic.irs
deleted file mode 100644
index f2517d1..0000000
Binary files a/ViperIRS/Creative X-Fi EQ Acoustic.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi EQ Classical.irs b/ViperIRS/Creative X-Fi EQ Classical.irs
deleted file mode 100644
index 9496a55..0000000
Binary files a/ViperIRS/Creative X-Fi EQ Classical.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi EQ Disco.irs b/ViperIRS/Creative X-Fi EQ Disco.irs
deleted file mode 100644
index 9f0802d..0000000
Binary files a/ViperIRS/Creative X-Fi EQ Disco.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi EQ Jazz.irs b/ViperIRS/Creative X-Fi EQ Jazz.irs
deleted file mode 100644
index a06e489..0000000
Binary files a/ViperIRS/Creative X-Fi EQ Jazz.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi EQ NewAge.irs b/ViperIRS/Creative X-Fi EQ NewAge.irs
deleted file mode 100644
index 27b384b..0000000
Binary files a/ViperIRS/Creative X-Fi EQ NewAge.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi EQ Pop.irs b/ViperIRS/Creative X-Fi EQ Pop.irs
deleted file mode 100644
index 2f134a7..0000000
Binary files a/ViperIRS/Creative X-Fi EQ Pop.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi EQ Rock.irs b/ViperIRS/Creative X-Fi EQ Rock.irs
deleted file mode 100644
index ca23261..0000000
Binary files a/ViperIRS/Creative X-Fi EQ Rock.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi EQ Vocal.irs b/ViperIRS/Creative X-Fi EQ Vocal.irs
deleted file mode 100644
index c1f7a9f..0000000
Binary files a/ViperIRS/Creative X-Fi EQ Vocal.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi Expand 1.irs b/ViperIRS/Creative X-Fi Expand 1.irs
deleted file mode 100644
index 37562d7..0000000
Binary files a/ViperIRS/Creative X-Fi Expand 1.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi Expand 2.irs b/ViperIRS/Creative X-Fi Expand 2.irs
deleted file mode 100644
index 72a63b0..0000000
Binary files a/ViperIRS/Creative X-Fi Expand 2.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi Only Crystalizer-High.irs b/ViperIRS/Creative X-Fi Only Crystalizer-High.irs
deleted file mode 100644
index db0a6f2..0000000
Binary files a/ViperIRS/Creative X-Fi Only Crystalizer-High.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi Only Crystalizer-Mid.irs b/ViperIRS/Creative X-Fi Only Crystalizer-Mid.irs
deleted file mode 100644
index 57edf0b..0000000
Binary files a/ViperIRS/Creative X-Fi Only Crystalizer-Mid.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi Only Expand-High.irs b/ViperIRS/Creative X-Fi Only Expand-High.irs
deleted file mode 100644
index 8bc8803..0000000
Binary files a/ViperIRS/Creative X-Fi Only Expand-High.irs and /dev/null differ
diff --git a/ViperIRS/Creative X-Fi Only Expand-Mid.irs b/ViperIRS/Creative X-Fi Only Expand-Mid.irs
deleted file mode 100644
index 3002c6f..0000000
Binary files a/ViperIRS/Creative X-Fi Only Expand-Mid.irs and /dev/null differ
diff --git a/ViperIRS/CrystalBASS HD.irs b/ViperIRS/CrystalBASS HD.irs
deleted file mode 100644
index 17c1f79..0000000
Binary files a/ViperIRS/CrystalBASS HD.irs and /dev/null differ
diff --git a/ViperIRS/DAXeq.irs b/ViperIRS/DAXeq.irs
deleted file mode 100644
index c5dc8e2..0000000
Binary files a/ViperIRS/DAXeq.irs and /dev/null differ
diff --git a/ViperIRS/DB RBasExcit + ProLgic Sur2.irs b/ViperIRS/DB RBasExcit + ProLgic Sur2.irs
deleted file mode 100644
index adc1d17..0000000
Binary files a/ViperIRS/DB RBasExcit + ProLgic Sur2.irs and /dev/null differ
diff --git a/ViperIRS/DBX 160SL Blue-High Ratio.irs b/ViperIRS/DBX 160SL Blue-High Ratio.irs
deleted file mode 100644
index 9e4aba3..0000000
Binary files a/ViperIRS/DBX 160SL Blue-High Ratio.irs and /dev/null differ
diff --git a/ViperIRS/DBX 160SL Blue-Medium Ratio.irs b/ViperIRS/DBX 160SL Blue-Medium Ratio.irs
deleted file mode 100644
index 048bca8..0000000
Binary files a/ViperIRS/DBX 160SL Blue-Medium Ratio.irs and /dev/null differ
diff --git a/ViperIRS/DBX 160SL Blue-Soft Ratio.irs b/ViperIRS/DBX 160SL Blue-Soft Ratio.irs
deleted file mode 100644
index 231a611..0000000
Binary files a/ViperIRS/DBX 160SL Blue-Soft Ratio.irs and /dev/null differ
diff --git a/ViperIRS/DFX Big Bass.irs b/ViperIRS/DFX Big Bass.irs
deleted file mode 100644
index 7911c66..0000000
Binary files a/ViperIRS/DFX Big Bass.irs and /dev/null differ
diff --git a/ViperIRS/DFX Blues Morden Electric.irs b/ViperIRS/DFX Blues Morden Electric.irs
deleted file mode 100644
index 2aba8cb..0000000
Binary files a/ViperIRS/DFX Blues Morden Electric.irs and /dev/null differ
diff --git a/ViperIRS/DFX Blues Vintage Electric.irs b/ViperIRS/DFX Blues Vintage Electric.irs
deleted file mode 100644
index 4435c30..0000000
Binary files a/ViperIRS/DFX Blues Vintage Electric.irs and /dev/null differ
diff --git a/ViperIRS/DFX Classic Chamber Music.irs b/ViperIRS/DFX Classic Chamber Music.irs
deleted file mode 100644
index 4655d28..0000000
Binary files a/ViperIRS/DFX Classic Chamber Music.irs and /dev/null differ
diff --git a/ViperIRS/DFX Classic Rock.irs b/ViperIRS/DFX Classic Rock.irs
deleted file mode 100644
index be7427c..0000000
Binary files a/ViperIRS/DFX Classic Rock.irs and /dev/null differ
diff --git a/ViperIRS/DFX Classic Solo Piano.irs b/ViperIRS/DFX Classic Solo Piano.irs
deleted file mode 100644
index 548b8f9..0000000
Binary files a/ViperIRS/DFX Classic Solo Piano.irs and /dev/null differ
diff --git a/ViperIRS/DFX Classic Symphonic.irs b/ViperIRS/DFX Classic Symphonic.irs
deleted file mode 100644
index 7237bb9..0000000
Binary files a/ViperIRS/DFX Classic Symphonic.irs and /dev/null differ
diff --git a/ViperIRS/DFX Concert Hall Ambience.irs b/ViperIRS/DFX Concert Hall Ambience.irs
deleted file mode 100644
index bb9bfe3..0000000
Binary files a/ViperIRS/DFX Concert Hall Ambience.irs and /dev/null differ
diff --git a/ViperIRS/DFX Country Classic.irs b/ViperIRS/DFX Country Classic.irs
deleted file mode 100644
index 66235ac..0000000
Binary files a/ViperIRS/DFX Country Classic.irs and /dev/null differ
diff --git a/ViperIRS/DFX Country Young Country.irs b/ViperIRS/DFX Country Young Country.irs
deleted file mode 100644
index efc6561..0000000
Binary files a/ViperIRS/DFX Country Young Country.irs and /dev/null differ
diff --git a/ViperIRS/DFX Hip Hop Modern.irs b/ViperIRS/DFX Hip Hop Modern.irs
deleted file mode 100644
index 301ead8..0000000
Binary files a/ViperIRS/DFX Hip Hop Modern.irs and /dev/null differ
diff --git a/ViperIRS/DFX Jazz Acoustic.irs b/ViperIRS/DFX Jazz Acoustic.irs
deleted file mode 100644
index 2d00852..0000000
Binary files a/ViperIRS/DFX Jazz Acoustic.irs and /dev/null differ
diff --git a/ViperIRS/DFX Jazz Electric.irs b/ViperIRS/DFX Jazz Electric.irs
deleted file mode 100644
index ae8cd0a..0000000
Binary files a/ViperIRS/DFX Jazz Electric.irs and /dev/null differ
diff --git a/ViperIRS/DFX Large Ambience.irs b/ViperIRS/DFX Large Ambience.irs
deleted file mode 100644
index ed43600..0000000
Binary files a/ViperIRS/DFX Large Ambience.irs and /dev/null differ
diff --git a/ViperIRS/DFX Light Processing 1.irs b/ViperIRS/DFX Light Processing 1.irs
deleted file mode 100644
index 521c2af..0000000
Binary files a/ViperIRS/DFX Light Processing 1.irs and /dev/null differ
diff --git a/ViperIRS/DFX Light Processing 2.irs b/ViperIRS/DFX Light Processing 2.irs
deleted file mode 100644
index 96335cf..0000000
Binary files a/ViperIRS/DFX Light Processing 2.irs and /dev/null differ
diff --git a/ViperIRS/DFX MP3 Enhancer Hi Volume.irs b/ViperIRS/DFX MP3 Enhancer Hi Volume.irs
deleted file mode 100644
index 37f821a..0000000
Binary files a/ViperIRS/DFX MP3 Enhancer Hi Volume.irs and /dev/null differ
diff --git a/ViperIRS/DFX Mega Bass.irs b/ViperIRS/DFX Mega Bass.irs
deleted file mode 100644
index a3b4ce3..0000000
Binary files a/ViperIRS/DFX Mega Bass.irs and /dev/null differ
diff --git a/ViperIRS/DFX Metal Rap Big Bass.irs b/ViperIRS/DFX Metal Rap Big Bass.irs
deleted file mode 100644
index b6d8590..0000000
Binary files a/ViperIRS/DFX Metal Rap Big Bass.irs and /dev/null differ
diff --git a/ViperIRS/DFX Metal Rap Hi Clarity.irs b/ViperIRS/DFX Metal Rap Hi Clarity.irs
deleted file mode 100644
index dbe5091..0000000
Binary files a/ViperIRS/DFX Metal Rap Hi Clarity.irs and /dev/null differ
diff --git a/ViperIRS/DFX No Processing.irs b/ViperIRS/DFX No Processing.irs
deleted file mode 100644
index 806aa69..0000000
Binary files a/ViperIRS/DFX No Processing.irs and /dev/null differ
diff --git a/ViperIRS/DFX Steamcast Low Bitrate Music.irs b/ViperIRS/DFX Steamcast Low Bitrate Music.irs
deleted file mode 100644
index 29551e5..0000000
Binary files a/ViperIRS/DFX Steamcast Low Bitrate Music.irs and /dev/null differ
diff --git a/ViperIRS/DFX Streamcast Dialog.irs b/ViperIRS/DFX Streamcast Dialog.irs
deleted file mode 100644
index ab3cd11..0000000
Binary files a/ViperIRS/DFX Streamcast Dialog.irs and /dev/null differ
diff --git a/ViperIRS/DFX Streamcast High Bitrate Music.irs b/ViperIRS/DFX Streamcast High Bitrate Music.irs
deleted file mode 100644
index 97b466d..0000000
Binary files a/ViperIRS/DFX Streamcast High Bitrate Music.irs and /dev/null differ
diff --git a/ViperIRS/DFX Urban RB.irs b/ViperIRS/DFX Urban RB.irs
deleted file mode 100644
index a332c41..0000000
Binary files a/ViperIRS/DFX Urban RB.irs and /dev/null differ
diff --git a/ViperIRS/DFX Very Large Ambience.irs b/ViperIRS/DFX Very Large Ambience.irs
deleted file mode 100644
index fe8c9c4..0000000
Binary files a/ViperIRS/DFX Very Large Ambience.irs and /dev/null differ
diff --git a/ViperIRS/DRZ-SRS.irs b/ViperIRS/DRZ-SRS.irs
deleted file mode 100644
index 1f07336..0000000
Binary files a/ViperIRS/DRZ-SRS.irs and /dev/null differ
diff --git a/ViperIRS/DRZ.irs b/ViperIRS/DRZ.irs
deleted file mode 100644
index 6123aa1..0000000
Binary files a/ViperIRS/DRZ.irs and /dev/null differ
diff --git a/ViperIRS/DTS HD.irs b/ViperIRS/DTS HD.irs
deleted file mode 100644
index 2faca95..0000000
Binary files a/ViperIRS/DTS HD.irs and /dev/null differ
diff --git a/ViperIRS/DTS Mode Z128K MP3 .irs b/ViperIRS/DTS Mode Z128K MP3 .irs
deleted file mode 100644
index 7e990b4..0000000
Binary files a/ViperIRS/DTS Mode Z128K MP3 .irs and /dev/null differ
diff --git a/ViperIRS/DTS Mode ZS128K MP3 .irs b/ViperIRS/DTS Mode ZS128K MP3 .irs
deleted file mode 100644
index c563f21..0000000
Binary files a/ViperIRS/DTS Mode ZS128K MP3 .irs and /dev/null differ
diff --git a/ViperIRS/DTS XFactor.irs b/ViperIRS/DTS XFactor.irs
deleted file mode 100644
index 91f6e40..0000000
Binary files a/ViperIRS/DTS XFactor.irs and /dev/null differ
diff --git a/ViperIRS/DTS XWide.irs b/ViperIRS/DTS XWide.irs
deleted file mode 100644
index b9d42f8..0000000
Binary files a/ViperIRS/DTS XWide.irs and /dev/null differ
diff --git a/ViperIRS/DV8.irs b/ViperIRS/DV8.irs
deleted file mode 100644
index 90ae84c..0000000
Binary files a/ViperIRS/DV8.irs and /dev/null differ
diff --git a/ViperIRS/Deep Space.irs b/ViperIRS/Deep Space.irs
deleted file mode 100644
index 81c57dc..0000000
Binary files a/ViperIRS/Deep Space.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Bass Boost.irs b/ViperIRS/Dolby Bass Boost.irs
deleted file mode 100644
index 013619b..0000000
Binary files a/ViperIRS/Dolby Bass Boost.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Digital Plus - Center.irs b/ViperIRS/Dolby Digital Plus - Center.irs
deleted file mode 100644
index 656588d..0000000
Binary files a/ViperIRS/Dolby Digital Plus - Center.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Digital Plus - Downmixed.irs b/ViperIRS/Dolby Digital Plus - Downmixed.irs
deleted file mode 100644
index bab54db..0000000
Binary files a/ViperIRS/Dolby Digital Plus - Downmixed.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Digital Plus - Left.irs b/ViperIRS/Dolby Digital Plus - Left.irs
deleted file mode 100644
index d89c2b4..0000000
Binary files a/ViperIRS/Dolby Digital Plus - Left.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Digital Plus - Right.irs b/ViperIRS/Dolby Digital Plus - Right.irs
deleted file mode 100644
index 8320910..0000000
Binary files a/ViperIRS/Dolby Digital Plus - Right.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Digital Plus - Stereo.irs b/ViperIRS/Dolby Digital Plus - Stereo.irs
deleted file mode 100644
index 4b911f5..0000000
Binary files a/ViperIRS/Dolby Digital Plus - Stereo.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Digital Plus - Surround Left.irs b/ViperIRS/Dolby Digital Plus - Surround Left.irs
deleted file mode 100644
index bbccb7d..0000000
Binary files a/ViperIRS/Dolby Digital Plus - Surround Left.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Digital Plus - Surround Right.irs b/ViperIRS/Dolby Digital Plus - Surround Right.irs
deleted file mode 100644
index e884f15..0000000
Binary files a/ViperIRS/Dolby Digital Plus - Surround Right.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Digital Plus HD.irs b/ViperIRS/Dolby Digital Plus HD.irs
deleted file mode 100644
index 169a948..0000000
Binary files a/ViperIRS/Dolby Digital Plus HD.irs and /dev/null differ
diff --git a/ViperIRS/Dolby HP Live.irs b/ViperIRS/Dolby HP Live.irs
deleted file mode 100644
index dc4baa3..0000000
Binary files a/ViperIRS/Dolby HP Live.irs and /dev/null differ
diff --git a/ViperIRS/Dolby HP Movie.irs b/ViperIRS/Dolby HP Movie.irs
deleted file mode 100644
index f977296..0000000
Binary files a/ViperIRS/Dolby HP Movie.irs and /dev/null differ
diff --git a/ViperIRS/Dolby HP Ref.irs b/ViperIRS/Dolby HP Ref.irs
deleted file mode 100644
index bafbfbc..0000000
Binary files a/ViperIRS/Dolby HP Ref.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Headphone - Movie Theater (L).irs b/ViperIRS/Dolby Headphone - Movie Theater (L).irs
deleted file mode 100644
index b14b319..0000000
Binary files a/ViperIRS/Dolby Headphone - Movie Theater (L).irs and /dev/null differ
diff --git a/ViperIRS/Dolby Headphone - Movie Theater (R).irs b/ViperIRS/Dolby Headphone - Movie Theater (R).irs
deleted file mode 100644
index 17856fc..0000000
Binary files a/ViperIRS/Dolby Headphone - Movie Theater (R).irs and /dev/null differ
diff --git a/ViperIRS/Dolby Headphone - Reference (L).irs b/ViperIRS/Dolby Headphone - Reference (L).irs
deleted file mode 100644
index 454242a..0000000
Binary files a/ViperIRS/Dolby Headphone - Reference (L).irs and /dev/null differ
diff --git a/ViperIRS/Dolby Headphone - Reference (R).irs b/ViperIRS/Dolby Headphone - Reference (R).irs
deleted file mode 100644
index 5054cea..0000000
Binary files a/ViperIRS/Dolby Headphone - Reference (R).irs and /dev/null differ
diff --git a/ViperIRS/Dolby Headphone Cinema 2.irs b/ViperIRS/Dolby Headphone Cinema 2.irs
deleted file mode 100644
index 365f166..0000000
Binary files a/ViperIRS/Dolby Headphone Cinema 2.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Headphone Cinema Pro Logic II.irs b/ViperIRS/Dolby Headphone Cinema Pro Logic II.irs
deleted file mode 100644
index 3991ee1..0000000
Binary files a/ViperIRS/Dolby Headphone Cinema Pro Logic II.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Headphone Cinema.irs b/ViperIRS/Dolby Headphone Cinema.irs
deleted file mode 100644
index 0044b6f..0000000
Binary files a/ViperIRS/Dolby Headphone Cinema.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Headphone Hall 2.irs b/ViperIRS/Dolby Headphone Hall 2.irs
deleted file mode 100644
index b49dab4..0000000
Binary files a/ViperIRS/Dolby Headphone Hall 2.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Headphone Hall Pro Logic II.irs b/ViperIRS/Dolby Headphone Hall Pro Logic II.irs
deleted file mode 100644
index 53380c9..0000000
Binary files a/ViperIRS/Dolby Headphone Hall Pro Logic II.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Headphone Hall.irs b/ViperIRS/Dolby Headphone Hall.irs
deleted file mode 100644
index fd5a7b6..0000000
Binary files a/ViperIRS/Dolby Headphone Hall.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Headphone Live.irs b/ViperIRS/Dolby Headphone Live.irs
deleted file mode 100644
index 8018fc5..0000000
Binary files a/ViperIRS/Dolby Headphone Live.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Headphone Room.irs b/ViperIRS/Dolby Headphone Room.irs
deleted file mode 100644
index d59d17b..0000000
Binary files a/ViperIRS/Dolby Headphone Room.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Headphone Studio 2.irs b/ViperIRS/Dolby Headphone Studio 2.irs
deleted file mode 100644
index 6137c6b..0000000
Binary files a/ViperIRS/Dolby Headphone Studio 2.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Headphone Studio Pro Logic II.irs b/ViperIRS/Dolby Headphone Studio Pro Logic II.irs
deleted file mode 100644
index fe67481..0000000
Binary files a/ViperIRS/Dolby Headphone Studio Pro Logic II.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Headphone Studio.irs b/ViperIRS/Dolby Headphone Studio.irs
deleted file mode 100644
index 009ecef..0000000
Binary files a/ViperIRS/Dolby Headphone Studio.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Pro Logic II Cinema.irs b/ViperIRS/Dolby Pro Logic II Cinema.irs
deleted file mode 100644
index f7d82fb..0000000
Binary files a/ViperIRS/Dolby Pro Logic II Cinema.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Pro Logic II LFE.irs b/ViperIRS/Dolby Pro Logic II LFE.irs
deleted file mode 100644
index 3bb19bb..0000000
Binary files a/ViperIRS/Dolby Pro Logic II LFE.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Pro Logic II Studio.irs b/ViperIRS/Dolby Pro Logic II Studio.irs
deleted file mode 100644
index 528635b..0000000
Binary files a/ViperIRS/Dolby Pro Logic II Studio.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Pro Logic II Virtual Speaker 1.irs b/ViperIRS/Dolby Pro Logic II Virtual Speaker 1.irs
deleted file mode 100644
index 543ef0f..0000000
Binary files a/ViperIRS/Dolby Pro Logic II Virtual Speaker 1.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Pro Logic II Virtual Speaker 2.irs b/ViperIRS/Dolby Pro Logic II Virtual Speaker 2.irs
deleted file mode 100644
index 8e180ce..0000000
Binary files a/ViperIRS/Dolby Pro Logic II Virtual Speaker 2.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Pro Logic II.irs b/ViperIRS/Dolby Pro Logic II.irs
deleted file mode 100644
index a55f6f6..0000000
Binary files a/ViperIRS/Dolby Pro Logic II.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Surround Pro Logic LFE.irs b/ViperIRS/Dolby Surround Pro Logic LFE.irs
deleted file mode 100644
index 0f5ad8f..0000000
Binary files a/ViperIRS/Dolby Surround Pro Logic LFE.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Surround Pro Logic.irs b/ViperIRS/Dolby Surround Pro Logic.irs
deleted file mode 100644
index 103f676..0000000
Binary files a/ViperIRS/Dolby Surround Pro Logic.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Surround and Pro Logic and LFE normal, 031016125645.irs b/ViperIRS/Dolby Surround and Pro Logic and LFE normal, 031016125645.irs
deleted file mode 100644
index bb46642..0000000
Binary files a/ViperIRS/Dolby Surround and Pro Logic and LFE normal, 031016125645.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Surround and Pro Logic and LFE volume-match 031016134437.irs b/ViperIRS/Dolby Surround and Pro Logic and LFE volume-match 031016134437.irs
deleted file mode 100644
index 5c3cba1..0000000
Binary files a/ViperIRS/Dolby Surround and Pro Logic and LFE volume-match 031016134437.irs and /dev/null differ
diff --git a/ViperIRS/Dolby VS Ref.irs b/ViperIRS/Dolby VS Ref.irs
deleted file mode 100644
index f2d8f65..0000000
Binary files a/ViperIRS/Dolby VS Ref.irs and /dev/null differ
diff --git a/ViperIRS/Dolby VS Wide1.irs b/ViperIRS/Dolby VS Wide1.irs
deleted file mode 100644
index a37d68b..0000000
Binary files a/ViperIRS/Dolby VS Wide1.irs and /dev/null differ
diff --git a/ViperIRS/Dolby VS Wide2.irs b/ViperIRS/Dolby VS Wide2.irs
deleted file mode 100644
index 44871c9..0000000
Binary files a/ViperIRS/Dolby VS Wide2.irs and /dev/null differ
diff --git a/ViperIRS/Dolby Virtual Speaker - Reference (L).irs b/ViperIRS/Dolby Virtual Speaker - Reference (L).irs
deleted file mode 100644
index 916bca3..0000000
Binary files a/ViperIRS/Dolby Virtual Speaker - Reference (L).irs and /dev/null differ
diff --git a/ViperIRS/Dolby Virtual Speaker - Reference (R).irs b/ViperIRS/Dolby Virtual Speaker - Reference (R).irs
deleted file mode 100644
index beb4e19..0000000
Binary files a/ViperIRS/Dolby Virtual Speaker - Reference (R).irs and /dev/null differ
diff --git a/ViperIRS/Dolby Virtual Speaker - Wide 1 (L).irs b/ViperIRS/Dolby Virtual Speaker - Wide 1 (L).irs
deleted file mode 100644
index 740d4a9..0000000
Binary files a/ViperIRS/Dolby Virtual Speaker - Wide 1 (L).irs and /dev/null differ
diff --git a/ViperIRS/Dolby Virtual Speaker - Wide 1 (R).irs b/ViperIRS/Dolby Virtual Speaker - Wide 1 (R).irs
deleted file mode 100644
index 1cc86ab..0000000
Binary files a/ViperIRS/Dolby Virtual Speaker - Wide 1 (R).irs and /dev/null differ
diff --git a/ViperIRS/Dolby Virtual Speaker - Wide 2 (L).irs b/ViperIRS/Dolby Virtual Speaker - Wide 2 (L).irs
deleted file mode 100644
index cecb76c..0000000
Binary files a/ViperIRS/Dolby Virtual Speaker - Wide 2 (L).irs and /dev/null differ
diff --git a/ViperIRS/Dolby Virtual Speaker - Wide 2 (R).irs b/ViperIRS/Dolby Virtual Speaker - Wide 2 (R).irs
deleted file mode 100644
index ca87858..0000000
Binary files a/ViperIRS/Dolby Virtual Speaker - Wide 2 (R).irs and /dev/null differ
diff --git a/ViperIRS/EAX Advanced HD Amphitheater.irs b/ViperIRS/EAX Advanced HD Amphitheater.irs
deleted file mode 100644
index a49a0cf..0000000
Binary files a/ViperIRS/EAX Advanced HD Amphitheater.irs and /dev/null differ
diff --git a/ViperIRS/EAX Advanced HD Jazz Club.irs b/ViperIRS/EAX Advanced HD Jazz Club.irs
deleted file mode 100644
index 97f578e..0000000
Binary files a/ViperIRS/EAX Advanced HD Jazz Club.irs and /dev/null differ
diff --git a/ViperIRS/EAX Advanced HD Opera Hall.irs b/ViperIRS/EAX Advanced HD Opera Hall.irs
deleted file mode 100644
index 6f13a63..0000000
Binary files a/ViperIRS/EAX Advanced HD Opera Hall.irs and /dev/null differ
diff --git a/ViperIRS/EAX Advanced HD Orchestra Pit.irs b/ViperIRS/EAX Advanced HD Orchestra Pit.irs
deleted file mode 100644
index 011777d..0000000
Binary files a/ViperIRS/EAX Advanced HD Orchestra Pit.irs and /dev/null differ
diff --git a/ViperIRS/EAX Advanced HD Recital Hall.irs b/ViperIRS/EAX Advanced HD Recital Hall.irs
deleted file mode 100644
index e475729..0000000
Binary files a/ViperIRS/EAX Advanced HD Recital Hall.irs and /dev/null differ
diff --git a/ViperIRS/EAX Advanced HD Royal Hall.irs b/ViperIRS/EAX Advanced HD Royal Hall.irs
deleted file mode 100644
index 33b8f09..0000000
Binary files a/ViperIRS/EAX Advanced HD Royal Hall.irs and /dev/null differ
diff --git a/ViperIRS/EAX Advanced HD Stone Hall.irs b/ViperIRS/EAX Advanced HD Stone Hall.irs
deleted file mode 100644
index bdf63ee..0000000
Binary files a/ViperIRS/EAX Advanced HD Stone Hall.irs and /dev/null differ
diff --git a/ViperIRS/EAX Advanced HD Theater.irs b/ViperIRS/EAX Advanced HD Theater.irs
deleted file mode 100644
index 0ed0740..0000000
Binary files a/ViperIRS/EAX Advanced HD Theater.irs and /dev/null differ
diff --git a/ViperIRS/ENHANCED.irs b/ViperIRS/ENHANCED.irs
deleted file mode 100644
index 95d1464..0000000
Binary files a/ViperIRS/ENHANCED.irs and /dev/null differ
diff --git a/ViperIRS/EX-02.irs b/ViperIRS/EX-02.irs
deleted file mode 100644
index c3f2bb1..0000000
Binary files a/ViperIRS/EX-02.irs and /dev/null differ
diff --git a/ViperIRS/Elements Of Fidelity (ZzZ Edition).irs b/ViperIRS/Elements Of Fidelity (ZzZ Edition).irs
deleted file mode 100644
index 064cd51..0000000
Binary files a/ViperIRS/Elements Of Fidelity (ZzZ Edition).irs and /dev/null differ
diff --git a/ViperIRS/Elements Of Fidelity (ZzZ HD Edition).irs b/ViperIRS/Elements Of Fidelity (ZzZ HD Edition).irs
deleted file mode 100644
index b05d112..0000000
Binary files a/ViperIRS/Elements Of Fidelity (ZzZ HD Edition).irs and /dev/null differ
diff --git a/ViperIRS/Elements Of Fidelity R2.irs b/ViperIRS/Elements Of Fidelity R2.irs
deleted file mode 100644
index c1fff7c..0000000
Binary files a/ViperIRS/Elements Of Fidelity R2.irs and /dev/null differ
diff --git a/ViperIRS/Elements Of Fidelity.irs b/ViperIRS/Elements Of Fidelity.irs
deleted file mode 100644
index 271118b..0000000
Binary files a/ViperIRS/Elements Of Fidelity.irs and /dev/null differ
diff --git a/ViperIRS/Eternal Prosperity.irs b/ViperIRS/Eternal Prosperity.irs
deleted file mode 100644
index 5231c93..0000000
Binary files a/ViperIRS/Eternal Prosperity.irs and /dev/null differ
diff --git a/ViperIRS/Extended Power.irs b/ViperIRS/Extended Power.irs
deleted file mode 100644
index 9fefffe..0000000
Binary files a/ViperIRS/Extended Power.irs and /dev/null differ
diff --git a/ViperIRS/Extreme Bass.irs b/ViperIRS/Extreme Bass.irs
deleted file mode 100644
index 573394a..0000000
Binary files a/ViperIRS/Extreme Bass.irs and /dev/null differ
diff --git a/ViperIRS/Extreme Speaker.irs b/ViperIRS/Extreme Speaker.irs
deleted file mode 100644
index 2715c9a..0000000
Binary files a/ViperIRS/Extreme Speaker.irs and /dev/null differ
diff --git a/ViperIRS/FRC - Sennheiser HD 595 (50% Correction) - 96kHz 24bit.irs b/ViperIRS/FRC - Sennheiser HD 595 (50% Correction) - 96kHz 24bit.irs
deleted file mode 100644
index d4bdc1e..0000000
Binary files a/ViperIRS/FRC - Sennheiser HD 595 (50% Correction) - 96kHz 24bit.irs and /dev/null differ
diff --git a/ViperIRS/FRC - Sennheiser HD 595 (50% Correction).irs b/ViperIRS/FRC - Sennheiser HD 595 (50% Correction).irs
deleted file mode 100644
index 186f4fc..0000000
Binary files a/ViperIRS/FRC - Sennheiser HD 595 (50% Correction).irs and /dev/null differ
diff --git a/ViperIRS/FRC - Sennheiser HD 595 (Flat Response) - 96kHz 24bit.irs b/ViperIRS/FRC - Sennheiser HD 595 (Flat Response) - 96kHz 24bit.irs
deleted file mode 100644
index 5afabff..0000000
Binary files a/ViperIRS/FRC - Sennheiser HD 595 (Flat Response) - 96kHz 24bit.irs and /dev/null differ
diff --git a/ViperIRS/FRC - Sennheiser HD 595 (Flat Response).irs b/ViperIRS/FRC - Sennheiser HD 595 (Flat Response).irs
deleted file mode 100644
index 872d5d0..0000000
Binary files a/ViperIRS/FRC - Sennheiser HD 595 (Flat Response).irs and /dev/null differ
diff --git a/ViperIRS/Fender Bassman.irs b/ViperIRS/Fender Bassman.irs
deleted file mode 100644
index d46f7a8..0000000
Binary files a/ViperIRS/Fender Bassman.irs and /dev/null differ
diff --git a/ViperIRS/FideliBASS.irs b/ViperIRS/FideliBASS.irs
deleted file mode 100644
index 6ea1c27..0000000
Binary files a/ViperIRS/FideliBASS.irs and /dev/null differ
diff --git a/ViperIRS/Friends With Molly.irs b/ViperIRS/Friends With Molly.irs
deleted file mode 100644
index 6ce2008..0000000
Binary files a/ViperIRS/Friends With Molly.irs and /dev/null differ
diff --git a/ViperIRS/Gaia's Melody.irs b/ViperIRS/Gaia's Melody.irs
deleted file mode 100644
index 4912dc7..0000000
Binary files a/ViperIRS/Gaia's Melody.irs and /dev/null differ
diff --git a/ViperIRS/Giga Subwoofer.irs b/ViperIRS/Giga Subwoofer.irs
deleted file mode 100644
index 3a976ec..0000000
Binary files a/ViperIRS/Giga Subwoofer.irs and /dev/null differ
diff --git a/ViperIRS/Guide to cross-channel IRSes and V4A 2.5.0.5.url b/ViperIRS/Guide to cross-channel IRSes and V4A 2.5.0.5.url
deleted file mode 100644
index d92ce89..0000000
--- a/ViperIRS/Guide to cross-channel IRSes and V4A 2.5.0.5.url
+++ /dev/null
@@ -1,5 +0,0 @@
-[InternetShortcut]
-URL=http://forum.xda-developers.com/showthread.php?p=68473076#post68473076
-IDList=
-[{000214A0-0000-0000-C000-000000000046}]
-Prop3=19,2
diff --git a/ViperIRS/HNH Audio.irs b/ViperIRS/HNH Audio.irs
deleted file mode 100644
index 0d44d01..0000000
Binary files a/ViperIRS/HNH Audio.irs and /dev/null differ
diff --git a/ViperIRS/HTC Beats Audio 128K MP3 .irs b/ViperIRS/HTC Beats Audio 128K MP3 .irs
deleted file mode 100644
index a77932a..0000000
Binary files a/ViperIRS/HTC Beats Audio 128K MP3 .irs and /dev/null differ
diff --git a/ViperIRS/HTC Beats Audio.irs b/ViperIRS/HTC Beats Audio.irs
deleted file mode 100644
index 9fcb7f4..0000000
Binary files a/ViperIRS/HTC Beats Audio.irs and /dev/null differ
diff --git a/ViperIRS/HTC BoomSound 128K MP3 .irs b/ViperIRS/HTC BoomSound 128K MP3 .irs
deleted file mode 100644
index 0486c77..0000000
Binary files a/ViperIRS/HTC BoomSound 128K MP3 .irs and /dev/null differ
diff --git a/ViperIRS/HTC BoomSound Z128K MP3 .irs b/ViperIRS/HTC BoomSound Z128K MP3 .irs
deleted file mode 100644
index 9817165..0000000
Binary files a/ViperIRS/HTC BoomSound Z128K MP3 .irs and /dev/null differ
diff --git a/ViperIRS/HTC BoomSound ZS128K MP3 .irs b/ViperIRS/HTC BoomSound ZS128K MP3 .irs
deleted file mode 100644
index a53a3a1..0000000
Binary files a/ViperIRS/HTC BoomSound ZS128K MP3 .irs and /dev/null differ
diff --git a/ViperIRS/HTC BoomSound.irs b/ViperIRS/HTC BoomSound.irs
deleted file mode 100644
index 3300fc6..0000000
Binary files a/ViperIRS/HTC BoomSound.irs and /dev/null differ
diff --git a/ViperIRS/HTC Harman Kardon LiveStage AES.irs b/ViperIRS/HTC Harman Kardon LiveStage AES.irs
deleted file mode 100644
index bad976f..0000000
Binary files a/ViperIRS/HTC Harman Kardon LiveStage AES.irs and /dev/null differ
diff --git a/ViperIRS/HTC Harman Kardon LiveStage CL.irs b/ViperIRS/HTC Harman Kardon LiveStage CL.irs
deleted file mode 100644
index 4b82fda..0000000
Binary files a/ViperIRS/HTC Harman Kardon LiveStage CL.irs and /dev/null differ
diff --git a/ViperIRS/HTC Harman Kardon LiveStage NC.irs b/ViperIRS/HTC Harman Kardon LiveStage NC.irs
deleted file mode 100644
index 57e710e..0000000
Binary files a/ViperIRS/HTC Harman Kardon LiveStage NC.irs and /dev/null differ
diff --git a/ViperIRS/HTC Harman Kardon LiveStage OT.irs b/ViperIRS/HTC Harman Kardon LiveStage OT.irs
deleted file mode 100644
index 2e80b9c..0000000
Binary files a/ViperIRS/HTC Harman Kardon LiveStage OT.irs and /dev/null differ
diff --git a/ViperIRS/HTC Harman Kardon LiveStage SOHO.irs b/ViperIRS/HTC Harman Kardon LiveStage SOHO.irs
deleted file mode 100644
index 9db3b12..0000000
Binary files a/ViperIRS/HTC Harman Kardon LiveStage SOHO.irs and /dev/null differ
diff --git a/ViperIRS/HTC Harman Kardon LiveStage.irs b/ViperIRS/HTC Harman Kardon LiveStage.irs
deleted file mode 100644
index f329832..0000000
Binary files a/ViperIRS/HTC Harman Kardon LiveStage.irs and /dev/null differ
diff --git a/ViperIRS/HTC Harman Kardon Z128K MP3 LiveStage.irs b/ViperIRS/HTC Harman Kardon Z128K MP3 LiveStage.irs
deleted file mode 100644
index 6e2fa3d..0000000
Binary files a/ViperIRS/HTC Harman Kardon Z128K MP3 LiveStage.irs and /dev/null differ
diff --git a/ViperIRS/HTC One X BeatsAudio.irs b/ViperIRS/HTC One X BeatsAudio.irs
deleted file mode 100644
index 410b818..0000000
Binary files a/ViperIRS/HTC One X BeatsAudio.irs and /dev/null differ
diff --git a/ViperIRS/HTC One X-BeatsAudio.irs b/ViperIRS/HTC One X-BeatsAudio.irs
deleted file mode 100644
index 277e3b5..0000000
Binary files a/ViperIRS/HTC One X-BeatsAudio.irs and /dev/null differ
diff --git a/ViperIRS/HTC Rev2 Beats Audio.irs b/ViperIRS/HTC Rev2 Beats Audio.irs
deleted file mode 100644
index 7b8a671..0000000
Binary files a/ViperIRS/HTC Rev2 Beats Audio.irs and /dev/null differ
diff --git a/ViperIRS/HTC Triple Treat.irs b/ViperIRS/HTC Triple Treat.irs
deleted file mode 100644
index b7c277f..0000000
Binary files a/ViperIRS/HTC Triple Treat.irs and /dev/null differ
diff --git a/ViperIRS/Harman Kardon 128K MP3 LiveStage 1.hk AE-S in-ear.irs b/ViperIRS/Harman Kardon 128K MP3 LiveStage 1.hk AE-S in-ear.irs
deleted file mode 100644
index f5d7e86..0000000
Binary files a/ViperIRS/Harman Kardon 128K MP3 LiveStage 1.hk AE-S in-ear.irs and /dev/null differ
diff --git a/ViperIRS/Harman Kardon 128K MP3 LiveStage 2.hk SOHO.irs b/ViperIRS/Harman Kardon 128K MP3 LiveStage 2.hk SOHO.irs
deleted file mode 100644
index 6ba6b65..0000000
Binary files a/ViperIRS/Harman Kardon 128K MP3 LiveStage 2.hk SOHO.irs and /dev/null differ
diff --git a/ViperIRS/Harman Kardon 128K MP3 LiveStage 3.hk NC.irs b/ViperIRS/Harman Kardon 128K MP3 LiveStage 3.hk NC.irs
deleted file mode 100644
index 2ef4321..0000000
Binary files a/ViperIRS/Harman Kardon 128K MP3 LiveStage 3.hk NC.irs and /dev/null differ
diff --git a/ViperIRS/Harman Kardon 128K MP3 LiveStage 4.hk CL.irs b/ViperIRS/Harman Kardon 128K MP3 LiveStage 4.hk CL.irs
deleted file mode 100644
index b279672..0000000
Binary files a/ViperIRS/Harman Kardon 128K MP3 LiveStage 4.hk CL.irs and /dev/null differ
diff --git a/ViperIRS/Harman Kardon 128K MP3 LiveStage 5.Other headphones.irs b/ViperIRS/Harman Kardon 128K MP3 LiveStage 5.Other headphones.irs
deleted file mode 100644
index 4d17da5..0000000
Binary files a/ViperIRS/Harman Kardon 128K MP3 LiveStage 5.Other headphones.irs and /dev/null differ
diff --git a/ViperIRS/Head360.irs b/ViperIRS/Head360.irs
deleted file mode 100644
index fe1d300..0000000
Binary files a/ViperIRS/Head360.irs and /dev/null differ
diff --git a/ViperIRS/Headphone Enhancer.irs b/ViperIRS/Headphone Enhancer.irs
deleted file mode 100644
index d5512f7..0000000
Binary files a/ViperIRS/Headphone Enhancer.irs and /dev/null differ
diff --git a/ViperIRS/Headset Boost.irs b/ViperIRS/Headset Boost.irs
deleted file mode 100644
index d491762..0000000
Binary files a/ViperIRS/Headset Boost.irs and /dev/null differ
diff --git a/ViperIRS/Heaven's Lost Melody.irs b/ViperIRS/Heaven's Lost Melody.irs
deleted file mode 100644
index 5d3a856..0000000
Binary files a/ViperIRS/Heaven's Lost Melody.irs and /dev/null differ
diff --git a/ViperIRS/Hell's Gate.irs b/ViperIRS/Hell's Gate.irs
deleted file mode 100644
index f450265..0000000
Binary files a/ViperIRS/Hell's Gate.irs and /dev/null differ
diff --git a/ViperIRS/Heroin.irs b/ViperIRS/Heroin.irs
deleted file mode 100644
index af73526..0000000
Binary files a/ViperIRS/Heroin.irs and /dev/null differ
diff --git a/ViperIRS/Hi-Clarity - Alternate.irs b/ViperIRS/Hi-Clarity - Alternate.irs
deleted file mode 100644
index a373ac9..0000000
Binary files a/ViperIRS/Hi-Clarity - Alternate.irs and /dev/null differ
diff --git a/ViperIRS/Hi-Clarity.irs b/ViperIRS/Hi-Clarity.irs
deleted file mode 100644
index a2cd563..0000000
Binary files a/ViperIRS/Hi-Clarity.irs and /dev/null differ
diff --git a/ViperIRS/Highly Damped Large Room.irs b/ViperIRS/Highly Damped Large Room.irs
deleted file mode 100644
index a38174b..0000000
Binary files a/ViperIRS/Highly Damped Large Room.irs and /dev/null differ
diff --git a/ViperIRS/Hope Diamond.irs b/ViperIRS/Hope Diamond.irs
deleted file mode 100644
index f454c74..0000000
Binary files a/ViperIRS/Hope Diamond.irs and /dev/null differ
diff --git a/ViperIRS/Hotstudio.irs b/ViperIRS/Hotstudio.irs
deleted file mode 100644
index 139b4cd..0000000
Binary files a/ViperIRS/Hotstudio.irs and /dev/null differ
diff --git a/ViperIRS/Huawei DTS.irs b/ViperIRS/Huawei DTS.irs
deleted file mode 100644
index f905977..0000000
Binary files a/ViperIRS/Huawei DTS.irs and /dev/null differ
diff --git a/ViperIRS/IR theater.irs b/ViperIRS/IR theater.irs
deleted file mode 100644
index b2b365d..0000000
Binary files a/ViperIRS/IR theater.irs and /dev/null differ
diff --git a/ViperIRS/Joe0Bloggs 3D headphones IRS-surround upmix-44100.irs b/ViperIRS/Joe0Bloggs 3D headphones IRS-surround upmix-44100.irs
deleted file mode 100644
index 3dc5125..0000000
Binary files a/ViperIRS/Joe0Bloggs 3D headphones IRS-surround upmix-44100.irs and /dev/null differ
diff --git a/ViperIRS/Joe0Bloggs 3D headphones IRS-surround upmix-48000.irs b/ViperIRS/Joe0Bloggs 3D headphones IRS-surround upmix-48000.irs
deleted file mode 100644
index 3ad6490..0000000
Binary files a/ViperIRS/Joe0Bloggs 3D headphones IRS-surround upmix-48000.irs and /dev/null differ
diff --git a/ViperIRS/Joe0Bloggs 3D headphones IRS-vivid-44100Hz 1.0.irs b/ViperIRS/Joe0Bloggs 3D headphones IRS-vivid-44100Hz 1.0.irs
deleted file mode 100644
index dbfe619..0000000
Binary files a/ViperIRS/Joe0Bloggs 3D headphones IRS-vivid-44100Hz 1.0.irs and /dev/null differ
diff --git a/ViperIRS/Joe0Bloggs 3D headphones IRS-vivid-48000Hz 1.0.irs b/ViperIRS/Joe0Bloggs 3D headphones IRS-vivid-48000Hz 1.0.irs
deleted file mode 100644
index e6610ad..0000000
Binary files a/ViperIRS/Joe0Bloggs 3D headphones IRS-vivid-48000Hz 1.0.irs and /dev/null differ
diff --git a/ViperIRS/Joe0Bloggs 3D headphones IRS-vivid-48000Hz 1.1.irs b/ViperIRS/Joe0Bloggs 3D headphones IRS-vivid-48000Hz 1.1.irs
deleted file mode 100644
index 1f47bae..0000000
Binary files a/ViperIRS/Joe0Bloggs 3D headphones IRS-vivid-48000Hz 1.1.irs and /dev/null differ
diff --git a/ViperIRS/Joe0Bloggs 3D headphones IRS-widefield-44100Hz 1.0.irs b/ViperIRS/Joe0Bloggs 3D headphones IRS-widefield-44100Hz 1.0.irs
deleted file mode 100644
index d784bcf..0000000
Binary files a/ViperIRS/Joe0Bloggs 3D headphones IRS-widefield-44100Hz 1.0.irs and /dev/null differ
diff --git a/ViperIRS/Joe0Bloggs 3D headphones IRS-widefield-48000Hz 1.0.irs b/ViperIRS/Joe0Bloggs 3D headphones IRS-widefield-48000Hz 1.0.irs
deleted file mode 100644
index f33dcca..0000000
Binary files a/ViperIRS/Joe0Bloggs 3D headphones IRS-widefield-48000Hz 1.0.irs and /dev/null differ
diff --git a/ViperIRS/Joe0Bloggs Phonespeakers boost 2.irs b/ViperIRS/Joe0Bloggs Phonespeakers boost 2.irs
deleted file mode 100644
index 5e9f688..0000000
Binary files a/ViperIRS/Joe0Bloggs Phonespeakers boost 2.irs and /dev/null differ
diff --git a/ViperIRS/Joe0Bloggs speaker expander.irs b/ViperIRS/Joe0Bloggs speaker expander.irs
deleted file mode 100644
index fe4426e..0000000
Binary files a/ViperIRS/Joe0Bloggs speaker expander.irs and /dev/null differ
diff --git a/ViperIRS/JoeMeek SC2 Impulse Soft.irs b/ViperIRS/JoeMeek SC2 Impulse Soft.irs
deleted file mode 100644
index 457fe3c..0000000
Binary files a/ViperIRS/JoeMeek SC2 Impulse Soft.irs and /dev/null differ
diff --git a/ViperIRS/JoeMeek SC2 Impulse.irs b/ViperIRS/JoeMeek SC2 Impulse.irs
deleted file mode 100644
index 28be185..0000000
Binary files a/ViperIRS/JoeMeek SC2 Impulse.irs and /dev/null differ
diff --git a/ViperIRS/JoeMeek Sc2 High Ratio.irs b/ViperIRS/JoeMeek Sc2 High Ratio.irs
deleted file mode 100644
index 25585f1..0000000
Binary files a/ViperIRS/JoeMeek Sc2 High Ratio.irs and /dev/null differ
diff --git a/ViperIRS/Kalybathy Studio.irs b/ViperIRS/Kalybathy Studio.irs
deleted file mode 100644
index 203eeef..0000000
Binary files a/ViperIRS/Kalybathy Studio.irs and /dev/null differ
diff --git a/ViperIRS/Kalybathy+.irs b/ViperIRS/Kalybathy+.irs
deleted file mode 100644
index baae448..0000000
Binary files a/ViperIRS/Kalybathy+.irs and /dev/null differ
diff --git a/ViperIRS/Kenty Beats V2.irs b/ViperIRS/Kenty Beats V2.irs
deleted file mode 100644
index b93e070..0000000
Binary files a/ViperIRS/Kenty Beats V2.irs and /dev/null differ
diff --git a/ViperIRS/Kenty Beats.irs b/ViperIRS/Kenty Beats.irs
deleted file mode 100644
index cf5d7ec..0000000
Binary files a/ViperIRS/Kenty Beats.irs and /dev/null differ
diff --git a/ViperIRS/Line6 Flextone.irs b/ViperIRS/Line6 Flextone.irs
deleted file mode 100644
index c41e8a7..0000000
Binary files a/ViperIRS/Line6 Flextone.irs and /dev/null differ
diff --git a/ViperIRS/MGR.irs b/ViperIRS/MGR.irs
deleted file mode 100644
index c8e3b7c..0000000
Binary files a/ViperIRS/MGR.irs and /dev/null differ
diff --git a/ViperIRS/Magic Bass - 100%.irs b/ViperIRS/Magic Bass - 100%.irs
deleted file mode 100644
index 1ba2ccd..0000000
Binary files a/ViperIRS/Magic Bass - 100%.irs and /dev/null differ
diff --git a/ViperIRS/Magic Bass - 25%.irs b/ViperIRS/Magic Bass - 25%.irs
deleted file mode 100644
index 33cb973..0000000
Binary files a/ViperIRS/Magic Bass - 25%.irs and /dev/null differ
diff --git a/ViperIRS/Magic Bass - 50%.irs b/ViperIRS/Magic Bass - 50%.irs
deleted file mode 100644
index b4bbf25..0000000
Binary files a/ViperIRS/Magic Bass - 50%.irs and /dev/null differ
diff --git a/ViperIRS/Magic Bass - 75%.irs b/ViperIRS/Magic Bass - 75%.irs
deleted file mode 100644
index fcdc799..0000000
Binary files a/ViperIRS/Magic Bass - 75%.irs and /dev/null differ
diff --git a/ViperIRS/Marshall Off Axis.irs b/ViperIRS/Marshall Off Axis.irs
deleted file mode 100644
index 2eb0d8f..0000000
Binary files a/ViperIRS/Marshall Off Axis.irs and /dev/null differ
diff --git a/ViperIRS/Marshall Stock 70.irs b/ViperIRS/Marshall Stock 70.irs
deleted file mode 100644
index de6c2f1..0000000
Binary files a/ViperIRS/Marshall Stock 70.irs and /dev/null differ
diff --git a/ViperIRS/Marshall Vintage 30.irs b/ViperIRS/Marshall Vintage 30.irs
deleted file mode 100644
index fb813cb..0000000
Binary files a/ViperIRS/Marshall Vintage 30.irs and /dev/null differ
diff --git a/ViperIRS/Mary Jane.irs b/ViperIRS/Mary Jane.irs
deleted file mode 100644
index 2e86ec6..0000000
Binary files a/ViperIRS/Mary Jane.irs and /dev/null differ
diff --git a/ViperIRS/Matchless Chieftain.irs b/ViperIRS/Matchless Chieftain.irs
deleted file mode 100644
index 43db9c2..0000000
Binary files a/ViperIRS/Matchless Chieftain.irs and /dev/null differ
diff --git a/ViperIRS/MaxxAudio Lite 128K MP3 1.Music.irs b/ViperIRS/MaxxAudio Lite 128K MP3 1.Music.irs
deleted file mode 100644
index d4803c8..0000000
Binary files a/ViperIRS/MaxxAudio Lite 128K MP3 1.Music.irs and /dev/null differ
diff --git a/ViperIRS/MaxxAudio Lite 128K MP3 2.Movies.irs b/ViperIRS/MaxxAudio Lite 128K MP3 2.Movies.irs
deleted file mode 100644
index 49a5571..0000000
Binary files a/ViperIRS/MaxxAudio Lite 128K MP3 2.Movies.irs and /dev/null differ
diff --git a/ViperIRS/MaxxAudio Lite 128K MP3 3.Recording.irs b/ViperIRS/MaxxAudio Lite 128K MP3 3.Recording.irs
deleted file mode 100644
index 635c55b..0000000
Binary files a/ViperIRS/MaxxAudio Lite 128K MP3 3.Recording.irs and /dev/null differ
diff --git a/ViperIRS/MaxxAudio Lite 128K MP3 4.Gaming.irs b/ViperIRS/MaxxAudio Lite 128K MP3 4.Gaming.irs
deleted file mode 100644
index 8a13cea..0000000
Binary files a/ViperIRS/MaxxAudio Lite 128K MP3 4.Gaming.irs and /dev/null differ
diff --git a/ViperIRS/MaxxAudio Lite 128K MP3 5.Speech.irs b/ViperIRS/MaxxAudio Lite 128K MP3 5.Speech.irs
deleted file mode 100644
index 3b4a5ba..0000000
Binary files a/ViperIRS/MaxxAudio Lite 128K MP3 5.Speech.irs and /dev/null differ
diff --git a/ViperIRS/MaxxAudio Pro 128K MP3 1.MaxxSense.irs b/ViperIRS/MaxxAudio Pro 128K MP3 1.MaxxSense.irs
deleted file mode 100644
index 7685629..0000000
Binary files a/ViperIRS/MaxxAudio Pro 128K MP3 1.MaxxSense.irs and /dev/null differ
diff --git a/ViperIRS/MaxxAudio Pro 128K MP3 2.MaxxSense w MaxxSpace.irs b/ViperIRS/MaxxAudio Pro 128K MP3 2.MaxxSense w MaxxSpace.irs
deleted file mode 100644
index 38a674f..0000000
Binary files a/ViperIRS/MaxxAudio Pro 128K MP3 2.MaxxSense w MaxxSpace.irs and /dev/null differ
diff --git a/ViperIRS/MaxxAudio Pro 128K MP3 3.Music.irs b/ViperIRS/MaxxAudio Pro 128K MP3 3.Music.irs
deleted file mode 100644
index 0372c17..0000000
Binary files a/ViperIRS/MaxxAudio Pro 128K MP3 3.Music.irs and /dev/null differ
diff --git a/ViperIRS/MaxxAudio Pro 128K MP3 4.Music w MaxxSpace.irs b/ViperIRS/MaxxAudio Pro 128K MP3 4.Music w MaxxSpace.irs
deleted file mode 100644
index 0e65588..0000000
Binary files a/ViperIRS/MaxxAudio Pro 128K MP3 4.Music w MaxxSpace.irs and /dev/null differ
diff --git a/ViperIRS/MaxxAudio Pro 128K MP3 5.Movies.irs b/ViperIRS/MaxxAudio Pro 128K MP3 5.Movies.irs
deleted file mode 100644
index 59d2715..0000000
Binary files a/ViperIRS/MaxxAudio Pro 128K MP3 5.Movies.irs and /dev/null differ
diff --git a/ViperIRS/MaxxAudio Pro 128K MP3 6.Movies w MaxxSpace.irs b/ViperIRS/MaxxAudio Pro 128K MP3 6.Movies w MaxxSpace.irs
deleted file mode 100644
index 3db8489..0000000
Binary files a/ViperIRS/MaxxAudio Pro 128K MP3 6.Movies w MaxxSpace.irs and /dev/null differ
diff --git a/ViperIRS/MaxxAudio Pro 128K MP3 7.Gaming.irs b/ViperIRS/MaxxAudio Pro 128K MP3 7.Gaming.irs
deleted file mode 100644
index 69022ea..0000000
Binary files a/ViperIRS/MaxxAudio Pro 128K MP3 7.Gaming.irs and /dev/null differ
diff --git a/ViperIRS/MaxxAudio Pro 128K MP3 8.Gaming w MaxxSpace.irs b/ViperIRS/MaxxAudio Pro 128K MP3 8.Gaming w MaxxSpace.irs
deleted file mode 100644
index 0c4b474..0000000
Binary files a/ViperIRS/MaxxAudio Pro 128K MP3 8.Gaming w MaxxSpace.irs and /dev/null differ
diff --git a/ViperIRS/MaxxAudio Pro Z128K MP3 9.MaxxSpace.irs b/ViperIRS/MaxxAudio Pro Z128K MP3 9.MaxxSpace.irs
deleted file mode 100644
index 39db917..0000000
Binary files a/ViperIRS/MaxxAudio Pro Z128K MP3 9.MaxxSpace.irs and /dev/null differ
diff --git a/ViperIRS/MaxxAudio Pro ZS128K MP3 9.MaxxSpace.irs b/ViperIRS/MaxxAudio Pro ZS128K MP3 9.MaxxSpace.irs
deleted file mode 100644
index 8354b46..0000000
Binary files a/ViperIRS/MaxxAudio Pro ZS128K MP3 9.MaxxSpace.irs and /dev/null differ
diff --git a/ViperIRS/Mega Subwoofer.irs b/ViperIRS/Mega Subwoofer.irs
deleted file mode 100644
index dbd316b..0000000
Binary files a/ViperIRS/Mega Subwoofer.irs and /dev/null differ
diff --git a/ViperIRS/MetalEQ.irs b/ViperIRS/MetalEQ.irs
deleted file mode 100644
index 7e1a21c..0000000
Binary files a/ViperIRS/MetalEQ.irs and /dev/null differ
diff --git a/ViperIRS/MetalPRO.irs b/ViperIRS/MetalPRO.irs
deleted file mode 100644
index 79cbeca..0000000
Binary files a/ViperIRS/MetalPRO.irs and /dev/null differ
diff --git a/ViperIRS/Mid-Range Booster.irs b/ViperIRS/Mid-Range Booster.irs
deleted file mode 100644
index 0da3dd2..0000000
Binary files a/ViperIRS/Mid-Range Booster.irs and /dev/null differ
diff --git a/ViperIRS/MidBOOM.irs b/ViperIRS/MidBOOM.irs
deleted file mode 100644
index 667f6ca..0000000
Binary files a/ViperIRS/MidBOOM.irs and /dev/null differ
diff --git a/ViperIRS/Mobo.irs b/ViperIRS/Mobo.irs
deleted file mode 100644
index 8ae57ac..0000000
Binary files a/ViperIRS/Mobo.irs and /dev/null differ
diff --git a/ViperIRS/Morphine.irs b/ViperIRS/Morphine.irs
deleted file mode 100644
index 5d4c545..0000000
Binary files a/ViperIRS/Morphine.irs and /dev/null differ
diff --git a/ViperIRS/Mountain Of The Light.irs b/ViperIRS/Mountain Of The Light.irs
deleted file mode 100644
index b1f6176..0000000
Binary files a/ViperIRS/Mountain Of The Light.irs and /dev/null differ
diff --git a/ViperIRS/Music Boom.irs b/ViperIRS/Music Boom.irs
deleted file mode 100644
index 43eefde..0000000
Binary files a/ViperIRS/Music Boom.irs and /dev/null differ
diff --git a/ViperIRS/Music Of The Gods.irs b/ViperIRS/Music Of The Gods.irs
deleted file mode 100644
index 347cdbf..0000000
Binary files a/ViperIRS/Music Of The Gods.irs and /dev/null differ
diff --git a/ViperIRS/MusicLive.irs b/ViperIRS/MusicLive.irs
deleted file mode 100644
index 5c09432..0000000
Binary files a/ViperIRS/MusicLive.irs and /dev/null differ
diff --git a/ViperIRS/Musical Elixir.irs b/ViperIRS/Musical Elixir.irs
deleted file mode 100644
index 870c90c..0000000
Binary files a/ViperIRS/Musical Elixir.irs and /dev/null differ
diff --git a/ViperIRS/Musical Venom.irs b/ViperIRS/Musical Venom.irs
deleted file mode 100644
index e883b04..0000000
Binary files a/ViperIRS/Musical Venom.irs and /dev/null differ
diff --git a/ViperIRS/Natural Sound.irs b/ViperIRS/Natural Sound.irs
deleted file mode 100644
index a6c9134..0000000
Binary files a/ViperIRS/Natural Sound.irs and /dev/null differ
diff --git a/ViperIRS/No Cabinet.irs b/ViperIRS/No Cabinet.irs
deleted file mode 100644
index 9005236..0000000
Binary files a/ViperIRS/No Cabinet.irs and /dev/null differ
diff --git a/ViperIRS/Noise Extension.irs b/ViperIRS/Noise Extension.irs
deleted file mode 100644
index 3a4897b..0000000
Binary files a/ViperIRS/Noise Extension.irs and /dev/null differ
diff --git a/ViperIRS/OMG.irs b/ViperIRS/OMG.irs
deleted file mode 100644
index 084da6e..0000000
Binary files a/ViperIRS/OMG.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Brighter - 1.irs b/ViperIRS/OneKnob Brighter - 1.irs
deleted file mode 100644
index 8b57a33..0000000
Binary files a/ViperIRS/OneKnob Brighter - 1.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Brighter - 10.irs b/ViperIRS/OneKnob Brighter - 10.irs
deleted file mode 100644
index 1732f63..0000000
Binary files a/ViperIRS/OneKnob Brighter - 10.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Brighter - 2.irs b/ViperIRS/OneKnob Brighter - 2.irs
deleted file mode 100644
index b70c0b0..0000000
Binary files a/ViperIRS/OneKnob Brighter - 2.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Brighter - 3.irs b/ViperIRS/OneKnob Brighter - 3.irs
deleted file mode 100644
index 71bf4db..0000000
Binary files a/ViperIRS/OneKnob Brighter - 3.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Brighter - 4.irs b/ViperIRS/OneKnob Brighter - 4.irs
deleted file mode 100644
index f25bea1..0000000
Binary files a/ViperIRS/OneKnob Brighter - 4.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Brighter - 5.irs b/ViperIRS/OneKnob Brighter - 5.irs
deleted file mode 100644
index dd79dcd..0000000
Binary files a/ViperIRS/OneKnob Brighter - 5.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Brighter - 6.irs b/ViperIRS/OneKnob Brighter - 6.irs
deleted file mode 100644
index cf5ead3..0000000
Binary files a/ViperIRS/OneKnob Brighter - 6.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Brighter - 7.irs b/ViperIRS/OneKnob Brighter - 7.irs
deleted file mode 100644
index 8d5bf3a..0000000
Binary files a/ViperIRS/OneKnob Brighter - 7.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Brighter - 8.irs b/ViperIRS/OneKnob Brighter - 8.irs
deleted file mode 100644
index 0fd5023..0000000
Binary files a/ViperIRS/OneKnob Brighter - 8.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Brighter - 9.irs b/ViperIRS/OneKnob Brighter - 9.irs
deleted file mode 100644
index 6856180..0000000
Binary files a/ViperIRS/OneKnob Brighter - 9.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Driver - 1.irs b/ViperIRS/OneKnob Driver - 1.irs
deleted file mode 100644
index d08d210..0000000
Binary files a/ViperIRS/OneKnob Driver - 1.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Driver - 10.irs b/ViperIRS/OneKnob Driver - 10.irs
deleted file mode 100644
index 2e409b7..0000000
Binary files a/ViperIRS/OneKnob Driver - 10.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Driver - 2.irs b/ViperIRS/OneKnob Driver - 2.irs
deleted file mode 100644
index da67134..0000000
Binary files a/ViperIRS/OneKnob Driver - 2.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Driver - 3.irs b/ViperIRS/OneKnob Driver - 3.irs
deleted file mode 100644
index 98b1636..0000000
Binary files a/ViperIRS/OneKnob Driver - 3.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Driver - 4.irs b/ViperIRS/OneKnob Driver - 4.irs
deleted file mode 100644
index e88f7c5..0000000
Binary files a/ViperIRS/OneKnob Driver - 4.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Driver - 5.irs b/ViperIRS/OneKnob Driver - 5.irs
deleted file mode 100644
index 2f2c0cd..0000000
Binary files a/ViperIRS/OneKnob Driver - 5.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Driver - 6.irs b/ViperIRS/OneKnob Driver - 6.irs
deleted file mode 100644
index f355f40..0000000
Binary files a/ViperIRS/OneKnob Driver - 6.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Driver - 7.irs b/ViperIRS/OneKnob Driver - 7.irs
deleted file mode 100644
index 7137fca..0000000
Binary files a/ViperIRS/OneKnob Driver - 7.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Driver - 8.irs b/ViperIRS/OneKnob Driver - 8.irs
deleted file mode 100644
index a9a2953..0000000
Binary files a/ViperIRS/OneKnob Driver - 8.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Driver - 9.irs b/ViperIRS/OneKnob Driver - 9.irs
deleted file mode 100644
index d650546..0000000
Binary files a/ViperIRS/OneKnob Driver - 9.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Filter - 1.irs b/ViperIRS/OneKnob Filter - 1.irs
deleted file mode 100644
index d586831..0000000
Binary files a/ViperIRS/OneKnob Filter - 1.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Filter - 10.irs b/ViperIRS/OneKnob Filter - 10.irs
deleted file mode 100644
index 84a3f66..0000000
Binary files a/ViperIRS/OneKnob Filter - 10.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Filter - 2.irs b/ViperIRS/OneKnob Filter - 2.irs
deleted file mode 100644
index 271732d..0000000
Binary files a/ViperIRS/OneKnob Filter - 2.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Filter - 3.irs b/ViperIRS/OneKnob Filter - 3.irs
deleted file mode 100644
index f298aa9..0000000
Binary files a/ViperIRS/OneKnob Filter - 3.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Filter - 4.irs b/ViperIRS/OneKnob Filter - 4.irs
deleted file mode 100644
index 5616779..0000000
Binary files a/ViperIRS/OneKnob Filter - 4.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Filter - 5.irs b/ViperIRS/OneKnob Filter - 5.irs
deleted file mode 100644
index c1b426f..0000000
Binary files a/ViperIRS/OneKnob Filter - 5.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Filter - 6.irs b/ViperIRS/OneKnob Filter - 6.irs
deleted file mode 100644
index 1d8aa2e..0000000
Binary files a/ViperIRS/OneKnob Filter - 6.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Filter - 7.irs b/ViperIRS/OneKnob Filter - 7.irs
deleted file mode 100644
index cb6cec6..0000000
Binary files a/ViperIRS/OneKnob Filter - 7.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Filter - 8.irs b/ViperIRS/OneKnob Filter - 8.irs
deleted file mode 100644
index 7dbbad4..0000000
Binary files a/ViperIRS/OneKnob Filter - 8.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Filter - 9.irs b/ViperIRS/OneKnob Filter - 9.irs
deleted file mode 100644
index b4497bb..0000000
Binary files a/ViperIRS/OneKnob Filter - 9.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Louder - 1.irs b/ViperIRS/OneKnob Louder - 1.irs
deleted file mode 100644
index b17d1eb..0000000
Binary files a/ViperIRS/OneKnob Louder - 1.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Louder - 10.irs b/ViperIRS/OneKnob Louder - 10.irs
deleted file mode 100644
index a966e61..0000000
Binary files a/ViperIRS/OneKnob Louder - 10.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Louder - 2.irs b/ViperIRS/OneKnob Louder - 2.irs
deleted file mode 100644
index 4c7e213..0000000
Binary files a/ViperIRS/OneKnob Louder - 2.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Louder - 3.irs b/ViperIRS/OneKnob Louder - 3.irs
deleted file mode 100644
index 561a5ff..0000000
Binary files a/ViperIRS/OneKnob Louder - 3.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Louder - 4.irs b/ViperIRS/OneKnob Louder - 4.irs
deleted file mode 100644
index 8f3eaea..0000000
Binary files a/ViperIRS/OneKnob Louder - 4.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Louder - 5.irs b/ViperIRS/OneKnob Louder - 5.irs
deleted file mode 100644
index aaf133f..0000000
Binary files a/ViperIRS/OneKnob Louder - 5.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Louder - 6.irs b/ViperIRS/OneKnob Louder - 6.irs
deleted file mode 100644
index 01a2766..0000000
Binary files a/ViperIRS/OneKnob Louder - 6.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Louder - 7.irs b/ViperIRS/OneKnob Louder - 7.irs
deleted file mode 100644
index 1f6faae..0000000
Binary files a/ViperIRS/OneKnob Louder - 7.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Louder - 8.irs b/ViperIRS/OneKnob Louder - 8.irs
deleted file mode 100644
index 2faf57d..0000000
Binary files a/ViperIRS/OneKnob Louder - 8.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Louder - 9.irs b/ViperIRS/OneKnob Louder - 9.irs
deleted file mode 100644
index c6f81c9..0000000
Binary files a/ViperIRS/OneKnob Louder - 9.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Phatter - 1.irs b/ViperIRS/OneKnob Phatter - 1.irs
deleted file mode 100644
index 7b27d4a..0000000
Binary files a/ViperIRS/OneKnob Phatter - 1.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Phatter - 10.irs b/ViperIRS/OneKnob Phatter - 10.irs
deleted file mode 100644
index e62e057..0000000
Binary files a/ViperIRS/OneKnob Phatter - 10.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Phatter - 2.irs b/ViperIRS/OneKnob Phatter - 2.irs
deleted file mode 100644
index cf99340..0000000
Binary files a/ViperIRS/OneKnob Phatter - 2.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Phatter - 3.irs b/ViperIRS/OneKnob Phatter - 3.irs
deleted file mode 100644
index 922bc14..0000000
Binary files a/ViperIRS/OneKnob Phatter - 3.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Phatter - 4.irs b/ViperIRS/OneKnob Phatter - 4.irs
deleted file mode 100644
index 8ba962e..0000000
Binary files a/ViperIRS/OneKnob Phatter - 4.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Phatter - 5.irs b/ViperIRS/OneKnob Phatter - 5.irs
deleted file mode 100644
index bfb66c5..0000000
Binary files a/ViperIRS/OneKnob Phatter - 5.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Phatter - 6.irs b/ViperIRS/OneKnob Phatter - 6.irs
deleted file mode 100644
index e8e6b1b..0000000
Binary files a/ViperIRS/OneKnob Phatter - 6.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Phatter - 7.irs b/ViperIRS/OneKnob Phatter - 7.irs
deleted file mode 100644
index 18b0078..0000000
Binary files a/ViperIRS/OneKnob Phatter - 7.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Phatter - 8.irs b/ViperIRS/OneKnob Phatter - 8.irs
deleted file mode 100644
index f26d828..0000000
Binary files a/ViperIRS/OneKnob Phatter - 8.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Phatter - 9.irs b/ViperIRS/OneKnob Phatter - 9.irs
deleted file mode 100644
index 698ca53..0000000
Binary files a/ViperIRS/OneKnob Phatter - 9.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Pressure - 1.irs b/ViperIRS/OneKnob Pressure - 1.irs
deleted file mode 100644
index 4edc91b..0000000
Binary files a/ViperIRS/OneKnob Pressure - 1.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Pressure - 10.irs b/ViperIRS/OneKnob Pressure - 10.irs
deleted file mode 100644
index 7c957fc..0000000
Binary files a/ViperIRS/OneKnob Pressure - 10.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Pressure - 2.irs b/ViperIRS/OneKnob Pressure - 2.irs
deleted file mode 100644
index e119aa9..0000000
Binary files a/ViperIRS/OneKnob Pressure - 2.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Pressure - 3.irs b/ViperIRS/OneKnob Pressure - 3.irs
deleted file mode 100644
index dff725d..0000000
Binary files a/ViperIRS/OneKnob Pressure - 3.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Pressure - 4.irs b/ViperIRS/OneKnob Pressure - 4.irs
deleted file mode 100644
index 4f8a119..0000000
Binary files a/ViperIRS/OneKnob Pressure - 4.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Pressure - 5.irs b/ViperIRS/OneKnob Pressure - 5.irs
deleted file mode 100644
index 912ce8a..0000000
Binary files a/ViperIRS/OneKnob Pressure - 5.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Pressure - 6.irs b/ViperIRS/OneKnob Pressure - 6.irs
deleted file mode 100644
index fc0fec9..0000000
Binary files a/ViperIRS/OneKnob Pressure - 6.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Pressure - 7.irs b/ViperIRS/OneKnob Pressure - 7.irs
deleted file mode 100644
index 5f70b20..0000000
Binary files a/ViperIRS/OneKnob Pressure - 7.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Pressure - 8.irs b/ViperIRS/OneKnob Pressure - 8.irs
deleted file mode 100644
index 40506cd..0000000
Binary files a/ViperIRS/OneKnob Pressure - 8.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Pressure - 9.irs b/ViperIRS/OneKnob Pressure - 9.irs
deleted file mode 100644
index e4753fd..0000000
Binary files a/ViperIRS/OneKnob Pressure - 9.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Wetter - 1.irs b/ViperIRS/OneKnob Wetter - 1.irs
deleted file mode 100644
index 98f38c0..0000000
Binary files a/ViperIRS/OneKnob Wetter - 1.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Wetter - 10.irs b/ViperIRS/OneKnob Wetter - 10.irs
deleted file mode 100644
index a226759..0000000
Binary files a/ViperIRS/OneKnob Wetter - 10.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Wetter - 2.irs b/ViperIRS/OneKnob Wetter - 2.irs
deleted file mode 100644
index 69a37fc..0000000
Binary files a/ViperIRS/OneKnob Wetter - 2.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Wetter - 3.irs b/ViperIRS/OneKnob Wetter - 3.irs
deleted file mode 100644
index 7922f32..0000000
Binary files a/ViperIRS/OneKnob Wetter - 3.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Wetter - 4.irs b/ViperIRS/OneKnob Wetter - 4.irs
deleted file mode 100644
index afcb03f..0000000
Binary files a/ViperIRS/OneKnob Wetter - 4.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Wetter - 5.irs b/ViperIRS/OneKnob Wetter - 5.irs
deleted file mode 100644
index fa184cb..0000000
Binary files a/ViperIRS/OneKnob Wetter - 5.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Wetter - 6.irs b/ViperIRS/OneKnob Wetter - 6.irs
deleted file mode 100644
index c4b9f01..0000000
Binary files a/ViperIRS/OneKnob Wetter - 6.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Wetter - 7.irs b/ViperIRS/OneKnob Wetter - 7.irs
deleted file mode 100644
index 5252e38..0000000
Binary files a/ViperIRS/OneKnob Wetter - 7.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Wetter - 8.irs b/ViperIRS/OneKnob Wetter - 8.irs
deleted file mode 100644
index bf6cbca..0000000
Binary files a/ViperIRS/OneKnob Wetter - 8.irs and /dev/null differ
diff --git a/ViperIRS/OneKnob Wetter - 9.irs b/ViperIRS/OneKnob Wetter - 9.irs
deleted file mode 100644
index 9159b7c..0000000
Binary files a/ViperIRS/OneKnob Wetter - 9.irs and /dev/null differ
diff --git a/ViperIRS/Optimus.irs b/ViperIRS/Optimus.irs
deleted file mode 100644
index 98ccc42..0000000
Binary files a/ViperIRS/Optimus.irs and /dev/null differ
diff --git a/ViperIRS/Orchestra.irs b/ViperIRS/Orchestra.irs
deleted file mode 100644
index d9d4855..0000000
Binary files a/ViperIRS/Orchestra.irs and /dev/null differ
diff --git a/ViperIRS/Oxy.irs b/ViperIRS/Oxy.irs
deleted file mode 100644
index 34a280a..0000000
Binary files a/ViperIRS/Oxy.irs and /dev/null differ
diff --git a/ViperIRS/Oxycontin.irs b/ViperIRS/Oxycontin.irs
deleted file mode 100644
index d78a556..0000000
Binary files a/ViperIRS/Oxycontin.irs and /dev/null differ
diff --git a/ViperIRS/Passive Noise Control (Left Invert).irs b/ViperIRS/Passive Noise Control (Left Invert).irs
deleted file mode 100644
index e8e4a3c..0000000
Binary files a/ViperIRS/Passive Noise Control (Left Invert).irs and /dev/null differ
diff --git a/ViperIRS/Passive Noise Control (Right Invert).irs b/ViperIRS/Passive Noise Control (Right Invert).irs
deleted file mode 100644
index fdc92db..0000000
Binary files a/ViperIRS/Passive Noise Control (Right Invert).irs and /dev/null differ
diff --git a/ViperIRS/Paul-stereo.irs b/ViperIRS/Paul-stereo.irs
deleted file mode 100644
index e33195e..0000000
Binary files a/ViperIRS/Paul-stereo.irs and /dev/null differ
diff --git a/ViperIRS/Percocet.irs b/ViperIRS/Percocet.irs
deleted file mode 100644
index f8f3e21..0000000
Binary files a/ViperIRS/Percocet.irs and /dev/null differ
diff --git a/ViperIRS/Phantom Room - Live.irs b/ViperIRS/Phantom Room - Live.irs
deleted file mode 100644
index 89ae8ea..0000000
Binary files a/ViperIRS/Phantom Room - Live.irs and /dev/null differ
diff --git a/ViperIRS/Phantom Room - Studio.irs b/ViperIRS/Phantom Room - Studio.irs
deleted file mode 100644
index 284d7cd..0000000
Binary files a/ViperIRS/Phantom Room - Studio.irs and /dev/null differ
diff --git a/ViperIRS/Phantom Room - Theater.irs b/ViperIRS/Phantom Room - Theater.irs
deleted file mode 100644
index 3ce5622..0000000
Binary files a/ViperIRS/Phantom Room - Theater.irs and /dev/null differ
diff --git a/ViperIRS/Phase Maximizer - Mode 1.irs b/ViperIRS/Phase Maximizer - Mode 1.irs
deleted file mode 100644
index da6d7b5..0000000
Binary files a/ViperIRS/Phase Maximizer - Mode 1.irs and /dev/null differ
diff --git a/ViperIRS/Phase Maximizer - Mode 2.irs b/ViperIRS/Phase Maximizer - Mode 2.irs
deleted file mode 100644
index 02dab96..0000000
Binary files a/ViperIRS/Phase Maximizer - Mode 2.irs and /dev/null differ
diff --git a/ViperIRS/Playback Enhancer (P1) - Built-In.irs b/ViperIRS/Playback Enhancer (P1) - Built-In.irs
deleted file mode 100644
index 1aa1ba5..0000000
Binary files a/ViperIRS/Playback Enhancer (P1) - Built-In.irs and /dev/null differ
diff --git a/ViperIRS/Playback Enhancer (P1) - Headphones.irs b/ViperIRS/Playback Enhancer (P1) - Headphones.irs
deleted file mode 100644
index 282de4f..0000000
Binary files a/ViperIRS/Playback Enhancer (P1) - Headphones.irs and /dev/null differ
diff --git a/ViperIRS/Playback Enhancer (P1) - Speakers.irs b/ViperIRS/Playback Enhancer (P1) - Speakers.irs
deleted file mode 100644
index 7fc3aed..0000000
Binary files a/ViperIRS/Playback Enhancer (P1) - Speakers.irs and /dev/null differ
diff --git a/ViperIRS/Pod 2X12.irs b/ViperIRS/Pod 2X12.irs
deleted file mode 100644
index 6cbf4fc..0000000
Binary files a/ViperIRS/Pod 2X12.irs and /dev/null differ
diff --git a/ViperIRS/Pod 4x10.irs b/ViperIRS/Pod 4x10.irs
deleted file mode 100644
index 9da7833..0000000
Binary files a/ViperIRS/Pod 4x10.irs and /dev/null differ
diff --git a/ViperIRS/PopEQ.irs b/ViperIRS/PopEQ.irs
deleted file mode 100644
index 4f448d9..0000000
Binary files a/ViperIRS/PopEQ.irs and /dev/null differ
diff --git a/ViperIRS/Primal Beats.irs b/ViperIRS/Primal Beats.irs
deleted file mode 100644
index 75bdeb0..0000000
Binary files a/ViperIRS/Primal Beats.irs and /dev/null differ
diff --git a/ViperIRS/Prosperity.irs b/ViperIRS/Prosperity.irs
deleted file mode 100644
index 4d971e0..0000000
Binary files a/ViperIRS/Prosperity.irs and /dev/null differ
diff --git a/ViperIRS/Pure Clarity.irs b/ViperIRS/Pure Clarity.irs
deleted file mode 100644
index d6c5d2d..0000000
Binary files a/ViperIRS/Pure Clarity.irs and /dev/null differ
diff --git a/ViperIRS/SBX Pro Studio (SBX Bass + SBX Crystalizer + SBX Dialog Plus).irs b/ViperIRS/SBX Pro Studio (SBX Bass + SBX Crystalizer + SBX Dialog Plus).irs
deleted file mode 100644
index e4b1173..0000000
Binary files a/ViperIRS/SBX Pro Studio (SBX Bass + SBX Crystalizer + SBX Dialog Plus).irs and /dev/null differ
diff --git a/ViperIRS/SPL Charisma Impulse Hard.irs b/ViperIRS/SPL Charisma Impulse Hard.irs
deleted file mode 100644
index a1630e9..0000000
Binary files a/ViperIRS/SPL Charisma Impulse Hard.irs and /dev/null differ
diff --git a/ViperIRS/SPL Charisma Impulse Soft.irs b/ViperIRS/SPL Charisma Impulse Soft.irs
deleted file mode 100644
index 039100c..0000000
Binary files a/ViperIRS/SPL Charisma Impulse Soft.irs and /dev/null differ
diff --git a/ViperIRS/SPL GoldMike Impulse Flair.irs b/ViperIRS/SPL GoldMike Impulse Flair.irs
deleted file mode 100644
index e32b9eb..0000000
Binary files a/ViperIRS/SPL GoldMike Impulse Flair.irs and /dev/null differ
diff --git a/ViperIRS/SPL GoldMike Impulse.irs b/ViperIRS/SPL GoldMike Impulse.irs
deleted file mode 100644
index 8e50eec..0000000
Binary files a/ViperIRS/SPL GoldMike Impulse.irs and /dev/null differ
diff --git a/ViperIRS/SPL TubeVitalizer Impulse Soft 2xLCFilter.irs b/ViperIRS/SPL TubeVitalizer Impulse Soft 2xLCFilter.irs
deleted file mode 100644
index d39409c..0000000
Binary files a/ViperIRS/SPL TubeVitalizer Impulse Soft 2xLCFilter.irs and /dev/null differ
diff --git a/ViperIRS/SPL TubeVitalizer Impulse Soft High LCFilter.irs b/ViperIRS/SPL TubeVitalizer Impulse Soft High LCFilter.irs
deleted file mode 100644
index 765faac..0000000
Binary files a/ViperIRS/SPL TubeVitalizer Impulse Soft High LCFilter.irs and /dev/null differ
diff --git a/ViperIRS/SPL TubeVitalizer Impulse Tight 2xLCFilter.irs b/ViperIRS/SPL TubeVitalizer Impulse Tight 2xLCFilter.irs
deleted file mode 100644
index 589e002..0000000
Binary files a/ViperIRS/SPL TubeVitalizer Impulse Tight 2xLCFilter.irs and /dev/null differ
diff --git a/ViperIRS/SPL TubeVitalizer Impulse Tight BassLCFilter.irs b/ViperIRS/SPL TubeVitalizer Impulse Tight BassLCFilter.irs
deleted file mode 100644
index 81b4692..0000000
Binary files a/ViperIRS/SPL TubeVitalizer Impulse Tight BassLCFilter.irs and /dev/null differ
diff --git a/ViperIRS/SPL TubeVitalizer Impulse Tight High LCFilter.irs b/ViperIRS/SPL TubeVitalizer Impulse Tight High LCFilter.irs
deleted file mode 100644
index 7089191..0000000
Binary files a/ViperIRS/SPL TubeVitalizer Impulse Tight High LCFilter.irs and /dev/null differ
diff --git a/ViperIRS/SRS 1 1 Normal stereo.irs b/ViperIRS/SRS 1 1 Normal stereo.irs
deleted file mode 100644
index f5f8273..0000000
Binary files a/ViperIRS/SRS 1 1 Normal stereo.irs and /dev/null differ
diff --git a/ViperIRS/SRS 1 2 InDaClub Bass stereo.irs b/ViperIRS/SRS 1 2 InDaClub Bass stereo.irs
deleted file mode 100644
index 3586ca7..0000000
Binary files a/ViperIRS/SRS 1 2 InDaClub Bass stereo.irs and /dev/null differ
diff --git a/ViperIRS/SRS 2 1 Normal headphone.irs b/ViperIRS/SRS 2 1 Normal headphone.irs
deleted file mode 100644
index d499d30..0000000
Binary files a/ViperIRS/SRS 2 1 Normal headphone.irs and /dev/null differ
diff --git a/ViperIRS/SRS 2 2 InDaClub Bass headphone.irs b/ViperIRS/SRS 2 2 InDaClub Bass headphone.irs
deleted file mode 100644
index 3ba65c5..0000000
Binary files a/ViperIRS/SRS 2 2 InDaClub Bass headphone.irs and /dev/null differ
diff --git a/ViperIRS/SRS Audio (Extreme TruBass).irs b/ViperIRS/SRS Audio (Extreme TruBass).irs
deleted file mode 100644
index 13dfb4f..0000000
Binary files a/ViperIRS/SRS Audio (Extreme TruBass).irs and /dev/null differ
diff --git a/ViperIRS/SRS Audio HD (TruBass 50 + Dialog Clarity 50 + GEQ Acoustic).irs b/ViperIRS/SRS Audio HD (TruBass 50 + Dialog Clarity 50 + GEQ Acoustic).irs
deleted file mode 100644
index 19494ec..0000000
Binary files a/ViperIRS/SRS Audio HD (TruBass 50 + Dialog Clarity 50 + GEQ Acoustic).irs and /dev/null differ
diff --git a/ViperIRS/SRS TruBass DialogClarity GEQAcoustic 1.irs b/ViperIRS/SRS TruBass DialogClarity GEQAcoustic 1.irs
deleted file mode 100644
index cfed74b..0000000
Binary files a/ViperIRS/SRS TruBass DialogClarity GEQAcoustic 1.irs and /dev/null differ
diff --git a/ViperIRS/Salvation.irs b/ViperIRS/Salvation.irs
deleted file mode 100644
index 6ff6a59..0000000
Binary files a/ViperIRS/Salvation.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive 128K MP3 01.Classic.irs b/ViperIRS/Samsung SoundAlive 128K MP3 01.Classic.irs
deleted file mode 100644
index d8f9122..0000000
Binary files a/ViperIRS/Samsung SoundAlive 128K MP3 01.Classic.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive 128K MP3 02.Rock.irs b/ViperIRS/Samsung SoundAlive 128K MP3 02.Rock.irs
deleted file mode 100644
index 7d3ab33..0000000
Binary files a/ViperIRS/Samsung SoundAlive 128K MP3 02.Rock.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive 128K MP3 03.Pop.irs b/ViperIRS/Samsung SoundAlive 128K MP3 03.Pop.irs
deleted file mode 100644
index 4c31817..0000000
Binary files a/ViperIRS/Samsung SoundAlive 128K MP3 03.Pop.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive 128K MP3 04.Jazz.irs b/ViperIRS/Samsung SoundAlive 128K MP3 04.Jazz.irs
deleted file mode 100644
index 94ab66d..0000000
Binary files a/ViperIRS/Samsung SoundAlive 128K MP3 04.Jazz.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive 128K MP3 05.3D.irs b/ViperIRS/Samsung SoundAlive 128K MP3 05.3D.irs
deleted file mode 100644
index eb649e7..0000000
Binary files a/ViperIRS/Samsung SoundAlive 128K MP3 05.3D.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive 128K MP3 06.Bass.irs b/ViperIRS/Samsung SoundAlive 128K MP3 06.Bass.irs
deleted file mode 100644
index 5625bb3..0000000
Binary files a/ViperIRS/Samsung SoundAlive 128K MP3 06.Bass.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive 128K MP3 07.Clarity.irs b/ViperIRS/Samsung SoundAlive 128K MP3 07.Clarity.irs
deleted file mode 100644
index 60a76b0..0000000
Binary files a/ViperIRS/Samsung SoundAlive 128K MP3 07.Clarity.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive 128K MP3 08.3D+Bass.irs b/ViperIRS/Samsung SoundAlive 128K MP3 08.3D+Bass.irs
deleted file mode 100644
index 7cd893f..0000000
Binary files a/ViperIRS/Samsung SoundAlive 128K MP3 08.3D+Bass.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive 128K MP3 09.Bass+Clarity.irs b/ViperIRS/Samsung SoundAlive 128K MP3 09.Bass+Clarity.irs
deleted file mode 100644
index 1359f89..0000000
Binary files a/ViperIRS/Samsung SoundAlive 128K MP3 09.Bass+Clarity.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive 128K MP3 10.3D+Clarity.irs b/ViperIRS/Samsung SoundAlive 128K MP3 10.3D+Clarity.irs
deleted file mode 100644
index 24b73a0..0000000
Binary files a/ViperIRS/Samsung SoundAlive 128K MP3 10.3D+Clarity.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive 128K MP3 11.3D+Bass+Clarity.irs b/ViperIRS/Samsung SoundAlive 128K MP3 11.3D+Bass+Clarity.irs
deleted file mode 100644
index 1ba4078..0000000
Binary files a/ViperIRS/Samsung SoundAlive 128K MP3 11.3D+Bass+Clarity.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive 128K MP3 12.Tube Amp.irs b/ViperIRS/Samsung SoundAlive 128K MP3 12.Tube Amp.irs
deleted file mode 100644
index 3b07acc..0000000
Binary files a/ViperIRS/Samsung SoundAlive 128K MP3 12.Tube Amp.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive 128K MP3 13.Virtual 7.1 ch.irs b/ViperIRS/Samsung SoundAlive 128K MP3 13.Virtual 7.1 ch.irs
deleted file mode 100644
index 0989582..0000000
Binary files a/ViperIRS/Samsung SoundAlive 128K MP3 13.Virtual 7.1 ch.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive 128K MP3 14.Small Room.irs b/ViperIRS/Samsung SoundAlive 128K MP3 14.Small Room.irs
deleted file mode 100644
index f775516..0000000
Binary files a/ViperIRS/Samsung SoundAlive 128K MP3 14.Small Room.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive 128K MP3 15.Large Room.irs b/ViperIRS/Samsung SoundAlive 128K MP3 15.Large Room.irs
deleted file mode 100644
index 3edb504..0000000
Binary files a/ViperIRS/Samsung SoundAlive 128K MP3 15.Large Room.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive 128K MP3 16.Concert Hall.irs b/ViperIRS/Samsung SoundAlive 128K MP3 16.Concert Hall.irs
deleted file mode 100644
index e7cc472..0000000
Binary files a/ViperIRS/Samsung SoundAlive 128K MP3 16.Concert Hall.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive 3D Bass Clarity.irs b/ViperIRS/Samsung SoundAlive 3D Bass Clarity.irs
deleted file mode 100644
index aed2cf8..0000000
Binary files a/ViperIRS/Samsung SoundAlive 3D Bass Clarity.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive 3D Bass.irs b/ViperIRS/Samsung SoundAlive 3D Bass.irs
deleted file mode 100644
index 7a9d270..0000000
Binary files a/ViperIRS/Samsung SoundAlive 3D Bass.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive 3D Clarity.irs b/ViperIRS/Samsung SoundAlive 3D Clarity.irs
deleted file mode 100644
index d40d719..0000000
Binary files a/ViperIRS/Samsung SoundAlive 3D Clarity.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive 3D.irs b/ViperIRS/Samsung SoundAlive 3D.irs
deleted file mode 100644
index 7d07f0f..0000000
Binary files a/ViperIRS/Samsung SoundAlive 3D.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive Bass Clarity.irs b/ViperIRS/Samsung SoundAlive Bass Clarity.irs
deleted file mode 100644
index 801d6b8..0000000
Binary files a/ViperIRS/Samsung SoundAlive Bass Clarity.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive Bass.irs b/ViperIRS/Samsung SoundAlive Bass.irs
deleted file mode 100644
index adb23ca..0000000
Binary files a/ViperIRS/Samsung SoundAlive Bass.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive Clarity.irs b/ViperIRS/Samsung SoundAlive Clarity.irs
deleted file mode 100644
index 804e842..0000000
Binary files a/ViperIRS/Samsung SoundAlive Clarity.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive Classic.irs b/ViperIRS/Samsung SoundAlive Classic.irs
deleted file mode 100644
index 6c1b33e..0000000
Binary files a/ViperIRS/Samsung SoundAlive Classic.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive Concert Hall.irs b/ViperIRS/Samsung SoundAlive Concert Hall.irs
deleted file mode 100644
index ecd30be..0000000
Binary files a/ViperIRS/Samsung SoundAlive Concert Hall.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive Jazz.irs b/ViperIRS/Samsung SoundAlive Jazz.irs
deleted file mode 100644
index e40a02c..0000000
Binary files a/ViperIRS/Samsung SoundAlive Jazz.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive Large Room.irs b/ViperIRS/Samsung SoundAlive Large Room.irs
deleted file mode 100644
index c0672a6..0000000
Binary files a/ViperIRS/Samsung SoundAlive Large Room.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive Pop.irs b/ViperIRS/Samsung SoundAlive Pop.irs
deleted file mode 100644
index d03d42e..0000000
Binary files a/ViperIRS/Samsung SoundAlive Pop.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive Rock.irs b/ViperIRS/Samsung SoundAlive Rock.irs
deleted file mode 100644
index 30185ea..0000000
Binary files a/ViperIRS/Samsung SoundAlive Rock.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive Small Room.irs b/ViperIRS/Samsung SoundAlive Small Room.irs
deleted file mode 100644
index 7393f97..0000000
Binary files a/ViperIRS/Samsung SoundAlive Small Room.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive Tube Amp.irs b/ViperIRS/Samsung SoundAlive Tube Amp.irs
deleted file mode 100644
index db704f3..0000000
Binary files a/ViperIRS/Samsung SoundAlive Tube Amp.irs and /dev/null differ
diff --git a/ViperIRS/Samsung SoundAlive Virtual 7Ch.irs b/ViperIRS/Samsung SoundAlive Virtual 7Ch.irs
deleted file mode 100644
index 6aea5d5..0000000
Binary files a/ViperIRS/Samsung SoundAlive Virtual 7Ch.irs and /dev/null differ
diff --git a/ViperIRS/Saucy Diamond.irs b/ViperIRS/Saucy Diamond.irs
deleted file mode 100644
index 609e989..0000000
Binary files a/ViperIRS/Saucy Diamond.irs and /dev/null differ
diff --git a/ViperIRS/Sennheiser Momentum-export-48k 190916094706.irs b/ViperIRS/Sennheiser Momentum-export-48k 190916094706.irs
deleted file mode 100644
index 10cbfcd..0000000
Binary files a/ViperIRS/Sennheiser Momentum-export-48k 190916094706.irs and /dev/null differ
diff --git a/ViperIRS/Sinful Grooves.irs b/ViperIRS/Sinful Grooves.irs
deleted file mode 100644
index 61df82c..0000000
Binary files a/ViperIRS/Sinful Grooves.irs and /dev/null differ
diff --git a/ViperIRS/Small Drum Room.irs b/ViperIRS/Small Drum Room.irs
deleted file mode 100644
index f0eef84..0000000
Binary files a/ViperIRS/Small Drum Room.irs and /dev/null differ
diff --git a/ViperIRS/SonicHunter Speakers.irs b/ViperIRS/SonicHunter Speakers.irs
deleted file mode 100644
index 0fd21ff..0000000
Binary files a/ViperIRS/SonicHunter Speakers.irs and /dev/null differ
diff --git a/ViperIRS/SonicPhantom StudioMAX - Anything.irs b/ViperIRS/SonicPhantom StudioMAX - Anything.irs
deleted file mode 100644
index 6cd0647..0000000
Binary files a/ViperIRS/SonicPhantom StudioMAX - Anything.irs and /dev/null differ
diff --git a/ViperIRS/SonicPhantom StudioMAX - Gaming.irs b/ViperIRS/SonicPhantom StudioMAX - Gaming.irs
deleted file mode 100644
index 5410ab0..0000000
Binary files a/ViperIRS/SonicPhantom StudioMAX - Gaming.irs and /dev/null differ
diff --git a/ViperIRS/SonicPhantom StudioMAX - Listening.irs b/ViperIRS/SonicPhantom StudioMAX - Listening.irs
deleted file mode 100644
index aabd359..0000000
Binary files a/ViperIRS/SonicPhantom StudioMAX - Listening.irs and /dev/null differ
diff --git a/ViperIRS/SonicPhantom StudioMAX - Speaking.irs b/ViperIRS/SonicPhantom StudioMAX - Speaking.irs
deleted file mode 100644
index d86f5e6..0000000
Binary files a/ViperIRS/SonicPhantom StudioMAX - Speaking.irs and /dev/null differ
diff --git a/ViperIRS/SonicPhantom StudioMAX - Watching.irs b/ViperIRS/SonicPhantom StudioMAX - Watching.irs
deleted file mode 100644
index ae2aee2..0000000
Binary files a/ViperIRS/SonicPhantom StudioMAX - Watching.irs and /dev/null differ
diff --git a/ViperIRS/Sony C-Studio A.irs b/ViperIRS/Sony C-Studio A.irs
deleted file mode 100644
index 284ca7c..0000000
Binary files a/ViperIRS/Sony C-Studio A.irs and /dev/null differ
diff --git a/ViperIRS/Sony C-Studio B.irs b/ViperIRS/Sony C-Studio B.irs
deleted file mode 100644
index dca09dd..0000000
Binary files a/ViperIRS/Sony C-Studio B.irs and /dev/null differ
diff --git a/ViperIRS/Sony C-Studio C.irs b/ViperIRS/Sony C-Studio C.irs
deleted file mode 100644
index e88458f..0000000
Binary files a/ViperIRS/Sony C-Studio C.irs and /dev/null differ
diff --git a/ViperIRS/Sony Equ Hall.irs b/ViperIRS/Sony Equ Hall.irs
deleted file mode 100644
index 9926f33..0000000
Binary files a/ViperIRS/Sony Equ Hall.irs and /dev/null differ
diff --git a/ViperIRS/Sony Equ Live House.irs b/ViperIRS/Sony Equ Live House.irs
deleted file mode 100644
index 371a597..0000000
Binary files a/ViperIRS/Sony Equ Live House.irs and /dev/null differ
diff --git a/ViperIRS/Sony Equ Radio Sound.irs b/ViperIRS/Sony Equ Radio Sound.irs
deleted file mode 100644
index 2aaee86..0000000
Binary files a/ViperIRS/Sony Equ Radio Sound.irs and /dev/null differ
diff --git a/ViperIRS/Sony Equ Senhance.irs b/ViperIRS/Sony Equ Senhance.irs
deleted file mode 100644
index eced2e7..0000000
Binary files a/ViperIRS/Sony Equ Senhance.irs and /dev/null differ
diff --git a/ViperIRS/Sony Ericsson 128K MP3 1.Normal.irs b/ViperIRS/Sony Ericsson 128K MP3 1.Normal.irs
deleted file mode 100644
index 3c3f2de..0000000
Binary files a/ViperIRS/Sony Ericsson 128K MP3 1.Normal.irs and /dev/null differ
diff --git a/ViperIRS/Sony Ericsson 128K MP3 2.Bass.irs b/ViperIRS/Sony Ericsson 128K MP3 2.Bass.irs
deleted file mode 100644
index aba6c48..0000000
Binary files a/ViperIRS/Sony Ericsson 128K MP3 2.Bass.irs and /dev/null differ
diff --git a/ViperIRS/Sony Ericsson 128K MP3 3.Mega Bass.irs b/ViperIRS/Sony Ericsson 128K MP3 3.Mega Bass.irs
deleted file mode 100644
index cc657c1..0000000
Binary files a/ViperIRS/Sony Ericsson 128K MP3 3.Mega Bass.irs and /dev/null differ
diff --git a/ViperIRS/Sony Ericsson 128K MP3 4.Voice.irs b/ViperIRS/Sony Ericsson 128K MP3 4.Voice.irs
deleted file mode 100644
index 59349bc..0000000
Binary files a/ViperIRS/Sony Ericsson 128K MP3 4.Voice.irs and /dev/null differ
diff --git a/ViperIRS/Sony Ericsson 128K MP3 5.Treble boost.irs b/ViperIRS/Sony Ericsson 128K MP3 5.Treble boost.irs
deleted file mode 100644
index 8cb8894..0000000
Binary files a/ViperIRS/Sony Ericsson 128K MP3 5.Treble boost.irs and /dev/null differ
diff --git a/ViperIRS/Sony Walkman FX 403 Mega Bass + Tube.irs b/ViperIRS/Sony Walkman FX 403 Mega Bass + Tube.irs
deleted file mode 100644
index 2d43b5f..0000000
Binary files a/ViperIRS/Sony Walkman FX 403 Mega Bass + Tube.irs and /dev/null differ
diff --git a/ViperIRS/Sony Walkman FX 403 Mega Bass.irs b/ViperIRS/Sony Walkman FX 403 Mega Bass.irs
deleted file mode 100644
index 52ba592..0000000
Binary files a/ViperIRS/Sony Walkman FX 403 Mega Bass.irs and /dev/null differ
diff --git a/ViperIRS/Sony XPERIA S.Enhance EQ 1.Heavy.irs b/ViperIRS/Sony XPERIA S.Enhance EQ 1.Heavy.irs
deleted file mode 100644
index 5d298e6..0000000
Binary files a/ViperIRS/Sony XPERIA S.Enhance EQ 1.Heavy.irs and /dev/null differ
diff --git a/ViperIRS/Sony XPERIA S.Enhance EQ 2.Pop.irs b/ViperIRS/Sony XPERIA S.Enhance EQ 2.Pop.irs
deleted file mode 100644
index e7b080c..0000000
Binary files a/ViperIRS/Sony XPERIA S.Enhance EQ 2.Pop.irs and /dev/null differ
diff --git a/ViperIRS/Sony XPERIA S.Enhance EQ 3.Jazz.irs b/ViperIRS/Sony XPERIA S.Enhance EQ 3.Jazz.irs
deleted file mode 100644
index 178563e..0000000
Binary files a/ViperIRS/Sony XPERIA S.Enhance EQ 3.Jazz.irs and /dev/null differ
diff --git a/ViperIRS/Sony XPERIA S.Enhance EQ 4.Unique.irs b/ViperIRS/Sony XPERIA S.Enhance EQ 4.Unique.irs
deleted file mode 100644
index 9f462e2..0000000
Binary files a/ViperIRS/Sony XPERIA S.Enhance EQ 4.Unique.irs and /dev/null differ
diff --git a/ViperIRS/Sony XPERIA S.Enhance EQ 5.Soul.irs b/ViperIRS/Sony XPERIA S.Enhance EQ 5.Soul.irs
deleted file mode 100644
index 32c02b5..0000000
Binary files a/ViperIRS/Sony XPERIA S.Enhance EQ 5.Soul.irs and /dev/null differ
diff --git a/ViperIRS/Sony XPERIA S.Enhance EQ 6.Easy listening.irs b/ViperIRS/Sony XPERIA S.Enhance EQ 6.Easy listening.irs
deleted file mode 100644
index 3805c8a..0000000
Binary files a/ViperIRS/Sony XPERIA S.Enhance EQ 6.Easy listening.irs and /dev/null differ
diff --git a/ViperIRS/Sony XPERIA S.Enhance EQ 8.Treble boost.irs b/ViperIRS/Sony XPERIA S.Enhance EQ 8.Treble boost.irs
deleted file mode 100644
index 8bcc3f5..0000000
Binary files a/ViperIRS/Sony XPERIA S.Enhance EQ 8.Treble boost.irs and /dev/null differ
diff --git a/ViperIRS/Sony XPERIA S.Enhance Rev2 VPT 1.Studio.irs b/ViperIRS/Sony XPERIA S.Enhance Rev2 VPT 1.Studio.irs
deleted file mode 100644
index 063e8d7..0000000
Binary files a/ViperIRS/Sony XPERIA S.Enhance Rev2 VPT 1.Studio.irs and /dev/null differ
diff --git a/ViperIRS/Sony XPERIA S.Enhance Rev2 VPT 2.Club.irs b/ViperIRS/Sony XPERIA S.Enhance Rev2 VPT 2.Club.irs
deleted file mode 100644
index 2dd1026..0000000
Binary files a/ViperIRS/Sony XPERIA S.Enhance Rev2 VPT 2.Club.irs and /dev/null differ
diff --git a/ViperIRS/Sony XPERIA S.Enhance Rev2 VPT 3.Concert hall.irs b/ViperIRS/Sony XPERIA S.Enhance Rev2 VPT 3.Concert hall.irs
deleted file mode 100644
index ff7c28f..0000000
Binary files a/ViperIRS/Sony XPERIA S.Enhance Rev2 VPT 3.Concert hall.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia 128K MP3 Clear bass MAX.irs b/ViperIRS/Sony Xperia 128K MP3 Clear bass MAX.irs
deleted file mode 100644
index df8e910..0000000
Binary files a/ViperIRS/Sony Xperia 128K MP3 Clear bass MAX.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia 128K MP3 ClearAudio+.irs b/ViperIRS/Sony Xperia 128K MP3 ClearAudio+.irs
deleted file mode 100644
index cec81e0..0000000
Binary files a/ViperIRS/Sony Xperia 128K MP3 ClearAudio+.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia 128K MP3 EQ 1.Rock.irs b/ViperIRS/Sony Xperia 128K MP3 EQ 1.Rock.irs
deleted file mode 100644
index 8b199f8..0000000
Binary files a/ViperIRS/Sony Xperia 128K MP3 EQ 1.Rock.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia 128K MP3 EQ 2.Pop.irs b/ViperIRS/Sony Xperia 128K MP3 EQ 2.Pop.irs
deleted file mode 100644
index 3920cac..0000000
Binary files a/ViperIRS/Sony Xperia 128K MP3 EQ 2.Pop.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia 128K MP3 EQ 3.Jazz.irs b/ViperIRS/Sony Xperia 128K MP3 EQ 3.Jazz.irs
deleted file mode 100644
index 484bab6..0000000
Binary files a/ViperIRS/Sony Xperia 128K MP3 EQ 3.Jazz.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia 128K MP3 EQ 4.Unique.irs b/ViperIRS/Sony Xperia 128K MP3 EQ 4.Unique.irs
deleted file mode 100644
index cad8ba3..0000000
Binary files a/ViperIRS/Sony Xperia 128K MP3 EQ 4.Unique.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia 128K MP3 EQ 5.Soul.irs b/ViperIRS/Sony Xperia 128K MP3 EQ 5.Soul.irs
deleted file mode 100644
index facfb7e..0000000
Binary files a/ViperIRS/Sony Xperia 128K MP3 EQ 5.Soul.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia 128K MP3 EQ 6.Easy listening.irs b/ViperIRS/Sony Xperia 128K MP3 EQ 6.Easy listening.irs
deleted file mode 100644
index 8772652..0000000
Binary files a/ViperIRS/Sony Xperia 128K MP3 EQ 6.Easy listening.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia 128K MP3 EQ 7.Bass boost.irs b/ViperIRS/Sony Xperia 128K MP3 EQ 7.Bass boost.irs
deleted file mode 100644
index 47c581b..0000000
Binary files a/ViperIRS/Sony Xperia 128K MP3 EQ 7.Bass boost.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia 128K MP3 EQ 8.Treble boost.irs b/ViperIRS/Sony Xperia 128K MP3 EQ 8.Treble boost.irs
deleted file mode 100644
index 3f982c1..0000000
Binary files a/ViperIRS/Sony Xperia 128K MP3 EQ 8.Treble boost.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia 128K MP3 VPT 1.Studio.irs b/ViperIRS/Sony Xperia 128K MP3 VPT 1.Studio.irs
deleted file mode 100644
index 6c03051..0000000
Binary files a/ViperIRS/Sony Xperia 128K MP3 VPT 1.Studio.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia 128K MP3 VPT 2.Club.irs b/ViperIRS/Sony Xperia 128K MP3 VPT 2.Club.irs
deleted file mode 100644
index 37d3426..0000000
Binary files a/ViperIRS/Sony Xperia 128K MP3 VPT 2.Club.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia 128K MP3 VPT 3.Concert hall.irs b/ViperIRS/Sony Xperia 128K MP3 VPT 3.Concert hall.irs
deleted file mode 100644
index 77e2f74..0000000
Binary files a/ViperIRS/Sony Xperia 128K MP3 VPT 3.Concert hall.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia ClearAudio+.irs b/ViperIRS/Sony Xperia ClearAudio+.irs
deleted file mode 100644
index 63c776c..0000000
Binary files a/ViperIRS/Sony Xperia ClearAudio+.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia ClearAudio.irs b/ViperIRS/Sony Xperia ClearAudio.irs
deleted file mode 100644
index 735184f..0000000
Binary files a/ViperIRS/Sony Xperia ClearAudio.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia ClearBass.irs b/ViperIRS/Sony Xperia ClearBass.irs
deleted file mode 100644
index 2d31d36..0000000
Binary files a/ViperIRS/Sony Xperia ClearBass.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia EQ Bass Boost.irs b/ViperIRS/Sony Xperia EQ Bass Boost.irs
deleted file mode 100644
index 4733164..0000000
Binary files a/ViperIRS/Sony Xperia EQ Bass Boost.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia EQ Easy Listening.irs b/ViperIRS/Sony Xperia EQ Easy Listening.irs
deleted file mode 100644
index 087ee99..0000000
Binary files a/ViperIRS/Sony Xperia EQ Easy Listening.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia EQ Jazz.irs b/ViperIRS/Sony Xperia EQ Jazz.irs
deleted file mode 100644
index 506eb22..0000000
Binary files a/ViperIRS/Sony Xperia EQ Jazz.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia EQ Pop.irs b/ViperIRS/Sony Xperia EQ Pop.irs
deleted file mode 100644
index 244098b..0000000
Binary files a/ViperIRS/Sony Xperia EQ Pop.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia EQ Rock.irs b/ViperIRS/Sony Xperia EQ Rock.irs
deleted file mode 100644
index fe04841..0000000
Binary files a/ViperIRS/Sony Xperia EQ Rock.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia EQ Soul.irs b/ViperIRS/Sony Xperia EQ Soul.irs
deleted file mode 100644
index 9a5610a..0000000
Binary files a/ViperIRS/Sony Xperia EQ Soul.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia EQ Treble Boost.irs b/ViperIRS/Sony Xperia EQ Treble Boost.irs
deleted file mode 100644
index bc39b65..0000000
Binary files a/ViperIRS/Sony Xperia EQ Treble Boost.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia EQ Unique.irs b/ViperIRS/Sony Xperia EQ Unique.irs
deleted file mode 100644
index 8923a3e..0000000
Binary files a/ViperIRS/Sony Xperia EQ Unique.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia Rev2 ClearAudio+.irs b/ViperIRS/Sony Xperia Rev2 ClearAudio+.irs
deleted file mode 100644
index 05b0cb3..0000000
Binary files a/ViperIRS/Sony Xperia Rev2 ClearAudio+.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia Rev2 Clearbass.irs b/ViperIRS/Sony Xperia Rev2 Clearbass.irs
deleted file mode 100644
index a2c5756..0000000
Binary files a/ViperIRS/Sony Xperia Rev2 Clearbass.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia Rev2 EQ 7.Bass boost.irs b/ViperIRS/Sony Xperia Rev2 EQ 7.Bass boost.irs
deleted file mode 100644
index f519e05..0000000
Binary files a/ViperIRS/Sony Xperia Rev2 EQ 7.Bass boost.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia VPT 1.Studio.irs b/ViperIRS/Sony Xperia VPT 1.Studio.irs
deleted file mode 100644
index 447f899..0000000
Binary files a/ViperIRS/Sony Xperia VPT 1.Studio.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia VPT 2.Club.irs b/ViperIRS/Sony Xperia VPT 2.Club.irs
deleted file mode 100644
index 008d51e..0000000
Binary files a/ViperIRS/Sony Xperia VPT 2.Club.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia VPT 3.Concert Hall.irs b/ViperIRS/Sony Xperia VPT 3.Concert Hall.irs
deleted file mode 100644
index cf68716..0000000
Binary files a/ViperIRS/Sony Xperia VPT 3.Concert Hall.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia VPT Club.irs b/ViperIRS/Sony Xperia VPT Club.irs
deleted file mode 100644
index 4bcf26a..0000000
Binary files a/ViperIRS/Sony Xperia VPT Club.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia VPT Concert Hall.irs b/ViperIRS/Sony Xperia VPT Concert Hall.irs
deleted file mode 100644
index 412b9d2..0000000
Binary files a/ViperIRS/Sony Xperia VPT Concert Hall.irs and /dev/null differ
diff --git a/ViperIRS/Sony Xperia VPT Studio.irs b/ViperIRS/Sony Xperia VPT Studio.irs
deleted file mode 100644
index c024576..0000000
Binary files a/ViperIRS/Sony Xperia VPT Studio.irs and /dev/null differ
diff --git a/ViperIRS/Sony effects off.irs b/ViperIRS/Sony effects off.irs
deleted file mode 100644
index 8aa35f6..0000000
Binary files a/ViperIRS/Sony effects off.irs and /dev/null differ
diff --git a/ViperIRS/Soundstage Expander V2.irs b/ViperIRS/Soundstage Expander V2.irs
deleted file mode 100644
index 21d40dc..0000000
Binary files a/ViperIRS/Soundstage Expander V2.irs and /dev/null differ
diff --git a/ViperIRS/Soundstage Expander.irs b/ViperIRS/Soundstage Expander.irs
deleted file mode 100644
index f2dfbba..0000000
Binary files a/ViperIRS/Soundstage Expander.irs and /dev/null differ
diff --git a/ViperIRS/Special K.irs b/ViperIRS/Special K.irs
deleted file mode 100644
index 7e531ee..0000000
Binary files a/ViperIRS/Special K.irs and /dev/null differ
diff --git a/ViperIRS/Studer 1dB NoiseReduction.irs b/ViperIRS/Studer 1dB NoiseReduction.irs
deleted file mode 100644
index 51cba80..0000000
Binary files a/ViperIRS/Studer 1dB NoiseReduction.irs and /dev/null differ
diff --git a/ViperIRS/Studer 1dB.irs b/ViperIRS/Studer 1dB.irs
deleted file mode 100644
index a870fe1..0000000
Binary files a/ViperIRS/Studer 1dB.irs and /dev/null differ
diff --git a/ViperIRS/Studer 3dB NoiseReduction.irs b/ViperIRS/Studer 3dB NoiseReduction.irs
deleted file mode 100644
index 8219a77..0000000
Binary files a/ViperIRS/Studer 3dB NoiseReduction.irs and /dev/null differ
diff --git a/ViperIRS/Studer 3dB.irs b/ViperIRS/Studer 3dB.irs
deleted file mode 100644
index 377b1ef..0000000
Binary files a/ViperIRS/Studer 3dB.irs and /dev/null differ
diff --git a/ViperIRS/Studer 6dB NoiseReduction.irs b/ViperIRS/Studer 6dB NoiseReduction.irs
deleted file mode 100644
index 41b99cb..0000000
Binary files a/ViperIRS/Studer 6dB NoiseReduction.irs and /dev/null differ
diff --git a/ViperIRS/Studer 6dB.irs b/ViperIRS/Studer 6dB.irs
deleted file mode 100644
index 9a2df2d..0000000
Binary files a/ViperIRS/Studer 6dB.irs and /dev/null differ
diff --git a/ViperIRS/StuderA80RCHalfInch +1dB.irs b/ViperIRS/StuderA80RCHalfInch +1dB.irs
deleted file mode 100644
index dd8d28d..0000000
Binary files a/ViperIRS/StuderA80RCHalfInch +1dB.irs and /dev/null differ
diff --git a/ViperIRS/StuderA80RCHalfInch +3dB.irs b/ViperIRS/StuderA80RCHalfInch +3dB.irs
deleted file mode 100644
index 4de3682..0000000
Binary files a/ViperIRS/StuderA80RCHalfInch +3dB.irs and /dev/null differ
diff --git a/ViperIRS/StuderA80RCHalfInch +6dB.irs b/ViperIRS/StuderA80RCHalfInch +6dB.irs
deleted file mode 100644
index faecdde..0000000
Binary files a/ViperIRS/StuderA80RCHalfInch +6dB.irs and /dev/null differ
diff --git a/ViperIRS/StuderA80RCHalfInch 1dB NoiseReduction.irs b/ViperIRS/StuderA80RCHalfInch 1dB NoiseReduction.irs
deleted file mode 100644
index 36b271c..0000000
Binary files a/ViperIRS/StuderA80RCHalfInch 1dB NoiseReduction.irs and /dev/null differ
diff --git a/ViperIRS/StuderA80RCHalfInch 3dB NoiseReduction.irs b/ViperIRS/StuderA80RCHalfInch 3dB NoiseReduction.irs
deleted file mode 100644
index d24139c..0000000
Binary files a/ViperIRS/StuderA80RCHalfInch 3dB NoiseReduction.irs and /dev/null differ
diff --git a/ViperIRS/StuderA80RCHalfInch 6dB NoiseReduction.irs b/ViperIRS/StuderA80RCHalfInch 6dB NoiseReduction.irs
deleted file mode 100644
index e09d038..0000000
Binary files a/ViperIRS/StuderA80RCHalfInch 6dB NoiseReduction.irs and /dev/null differ
diff --git a/ViperIRS/Studio Sound.irs b/ViperIRS/Studio Sound.irs
deleted file mode 100644
index 8d4b0a4..0000000
Binary files a/ViperIRS/Studio Sound.irs and /dev/null differ
diff --git a/ViperIRS/StudioSonic.irs b/ViperIRS/StudioSonic.irs
deleted file mode 100644
index 8f26deb..0000000
Binary files a/ViperIRS/StudioSonic.irs and /dev/null differ
diff --git a/ViperIRS/SuperSound.irs b/ViperIRS/SuperSound.irs
deleted file mode 100644
index 4b0795f..0000000
Binary files a/ViperIRS/SuperSound.irs and /dev/null differ
diff --git a/ViperIRS/SuperiorBass+.irs b/ViperIRS/SuperiorBass+.irs
deleted file mode 100644
index 3cdd0fd..0000000
Binary files a/ViperIRS/SuperiorBass+.irs and /dev/null differ
diff --git a/ViperIRS/SuperiorBuiltIn+.irs b/ViperIRS/SuperiorBuiltIn+.irs
deleted file mode 100644
index 832480c..0000000
Binary files a/ViperIRS/SuperiorBuiltIn+.irs and /dev/null differ
diff --git a/ViperIRS/SuperiorClarity+.irs b/ViperIRS/SuperiorClarity+.irs
deleted file mode 100644
index f58f825..0000000
Binary files a/ViperIRS/SuperiorClarity+.irs and /dev/null differ
diff --git a/ViperIRS/SuperiorSpeakers+.irs b/ViperIRS/SuperiorSpeakers+.irs
deleted file mode 100644
index 5e658ca..0000000
Binary files a/ViperIRS/SuperiorSpeakers+.irs and /dev/null differ
diff --git a/ViperIRS/SuperiorVocals+.irs b/ViperIRS/SuperiorVocals+.irs
deleted file mode 100644
index 4bb6ed6..0000000
Binary files a/ViperIRS/SuperiorVocals+.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Ambience.irs b/ViperIRS/TC M5000 Ambience.irs
deleted file mode 100644
index 74880c0..0000000
Binary files a/ViperIRS/TC M5000 Ambience.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 At Home.irs b/ViperIRS/TC M5000 At Home.irs
deleted file mode 100644
index 0e856d5..0000000
Binary files a/ViperIRS/TC M5000 At Home.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Atmosphere.irs b/ViperIRS/TC M5000 Atmosphere.irs
deleted file mode 100644
index c2ef3b9..0000000
Binary files a/ViperIRS/TC M5000 Atmosphere.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 AutoPark.irs b/ViperIRS/TC M5000 AutoPark.irs
deleted file mode 100644
index 6350162..0000000
Binary files a/ViperIRS/TC M5000 AutoPark.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 BeatBox 1.irs b/ViperIRS/TC M5000 BeatBox 1.irs
deleted file mode 100644
index 70b77d4..0000000
Binary files a/ViperIRS/TC M5000 BeatBox 1.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 BeatBox 2.irs b/ViperIRS/TC M5000 BeatBox 2.irs
deleted file mode 100644
index d16184f..0000000
Binary files a/ViperIRS/TC M5000 BeatBox 2.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 BigBlue.irs b/ViperIRS/TC M5000 BigBlue.irs
deleted file mode 100644
index 7cd1471..0000000
Binary files a/ViperIRS/TC M5000 BigBlue.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 BigLead.irs b/ViperIRS/TC M5000 BigLead.irs
deleted file mode 100644
index 5ccf265..0000000
Binary files a/ViperIRS/TC M5000 BigLead.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Bright.irs b/ViperIRS/TC M5000 Bright.irs
deleted file mode 100644
index 8c8784c..0000000
Binary files a/ViperIRS/TC M5000 Bright.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Church 1.irs b/ViperIRS/TC M5000 Church 1.irs
deleted file mode 100644
index e7bf404..0000000
Binary files a/ViperIRS/TC M5000 Church 1.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Church 2.irs b/ViperIRS/TC M5000 Church 2.irs
deleted file mode 100644
index 9955df1..0000000
Binary files a/ViperIRS/TC M5000 Church 2.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Church 3.irs b/ViperIRS/TC M5000 Church 3.irs
deleted file mode 100644
index f3d04fb..0000000
Binary files a/ViperIRS/TC M5000 Church 3.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Closet 1.irs b/ViperIRS/TC M5000 Closet 1.irs
deleted file mode 100644
index 0da1aab..0000000
Binary files a/ViperIRS/TC M5000 Closet 1.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Closet 2.irs b/ViperIRS/TC M5000 Closet 2.irs
deleted file mode 100644
index c4942a3..0000000
Binary files a/ViperIRS/TC M5000 Closet 2.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Cold.irs b/ViperIRS/TC M5000 Cold.irs
deleted file mode 100644
index 90923bc..0000000
Binary files a/ViperIRS/TC M5000 Cold.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Concret 1.irs b/ViperIRS/TC M5000 Concret 1.irs
deleted file mode 100644
index 932b351..0000000
Binary files a/ViperIRS/TC M5000 Concret 1.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Concret 2.irs b/ViperIRS/TC M5000 Concret 2.irs
deleted file mode 100644
index dbe0fe0..0000000
Binary files a/ViperIRS/TC M5000 Concret 2.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 CoreRoom.irs b/ViperIRS/TC M5000 CoreRoom.irs
deleted file mode 100644
index 1761784..0000000
Binary files a/ViperIRS/TC M5000 CoreRoom.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Crisp.irs b/ViperIRS/TC M5000 Crisp.irs
deleted file mode 100644
index 7467e7f..0000000
Binary files a/ViperIRS/TC M5000 Crisp.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 DarkHall.irs b/ViperIRS/TC M5000 DarkHall.irs
deleted file mode 100644
index 0822b46..0000000
Binary files a/ViperIRS/TC M5000 DarkHall.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 DarkRoom.irs b/ViperIRS/TC M5000 DarkRoom.irs
deleted file mode 100644
index a022875..0000000
Binary files a/ViperIRS/TC M5000 DarkRoom.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Dense.irs b/ViperIRS/TC M5000 Dense.irs
deleted file mode 100644
index 1a681fe..0000000
Binary files a/ViperIRS/TC M5000 Dense.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 DrewRoom.irs b/ViperIRS/TC M5000 DrewRoom.irs
deleted file mode 100644
index 16c86bf..0000000
Binary files a/ViperIRS/TC M5000 DrewRoom.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 DryHouse.irs b/ViperIRS/TC M5000 DryHouse.irs
deleted file mode 100644
index 8622a2d..0000000
Binary files a/ViperIRS/TC M5000 DryHouse.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Egg Cups.irs b/ViperIRS/TC M5000 Egg Cups.irs
deleted file mode 100644
index eb4d2f8..0000000
Binary files a/ViperIRS/TC M5000 Egg Cups.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Festival.irs b/ViperIRS/TC M5000 Festival.irs
deleted file mode 100644
index 6a0bebf..0000000
Binary files a/ViperIRS/TC M5000 Festival.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 FlamBeat.irs b/ViperIRS/TC M5000 FlamBeat.irs
deleted file mode 100644
index bc0797c..0000000
Binary files a/ViperIRS/TC M5000 FlamBeat.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Fridge.irs b/ViperIRS/TC M5000 Fridge.irs
deleted file mode 100644
index 57e2dc0..0000000
Binary files a/ViperIRS/TC M5000 Fridge.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 GMHall.irs b/ViperIRS/TC M5000 GMHall.irs
deleted file mode 100644
index 8f2d1fd..0000000
Binary files a/ViperIRS/TC M5000 GMHall.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Garage.irs b/ViperIRS/TC M5000 Garage.irs
deleted file mode 100644
index 6a8f918..0000000
Binary files a/ViperIRS/TC M5000 Garage.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 GoldPit.irs b/ViperIRS/TC M5000 GoldPit.irs
deleted file mode 100644
index a6d118f..0000000
Binary files a/ViperIRS/TC M5000 GoldPit.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Goldfoil.irs b/ViperIRS/TC M5000 Goldfoil.irs
deleted file mode 100644
index a90085e..0000000
Binary files a/ViperIRS/TC M5000 Goldfoil.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Hall 1.irs b/ViperIRS/TC M5000 Hall 1.irs
deleted file mode 100644
index 9486499..0000000
Binary files a/ViperIRS/TC M5000 Hall 1.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Hall 2.irs b/ViperIRS/TC M5000 Hall 2.irs
deleted file mode 100644
index 49a0bee..0000000
Binary files a/ViperIRS/TC M5000 Hall 2.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 HardRoom.irs b/ViperIRS/TC M5000 HardRoom.irs
deleted file mode 100644
index 013f952..0000000
Binary files a/ViperIRS/TC M5000 HardRoom.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 HomeRoom.irs b/ViperIRS/TC M5000 HomeRoom.irs
deleted file mode 100644
index 7bedddc..0000000
Binary files a/ViperIRS/TC M5000 HomeRoom.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 InstRoom.irs b/ViperIRS/TC M5000 InstRoom.irs
deleted file mode 100644
index 17123f1..0000000
Binary files a/ViperIRS/TC M5000 InstRoom.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 KickVerb.irs b/ViperIRS/TC M5000 KickVerb.irs
deleted file mode 100644
index 26d2b67..0000000
Binary files a/ViperIRS/TC M5000 KickVerb.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 KitPig 1.irs b/ViperIRS/TC M5000 KitPig 1.irs
deleted file mode 100644
index 76e824a..0000000
Binary files a/ViperIRS/TC M5000 KitPig 1.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 KitPig 2.irs b/ViperIRS/TC M5000 KitPig 2.irs
deleted file mode 100644
index cf5b28e..0000000
Binary files a/ViperIRS/TC M5000 KitPig 2.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 LiveRoom.irs b/ViperIRS/TC M5000 LiveRoom.irs
deleted file mode 100644
index 97636a4..0000000
Binary files a/ViperIRS/TC M5000 LiveRoom.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Locker 1.irs b/ViperIRS/TC M5000 Locker 1.irs
deleted file mode 100644
index d88ab7c..0000000
Binary files a/ViperIRS/TC M5000 Locker 1.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Locker 2.irs b/ViperIRS/TC M5000 Locker 2.irs
deleted file mode 100644
index 9ea3b5f..0000000
Binary files a/ViperIRS/TC M5000 Locker 2.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 LongTube.irs b/ViperIRS/TC M5000 LongTube.irs
deleted file mode 100644
index e5a9170..0000000
Binary files a/ViperIRS/TC M5000 LongTube.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 ManInBox.irs b/ViperIRS/TC M5000 ManInBox.irs
deleted file mode 100644
index dfd1709..0000000
Binary files a/ViperIRS/TC M5000 ManInBox.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 MoneyBox.irs b/ViperIRS/TC M5000 MoneyBox.irs
deleted file mode 100644
index e5433f6..0000000
Binary files a/ViperIRS/TC M5000 MoneyBox.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 MultiTap.irs b/ViperIRS/TC M5000 MultiTap.irs
deleted file mode 100644
index 504eebf..0000000
Binary files a/ViperIRS/TC M5000 MultiTap.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 NewBooth.irs b/ViperIRS/TC M5000 NewBooth.irs
deleted file mode 100644
index 9f91355..0000000
Binary files a/ViperIRS/TC M5000 NewBooth.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 NextDoor.irs b/ViperIRS/TC M5000 NextDoor.irs
deleted file mode 100644
index 663b007..0000000
Binary files a/ViperIRS/TC M5000 NextDoor.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Nuclear.irs b/ViperIRS/TC M5000 Nuclear.irs
deleted file mode 100644
index 4c5499e..0000000
Binary files a/ViperIRS/TC M5000 Nuclear.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Overmuch.irs b/ViperIRS/TC M5000 Overmuch.irs
deleted file mode 100644
index 29f68fa..0000000
Binary files a/ViperIRS/TC M5000 Overmuch.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Perc.irs b/ViperIRS/TC M5000 Perc.irs
deleted file mode 100644
index b807743..0000000
Binary files a/ViperIRS/TC M5000 Perc.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 PercRoom.irs b/ViperIRS/TC M5000 PercRoom.irs
deleted file mode 100644
index 7f19a1b..0000000
Binary files a/ViperIRS/TC M5000 PercRoom.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 PercVerb.irs b/ViperIRS/TC M5000 PercVerb.irs
deleted file mode 100644
index 8390ee1..0000000
Binary files a/ViperIRS/TC M5000 PercVerb.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 PeterGun.irs b/ViperIRS/TC M5000 PeterGun.irs
deleted file mode 100644
index f1c7756..0000000
Binary files a/ViperIRS/TC M5000 PeterGun.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Rattle.irs b/ViperIRS/TC M5000 Rattle.irs
deleted file mode 100644
index 20e961f..0000000
Binary files a/ViperIRS/TC M5000 Rattle.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Reverse.irs b/ViperIRS/TC M5000 Reverse.irs
deleted file mode 100644
index f891a10..0000000
Binary files a/ViperIRS/TC M5000 Reverse.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 RichVerb.irs b/ViperIRS/TC M5000 RichVerb.irs
deleted file mode 100644
index 055d61e..0000000
Binary files a/ViperIRS/TC M5000 RichVerb.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Rumble.irs b/ViperIRS/TC M5000 Rumble.irs
deleted file mode 100644
index 6089d08..0000000
Binary files a/ViperIRS/TC M5000 Rumble.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 ShapeIt.irs b/ViperIRS/TC M5000 ShapeIt.irs
deleted file mode 100644
index cb32c94..0000000
Binary files a/ViperIRS/TC M5000 ShapeIt.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 ShortCut.irs b/ViperIRS/TC M5000 ShortCut.irs
deleted file mode 100644
index c86e637..0000000
Binary files a/ViperIRS/TC M5000 ShortCut.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 SlapHall.irs b/ViperIRS/TC M5000 SlapHall.irs
deleted file mode 100644
index 8e00874..0000000
Binary files a/ViperIRS/TC M5000 SlapHall.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 SlugBug.irs b/ViperIRS/TC M5000 SlugBug.irs
deleted file mode 100644
index 50235ff..0000000
Binary files a/ViperIRS/TC M5000 SlugBug.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 So Bad.irs b/ViperIRS/TC M5000 So Bad.irs
deleted file mode 100644
index bb8f9fa..0000000
Binary files a/ViperIRS/TC M5000 So Bad.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Soft 1.irs b/ViperIRS/TC M5000 Soft 1.irs
deleted file mode 100644
index 2fd2fcc..0000000
Binary files a/ViperIRS/TC M5000 Soft 1.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Soft 2.irs b/ViperIRS/TC M5000 Soft 2.irs
deleted file mode 100644
index 0d63a29..0000000
Binary files a/ViperIRS/TC M5000 Soft 2.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Stage 1.irs b/ViperIRS/TC M5000 Stage 1.irs
deleted file mode 100644
index 2bdfa73..0000000
Binary files a/ViperIRS/TC M5000 Stage 1.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Stage 2.irs b/ViperIRS/TC M5000 Stage 2.irs
deleted file mode 100644
index e555733..0000000
Binary files a/ViperIRS/TC M5000 Stage 2.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 SteelPit.irs b/ViperIRS/TC M5000 SteelPit.irs
deleted file mode 100644
index b4ba7e1..0000000
Binary files a/ViperIRS/TC M5000 SteelPit.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 StoneWal.irs b/ViperIRS/TC M5000 StoneWal.irs
deleted file mode 100644
index e4cb0dd..0000000
Binary files a/ViperIRS/TC M5000 StoneWal.irs and /dev/null differ
diff --git a/ViperIRS/TC M5000 Studio 1.irs b/ViperIRS/TC M5000 Studio 1.irs
deleted file mode 100644
index e69de29..0000000
diff --git a/ViperIRS/TRacks Classic EQ Mastering More Presence.irs b/ViperIRS/TRacks Classic EQ Mastering More Presence.irs
deleted file mode 100644
index 9756451..0000000
Binary files a/ViperIRS/TRacks Classic EQ Mastering More Presence.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Classic EQ Mastering More Vocal.irs b/ViperIRS/TRacks Classic EQ Mastering More Vocal.irs
deleted file mode 100644
index f6a5716..0000000
Binary files a/ViperIRS/TRacks Classic EQ Mastering More Vocal.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Classic EQ Mastering More Warmth.irs b/ViperIRS/TRacks Classic EQ Mastering More Warmth.irs
deleted file mode 100644
index 2133035..0000000
Binary files a/ViperIRS/TRacks Classic EQ Mastering More Warmth.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Classic EQ Mastering Old 7.5 Ips.irs b/ViperIRS/TRacks Classic EQ Mastering Old 7.5 Ips.irs
deleted file mode 100644
index 4963cb2..0000000
Binary files a/ViperIRS/TRacks Classic EQ Mastering Old 7.5 Ips.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Classic EQ Mastering Old Line Amp.irs b/ViperIRS/TRacks Classic EQ Mastering Old Line Amp.irs
deleted file mode 100644
index c8abf12..0000000
Binary files a/ViperIRS/TRacks Classic EQ Mastering Old Line Amp.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Classic EQ Mastering Over Biased 30Ips.irs b/ViperIRS/TRacks Classic EQ Mastering Over Biased 30Ips.irs
deleted file mode 100644
index 6730042..0000000
Binary files a/ViperIRS/TRacks Classic EQ Mastering Over Biased 30Ips.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Classic EQ Mastering Subtle Presence.irs b/ViperIRS/TRacks Classic EQ Mastering Subtle Presence.irs
deleted file mode 100644
index b093459..0000000
Binary files a/ViperIRS/TRacks Classic EQ Mastering Subtle Presence.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Classic EQ Mastering Subtle Warmth.irs b/ViperIRS/TRacks Classic EQ Mastering Subtle Warmth.irs
deleted file mode 100644
index b4cd6bf..0000000
Binary files a/ViperIRS/TRacks Classic EQ Mastering Subtle Warmth.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Classic EQ Mastering Sweeter 1.irs b/ViperIRS/TRacks Classic EQ Mastering Sweeter 1.irs
deleted file mode 100644
index 5e77933..0000000
Binary files a/ViperIRS/TRacks Classic EQ Mastering Sweeter 1.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Classic EQ Mastering Sweeter 2.irs b/ViperIRS/TRacks Classic EQ Mastering Sweeter 2.irs
deleted file mode 100644
index c9b9e81..0000000
Binary files a/ViperIRS/TRacks Classic EQ Mastering Sweeter 2.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Classic EQ Mastering Under Biased 30 Ips.irs b/ViperIRS/TRacks Classic EQ Mastering Under Biased 30 Ips.irs
deleted file mode 100644
index d898b0a..0000000
Binary files a/ViperIRS/TRacks Classic EQ Mastering Under Biased 30 Ips.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Classic EQ Mastering Very Old Line Amp.irs b/ViperIRS/TRacks Classic EQ Mastering Very Old Line Amp.irs
deleted file mode 100644
index 3760f92..0000000
Binary files a/ViperIRS/TRacks Classic EQ Mastering Very Old Line Amp.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Classic EQ Mastering Vintage Low End.irs b/ViperIRS/TRacks Classic EQ Mastering Vintage Low End.irs
deleted file mode 100644
index 14131a2..0000000
Binary files a/ViperIRS/TRacks Classic EQ Mastering Vintage Low End.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Classic EQ Mastering Well Adj 15Ips.irs b/ViperIRS/TRacks Classic EQ Mastering Well Adj 15Ips.irs
deleted file mode 100644
index ead0eee..0000000
Binary files a/ViperIRS/TRacks Classic EQ Mastering Well Adj 15Ips.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Classic EQ Mastering Well Adj 30Ips.irs b/ViperIRS/TRacks Classic EQ Mastering Well Adj 30Ips.irs
deleted file mode 100644
index acb0768..0000000
Binary files a/ViperIRS/TRacks Classic EQ Mastering Well Adj 30Ips.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Classic Fm Broadcast.irs b/ViperIRS/TRacks Classic Fm Broadcast.irs
deleted file mode 100644
index 3a5117a..0000000
Binary files a/ViperIRS/TRacks Classic Fm Broadcast.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Classic LoudClear.irs b/ViperIRS/TRacks Classic LoudClear.irs
deleted file mode 100644
index 64d0f85..0000000
Binary files a/ViperIRS/TRacks Classic LoudClear.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Classic Old Stuff.irs b/ViperIRS/TRacks Classic Old Stuff.irs
deleted file mode 100644
index b65a34f..0000000
Binary files a/ViperIRS/TRacks Classic Old Stuff.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Classic Regular 1.irs b/ViperIRS/TRacks Classic Regular 1.irs
deleted file mode 100644
index 2926a31..0000000
Binary files a/ViperIRS/TRacks Classic Regular 1.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Classic Regular 2.irs b/ViperIRS/TRacks Classic Regular 2.irs
deleted file mode 100644
index 45af1bc..0000000
Binary files a/ViperIRS/TRacks Classic Regular 2.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Classic Regular 3.irs b/ViperIRS/TRacks Classic Regular 3.irs
deleted file mode 100644
index 1951940..0000000
Binary files a/ViperIRS/TRacks Classic Regular 3.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Classic Solid Low End.irs b/ViperIRS/TRacks Classic Solid Low End.irs
deleted file mode 100644
index e716839..0000000
Binary files a/ViperIRS/TRacks Classic Solid Low End.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Classic Sparkle.irs b/ViperIRS/TRacks Classic Sparkle.irs
deleted file mode 100644
index 0a2876d..0000000
Binary files a/ViperIRS/TRacks Classic Sparkle.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Classic Vintage 1.irs b/ViperIRS/TRacks Classic Vintage 1.irs
deleted file mode 100644
index 7f03a08..0000000
Binary files a/ViperIRS/TRacks Classic Vintage 1.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Classic Vintage 2.irs b/ViperIRS/TRacks Classic Vintage 2.irs
deleted file mode 100644
index 1be10c9..0000000
Binary files a/ViperIRS/TRacks Classic Vintage 2.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Classic Warm Comp.irs b/ViperIRS/TRacks Classic Warm Comp.irs
deleted file mode 100644
index a5d618f..0000000
Binary files a/ViperIRS/TRacks Classic Warm Comp.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Classic Warm Tape Sat.irs b/ViperIRS/TRacks Classic Warm Tape Sat.irs
deleted file mode 100644
index 16f10f4..0000000
Binary files a/ViperIRS/TRacks Classic Warm Tape Sat.irs and /dev/null differ
diff --git a/ViperIRS/TRacks CleanLevels.irs b/ViperIRS/TRacks CleanLevels.irs
deleted file mode 100644
index cc6b3d3..0000000
Binary files a/ViperIRS/TRacks CleanLevels.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Compression 1.irs b/ViperIRS/TRacks Compression 1.irs
deleted file mode 100644
index dd179de..0000000
Binary files a/ViperIRS/TRacks Compression 1.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Compression 2.irs b/ViperIRS/TRacks Compression 2.irs
deleted file mode 100644
index 4724098..0000000
Binary files a/ViperIRS/TRacks Compression 2.irs and /dev/null differ
diff --git a/ViperIRS/TRacks DeEssed Master 1.irs b/ViperIRS/TRacks DeEssed Master 1.irs
deleted file mode 100644
index 12091b0..0000000
Binary files a/ViperIRS/TRacks DeEssed Master 1.irs and /dev/null differ
diff --git a/ViperIRS/TRacks DeEssed Master 2.irs b/ViperIRS/TRacks DeEssed Master 2.irs
deleted file mode 100644
index eb3717f..0000000
Binary files a/ViperIRS/TRacks DeEssed Master 2.irs and /dev/null differ
diff --git a/ViperIRS/TRacks DeEssed Master 3.irs b/ViperIRS/TRacks DeEssed Master 3.irs
deleted file mode 100644
index 5acbe22..0000000
Binary files a/ViperIRS/TRacks DeEssed Master 3.irs and /dev/null differ
diff --git a/ViperIRS/TRacks DeEssed Master 4.irs b/ViperIRS/TRacks DeEssed Master 4.irs
deleted file mode 100644
index 5532239..0000000
Binary files a/ViperIRS/TRacks DeEssed Master 4.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Deluxe 670 Mixed Dc Thresh.irs b/ViperIRS/TRacks Deluxe 670 Mixed Dc Thresh.irs
deleted file mode 100644
index 5009039..0000000
Binary files a/ViperIRS/TRacks Deluxe 670 Mixed Dc Thresh.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Deluxe 670 Parallal And Brightnes.irs b/ViperIRS/TRacks Deluxe 670 Parallal And Brightnes.irs
deleted file mode 100644
index 41c945c..0000000
Binary files a/ViperIRS/TRacks Deluxe 670 Parallal And Brightnes.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Deluxe 670 Sonics.irs b/ViperIRS/TRacks Deluxe 670 Sonics.irs
deleted file mode 100644
index 5adf107..0000000
Binary files a/ViperIRS/TRacks Deluxe 670 Sonics.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Deluxe Bass Comp 1.irs b/ViperIRS/TRacks Deluxe Bass Comp 1.irs
deleted file mode 100644
index fcc2145..0000000
Binary files a/ViperIRS/TRacks Deluxe Bass Comp 1.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Deluxe Bass Comp 2.irs b/ViperIRS/TRacks Deluxe Bass Comp 2.irs
deleted file mode 100644
index d95c90f..0000000
Binary files a/ViperIRS/TRacks Deluxe Bass Comp 2.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Deluxe Bass Pump.irs b/ViperIRS/TRacks Deluxe Bass Pump.irs
deleted file mode 100644
index 2649911..0000000
Binary files a/ViperIRS/TRacks Deluxe Bass Pump.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Deluxe Clear 670 HiEnd.irs b/ViperIRS/TRacks Deluxe Clear 670 HiEnd.irs
deleted file mode 100644
index 46fd1e0..0000000
Binary files a/ViperIRS/TRacks Deluxe Clear 670 HiEnd.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Deluxe Dual Band Master 1.irs b/ViperIRS/TRacks Deluxe Dual Band Master 1.irs
deleted file mode 100644
index 4e86be2..0000000
Binary files a/ViperIRS/TRacks Deluxe Dual Band Master 1.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Deluxe Dual Band Master 2.irs b/ViperIRS/TRacks Deluxe Dual Band Master 2.irs
deleted file mode 100644
index df9d734..0000000
Binary files a/ViperIRS/TRacks Deluxe Dual Band Master 2.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Deluxe Dual Comp A.irs b/ViperIRS/TRacks Deluxe Dual Comp A.irs
deleted file mode 100644
index ba2ddf1..0000000
Binary files a/ViperIRS/TRacks Deluxe Dual Comp A.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Deluxe Dual Comp B.irs b/ViperIRS/TRacks Deluxe Dual Comp B.irs
deleted file mode 100644
index 85adb96..0000000
Binary files a/ViperIRS/TRacks Deluxe Dual Comp B.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Deluxe Eqlim Slam.irs b/ViperIRS/TRacks Deluxe Eqlim Slam.irs
deleted file mode 100644
index 51025c6..0000000
Binary files a/ViperIRS/TRacks Deluxe Eqlim Slam.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Deluxe Full Vintage Setup 1.irs b/ViperIRS/TRacks Deluxe Full Vintage Setup 1.irs
deleted file mode 100644
index 8e6ace4..0000000
Binary files a/ViperIRS/TRacks Deluxe Full Vintage Setup 1.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Deluxe Gentle Sweetening 1.irs b/ViperIRS/TRacks Deluxe Gentle Sweetening 1.irs
deleted file mode 100644
index 4f9ab32..0000000
Binary files a/ViperIRS/TRacks Deluxe Gentle Sweetening 1.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Deluxe Gentle Sweetening 2.irs b/ViperIRS/TRacks Deluxe Gentle Sweetening 2.irs
deleted file mode 100644
index 5fbc4ea..0000000
Binary files a/ViperIRS/TRacks Deluxe Gentle Sweetening 2.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Deluxe Hard 670 Parallel Comp.irs b/ViperIRS/TRacks Deluxe Hard 670 Parallel Comp.irs
deleted file mode 100644
index 4e9c760..0000000
Binary files a/ViperIRS/TRacks Deluxe Hard 670 Parallel Comp.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Deluxe Lin Phase Brightness.irs b/ViperIRS/TRacks Deluxe Lin Phase Brightness.irs
deleted file mode 100644
index e5864fd..0000000
Binary files a/ViperIRS/TRacks Deluxe Lin Phase Brightness.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Deluxe Master 1.irs b/ViperIRS/TRacks Deluxe Master 1.irs
deleted file mode 100644
index 07d4845..0000000
Binary files a/ViperIRS/TRacks Deluxe Master 1.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Deluxe Master 2.irs b/ViperIRS/TRacks Deluxe Master 2.irs
deleted file mode 100644
index 61b8334..0000000
Binary files a/ViperIRS/TRacks Deluxe Master 2.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Deluxe Master 3.irs b/ViperIRS/TRacks Deluxe Master 3.irs
deleted file mode 100644
index 071c1fe..0000000
Binary files a/ViperIRS/TRacks Deluxe Master 3.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Deluxe Opto Center Comp.irs b/ViperIRS/TRacks Deluxe Opto Center Comp.irs
deleted file mode 100644
index 56ea24f..0000000
Binary files a/ViperIRS/TRacks Deluxe Opto Center Comp.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Deluxe Opto Sides Comp.irs b/ViperIRS/TRacks Deluxe Opto Sides Comp.irs
deleted file mode 100644
index 64578d7..0000000
Binary files a/ViperIRS/TRacks Deluxe Opto Sides Comp.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Deluxe Opto Silk 1.irs b/ViperIRS/TRacks Deluxe Opto Silk 1.irs
deleted file mode 100644
index fcd816b..0000000
Binary files a/ViperIRS/TRacks Deluxe Opto Silk 1.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Deluxe Opto Silk 2.irs b/ViperIRS/TRacks Deluxe Opto Silk 2.irs
deleted file mode 100644
index 0650f2d..0000000
Binary files a/ViperIRS/TRacks Deluxe Opto Silk 2.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Deluxe Parallel Comp 1.irs b/ViperIRS/TRacks Deluxe Parallel Comp 1.irs
deleted file mode 100644
index 125bab5..0000000
Binary files a/ViperIRS/TRacks Deluxe Parallel Comp 1.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Deluxe Parallel Comp 2.irs b/ViperIRS/TRacks Deluxe Parallel Comp 2.irs
deleted file mode 100644
index 8144016..0000000
Binary files a/ViperIRS/TRacks Deluxe Parallel Comp 2.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Deluxe Parallel Comp 3.irs b/ViperIRS/TRacks Deluxe Parallel Comp 3.irs
deleted file mode 100644
index 5ec002b..0000000
Binary files a/ViperIRS/TRacks Deluxe Parallel Comp 3.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Deluxe Super Loud.irs b/ViperIRS/TRacks Deluxe Super Loud.irs
deleted file mode 100644
index 290e2e3..0000000
Binary files a/ViperIRS/TRacks Deluxe Super Loud.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Deluxe Warm Suite Presence.irs b/ViperIRS/TRacks Deluxe Warm Suite Presence.irs
deleted file mode 100644
index b47bfd8..0000000
Binary files a/ViperIRS/TRacks Deluxe Warm Suite Presence.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Grande Brighter.irs b/ViperIRS/TRacks Grande Brighter.irs
deleted file mode 100644
index 139557a..0000000
Binary files a/ViperIRS/TRacks Grande Brighter.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Grande Cheap Multimedia Speakers.irs b/ViperIRS/TRacks Grande Cheap Multimedia Speakers.irs
deleted file mode 100644
index 4d6ad28..0000000
Binary files a/ViperIRS/TRacks Grande Cheap Multimedia Speakers.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Grande Extended Bass.irs b/ViperIRS/TRacks Grande Extended Bass.irs
deleted file mode 100644
index e25513d..0000000
Binary files a/ViperIRS/TRacks Grande Extended Bass.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Grande Hairy 2A.irs b/ViperIRS/TRacks Grande Hairy 2A.irs
deleted file mode 100644
index a065be0..0000000
Binary files a/ViperIRS/TRacks Grande Hairy 2A.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Grande Just A Bit Of Limiting.irs b/ViperIRS/TRacks Grande Just A Bit Of Limiting.irs
deleted file mode 100644
index e08a65d..0000000
Binary files a/ViperIRS/TRacks Grande Just A Bit Of Limiting.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Grande Loudness Crunch.irs b/ViperIRS/TRacks Grande Loudness Crunch.irs
deleted file mode 100644
index df9cf09..0000000
Binary files a/ViperIRS/TRacks Grande Loudness Crunch.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Grande Midrangey.irs b/ViperIRS/TRacks Grande Midrangey.irs
deleted file mode 100644
index 5c3ded0..0000000
Binary files a/ViperIRS/TRacks Grande Midrangey.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Grande Mild Warm Comp.irs b/ViperIRS/TRacks Grande Mild Warm Comp.irs
deleted file mode 100644
index 5a2d467..0000000
Binary files a/ViperIRS/TRacks Grande Mild Warm Comp.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Grande Mstr Mb Limiter 1.irs b/ViperIRS/TRacks Grande Mstr Mb Limiter 1.irs
deleted file mode 100644
index 64a86f6..0000000
Binary files a/ViperIRS/TRacks Grande Mstr Mb Limiter 1.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Grande Mstr Mb Limiter 2.irs b/ViperIRS/TRacks Grande Mstr Mb Limiter 2.irs
deleted file mode 100644
index 13d698b..0000000
Binary files a/ViperIRS/TRacks Grande Mstr Mb Limiter 2.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Grande Narrow.irs b/ViperIRS/TRacks Grande Narrow.irs
deleted file mode 100644
index e512567..0000000
Binary files a/ViperIRS/TRacks Grande Narrow.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Grande Old N Funky.irs b/ViperIRS/TRacks Grande Old N Funky.irs
deleted file mode 100644
index ba20f0d..0000000
Binary files a/ViperIRS/TRacks Grande Old N Funky.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Grande Overs Control.irs b/ViperIRS/TRacks Grande Overs Control.irs
deleted file mode 100644
index cefd613..0000000
Binary files a/ViperIRS/TRacks Grande Overs Control.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Grande Punch In The Middle.irs b/ViperIRS/TRacks Grande Punch In The Middle.irs
deleted file mode 100644
index b030360..0000000
Binary files a/ViperIRS/TRacks Grande Punch In The Middle.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Grande Skys The Limit.irs b/ViperIRS/TRacks Grande Skys The Limit.irs
deleted file mode 100644
index f84abb7..0000000
Binary files a/ViperIRS/TRacks Grande Skys The Limit.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Grande Slamming Master.irs b/ViperIRS/TRacks Grande Slamming Master.irs
deleted file mode 100644
index ffaec89..0000000
Binary files a/ViperIRS/TRacks Grande Slamming Master.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Grande Slightly Restored.irs b/ViperIRS/TRacks Grande Slightly Restored.irs
deleted file mode 100644
index 2178ead..0000000
Binary files a/ViperIRS/TRacks Grande Slightly Restored.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Grande Smoother.irs b/ViperIRS/TRacks Grande Smoother.irs
deleted file mode 100644
index 90c63c0..0000000
Binary files a/ViperIRS/TRacks Grande Smoother.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Grande Solid Low End.irs b/ViperIRS/TRacks Grande Solid Low End.irs
deleted file mode 100644
index df0ae24..0000000
Binary files a/ViperIRS/TRacks Grande Solid Low End.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Grande Thin Air.irs b/ViperIRS/TRacks Grande Thin Air.irs
deleted file mode 100644
index 67b1427..0000000
Binary files a/ViperIRS/TRacks Grande Thin Air.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Grande Transformer Color.irs b/ViperIRS/TRacks Grande Transformer Color.irs
deleted file mode 100644
index 4b0d80c..0000000
Binary files a/ViperIRS/TRacks Grande Transformer Color.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Grande Tv Broadcast.irs b/ViperIRS/TRacks Grande Tv Broadcast.irs
deleted file mode 100644
index 22efff0..0000000
Binary files a/ViperIRS/TRacks Grande Tv Broadcast.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Grande Wider.irs b/ViperIRS/TRacks Grande Wider.irs
deleted file mode 100644
index 03b13c1..0000000
Binary files a/ViperIRS/TRacks Grande Wider.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Harmonics.irs b/ViperIRS/TRacks Harmonics.irs
deleted file mode 100644
index 280b6ee..0000000
Binary files a/ViperIRS/TRacks Harmonics.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Master 1.irs b/ViperIRS/TRacks Master 1.irs
deleted file mode 100644
index 62985f0..0000000
Binary files a/ViperIRS/TRacks Master 1.irs and /dev/null differ
diff --git a/ViperIRS/TRacks Warm.irs b/ViperIRS/TRacks Warm.irs
deleted file mode 100644
index 03ed6f3..0000000
Binary files a/ViperIRS/TRacks Warm.irs and /dev/null differ
diff --git a/ViperIRS/The King's Groove.irs b/ViperIRS/The King's Groove.irs
deleted file mode 100644
index cb90abb..0000000
Binary files a/ViperIRS/The King's Groove.irs and /dev/null differ
diff --git a/ViperIRS/The King's Microphones - King George V - Ambient.irs b/ViperIRS/The King's Microphones - King George V - Ambient.irs
deleted file mode 100644
index 6d8d272..0000000
Binary files a/ViperIRS/The King's Microphones - King George V - Ambient.irs and /dev/null differ
diff --git a/ViperIRS/The King's Microphones - King George V - Close.irs b/ViperIRS/The King's Microphones - King George V - Close.irs
deleted file mode 100644
index cd1bb4e..0000000
Binary files a/ViperIRS/The King's Microphones - King George V - Close.irs and /dev/null differ
diff --git a/ViperIRS/The King's Microphones - King George V - Natural.irs b/ViperIRS/The King's Microphones - King George V - Natural.irs
deleted file mode 100644
index c129520..0000000
Binary files a/ViperIRS/The King's Microphones - King George V - Natural.irs and /dev/null differ
diff --git a/ViperIRS/The King's Microphones - King George VI - Ambient.irs b/ViperIRS/The King's Microphones - King George VI - Ambient.irs
deleted file mode 100644
index 24efd64..0000000
Binary files a/ViperIRS/The King's Microphones - King George VI - Ambient.irs and /dev/null differ
diff --git a/ViperIRS/The King's Microphones - King George VI - Close.irs b/ViperIRS/The King's Microphones - King George VI - Close.irs
deleted file mode 100644
index 509ccac..0000000
Binary files a/ViperIRS/The King's Microphones - King George VI - Close.irs and /dev/null differ
diff --git a/ViperIRS/The King's Microphones - King George VI - Natural.irs b/ViperIRS/The King's Microphones - King George VI - Natural.irs
deleted file mode 100644
index c54c51b..0000000
Binary files a/ViperIRS/The King's Microphones - King George VI - Natural.irs and /dev/null differ
diff --git a/ViperIRS/The King's Microphones - Queen Elizabeth - Ambient.irs b/ViperIRS/The King's Microphones - Queen Elizabeth - Ambient.irs
deleted file mode 100644
index 3da69f3..0000000
Binary files a/ViperIRS/The King's Microphones - Queen Elizabeth - Ambient.irs and /dev/null differ
diff --git a/ViperIRS/The King's Microphones - Queen Elizabeth - Close.irs b/ViperIRS/The King's Microphones - Queen Elizabeth - Close.irs
deleted file mode 100644
index 6790db4..0000000
Binary files a/ViperIRS/The King's Microphones - Queen Elizabeth - Close.irs and /dev/null differ
diff --git a/ViperIRS/The King's Microphones - Queen Elizabeth - Natural.irs b/ViperIRS/The King's Microphones - Queen Elizabeth - Natural.irs
deleted file mode 100644
index d6fd001..0000000
Binary files a/ViperIRS/The King's Microphones - Queen Elizabeth - Natural.irs and /dev/null differ
diff --git a/ViperIRS/The King's New Groove.irs b/ViperIRS/The King's New Groove.irs
deleted file mode 100644
index 215854f..0000000
Binary files a/ViperIRS/The King's New Groove.irs and /dev/null differ
diff --git a/ViperIRS/Theater Sound.irs b/ViperIRS/Theater Sound.irs
deleted file mode 100644
index 19072ec..0000000
Binary files a/ViperIRS/Theater Sound.irs and /dev/null differ
diff --git a/ViperIRS/TruFidelity.irs b/ViperIRS/TruFidelity.irs
deleted file mode 100644
index ca8204c..0000000
Binary files a/ViperIRS/TruFidelity.irs and /dev/null differ
diff --git a/ViperIRS/TruTheathre Surround Headphone Live Room.irs b/ViperIRS/TruTheathre Surround Headphone Live Room.irs
deleted file mode 100644
index bcefebd..0000000
Binary files a/ViperIRS/TruTheathre Surround Headphone Live Room.irs and /dev/null differ
diff --git a/ViperIRS/TruTheathre Surround Headphone Theathre.irs b/ViperIRS/TruTheathre Surround Headphone Theathre.irs
deleted file mode 100644
index 3a8d5c3..0000000
Binary files a/ViperIRS/TruTheathre Surround Headphone Theathre.irs and /dev/null differ
diff --git a/ViperIRS/Tube Cassete Type I Normal Dolby NR B.irs b/ViperIRS/Tube Cassete Type I Normal Dolby NR B.irs
deleted file mode 100644
index 982f6b0..0000000
Binary files a/ViperIRS/Tube Cassete Type I Normal Dolby NR B.irs and /dev/null differ
diff --git a/ViperIRS/Tube Cassete Type I Normal.irs b/ViperIRS/Tube Cassete Type I Normal.irs
deleted file mode 100644
index 9de3834..0000000
Binary files a/ViperIRS/Tube Cassete Type I Normal.irs and /dev/null differ
diff --git a/ViperIRS/Tube Cassete Type II Chrome Dolby NR B.irs b/ViperIRS/Tube Cassete Type II Chrome Dolby NR B.irs
deleted file mode 100644
index f0f2882..0000000
Binary files a/ViperIRS/Tube Cassete Type II Chrome Dolby NR B.irs and /dev/null differ
diff --git a/ViperIRS/Tube Cassete Type II Chrome.irs b/ViperIRS/Tube Cassete Type II Chrome.irs
deleted file mode 100644
index 9339dd7..0000000
Binary files a/ViperIRS/Tube Cassete Type II Chrome.irs and /dev/null differ
diff --git a/ViperIRS/Tube Cassete Type IV Metal Dolby NR B.irs b/ViperIRS/Tube Cassete Type IV Metal Dolby NR B.irs
deleted file mode 100644
index 9f8d6d1..0000000
Binary files a/ViperIRS/Tube Cassete Type IV Metal Dolby NR B.irs and /dev/null differ
diff --git a/ViperIRS/Tube Cassete Type IV Metal.irs b/ViperIRS/Tube Cassete Type IV Metal.irs
deleted file mode 100644
index d51caad..0000000
Binary files a/ViperIRS/Tube Cassete Type IV Metal.irs and /dev/null differ
diff --git a/ViperIRS/Tube DSP Movie 2 .irs b/ViperIRS/Tube DSP Movie 2 .irs
deleted file mode 100644
index 8ee7b8c..0000000
Binary files a/ViperIRS/Tube DSP Movie 2 .irs and /dev/null differ
diff --git a/ViperIRS/Tube ProSound.irs b/ViperIRS/Tube ProSound.irs
deleted file mode 100644
index 11a09fe..0000000
Binary files a/ViperIRS/Tube ProSound.irs and /dev/null differ
diff --git a/ViperIRS/Tube ThickSound.irs b/ViperIRS/Tube ThickSound.irs
deleted file mode 100644
index 091b577..0000000
Binary files a/ViperIRS/Tube ThickSound.irs and /dev/null differ
diff --git a/ViperIRS/Tube TrueSound.irs b/ViperIRS/Tube TrueSound.irs
deleted file mode 100644
index 7969884..0000000
Binary files a/ViperIRS/Tube TrueSound.irs and /dev/null differ
diff --git a/ViperIRS/TubeAmplifier Extreme v.1.irs b/ViperIRS/TubeAmplifier Extreme v.1.irs
deleted file mode 100644
index fe291b3..0000000
Binary files a/ViperIRS/TubeAmplifier Extreme v.1.irs and /dev/null differ
diff --git a/ViperIRS/TubeAmplifier Extreme.irs b/ViperIRS/TubeAmplifier Extreme.irs
deleted file mode 100644
index 941bb7a..0000000
Binary files a/ViperIRS/TubeAmplifier Extreme.irs and /dev/null differ
diff --git a/ViperIRS/TubeAmplifier Hight v.1.irs b/ViperIRS/TubeAmplifier Hight v.1.irs
deleted file mode 100644
index 384c9b0..0000000
Binary files a/ViperIRS/TubeAmplifier Hight v.1.irs and /dev/null differ
diff --git a/ViperIRS/TubeAmplifier Hight.irs b/ViperIRS/TubeAmplifier Hight.irs
deleted file mode 100644
index 494367a..0000000
Binary files a/ViperIRS/TubeAmplifier Hight.irs and /dev/null differ
diff --git a/ViperIRS/TubeAmplifier Low v.1.irs b/ViperIRS/TubeAmplifier Low v.1.irs
deleted file mode 100644
index 00a77da..0000000
Binary files a/ViperIRS/TubeAmplifier Low v.1.irs and /dev/null differ
diff --git a/ViperIRS/TubeAmplifier Low.irs b/ViperIRS/TubeAmplifier Low.irs
deleted file mode 100644
index 6cf2684..0000000
Binary files a/ViperIRS/TubeAmplifier Low.irs and /dev/null differ
diff --git a/ViperIRS/TubeAmplifier Medium v.1.irs b/ViperIRS/TubeAmplifier Medium v.1.irs
deleted file mode 100644
index 10a3d0d..0000000
Binary files a/ViperIRS/TubeAmplifier Medium v.1.irs and /dev/null differ
diff --git a/ViperIRS/TubeAmplifier Medium.irs b/ViperIRS/TubeAmplifier Medium.irs
deleted file mode 100644
index 3452a94..0000000
Binary files a/ViperIRS/TubeAmplifier Medium.irs and /dev/null differ
diff --git a/ViperIRS/TubeAmplifier and Technics Preamp Extreme v.1.irs b/ViperIRS/TubeAmplifier and Technics Preamp Extreme v.1.irs
deleted file mode 100644
index ba84337..0000000
Binary files a/ViperIRS/TubeAmplifier and Technics Preamp Extreme v.1.irs and /dev/null differ
diff --git a/ViperIRS/TubeAmplifier and Technics Preamp Extreme v.2.irs b/ViperIRS/TubeAmplifier and Technics Preamp Extreme v.2.irs
deleted file mode 100644
index da06512..0000000
Binary files a/ViperIRS/TubeAmplifier and Technics Preamp Extreme v.2.irs and /dev/null differ
diff --git a/ViperIRS/TubeAmplifier and Technics Preamp Hight v.1.irs b/ViperIRS/TubeAmplifier and Technics Preamp Hight v.1.irs
deleted file mode 100644
index baf7b5e..0000000
Binary files a/ViperIRS/TubeAmplifier and Technics Preamp Hight v.1.irs and /dev/null differ
diff --git a/ViperIRS/TubeAmplifier and Technics Preamp Hight v.2.irs b/ViperIRS/TubeAmplifier and Technics Preamp Hight v.2.irs
deleted file mode 100644
index fe76856..0000000
Binary files a/ViperIRS/TubeAmplifier and Technics Preamp Hight v.2.irs and /dev/null differ
diff --git a/ViperIRS/TubeAmplifier and Technics Preamp Low v.1.irs b/ViperIRS/TubeAmplifier and Technics Preamp Low v.1.irs
deleted file mode 100644
index 2125b88..0000000
Binary files a/ViperIRS/TubeAmplifier and Technics Preamp Low v.1.irs and /dev/null differ
diff --git a/ViperIRS/TubeAmplifier and Technics Preamp Low v.2.irs b/ViperIRS/TubeAmplifier and Technics Preamp Low v.2.irs
deleted file mode 100644
index 68f9854..0000000
Binary files a/ViperIRS/TubeAmplifier and Technics Preamp Low v.2.irs and /dev/null differ
diff --git a/ViperIRS/TubeAmplifier and Technics Preamp Medium v.1.irs b/ViperIRS/TubeAmplifier and Technics Preamp Medium v.1.irs
deleted file mode 100644
index 6ce1fe4..0000000
Binary files a/ViperIRS/TubeAmplifier and Technics Preamp Medium v.1.irs and /dev/null differ
diff --git a/ViperIRS/TubeAmplifier and Technics Preamp Medium v.2.irs b/ViperIRS/TubeAmplifier and Technics Preamp Medium v.2.irs
deleted file mode 100644
index 369ed40..0000000
Binary files a/ViperIRS/TubeAmplifier and Technics Preamp Medium v.2.irs and /dev/null differ
diff --git a/ViperIRS/Tweed Champ.irs b/ViperIRS/Tweed Champ.irs
deleted file mode 100644
index 1550fde..0000000
Binary files a/ViperIRS/Tweed Champ.irs and /dev/null differ
diff --git a/ViperIRS/Tylox.irs b/ViperIRS/Tylox.irs
deleted file mode 100644
index d7296c4..0000000
Binary files a/ViperIRS/Tylox.irs and /dev/null differ
diff --git a/ViperIRS/TyloxEQD.irs b/ViperIRS/TyloxEQD.irs
deleted file mode 100644
index 3444674..0000000
Binary files a/ViperIRS/TyloxEQD.irs and /dev/null differ
diff --git a/ViperIRS/Unitpulse2K.irs b/ViperIRS/Unitpulse2K.irs
deleted file mode 100644
index 5072c23..0000000
Binary files a/ViperIRS/Unitpulse2K.irs and /dev/null differ
diff --git a/ViperIRS/UnitpulseDirac.irs b/ViperIRS/UnitpulseDirac.irs
deleted file mode 100644
index 0fdaee3..0000000
Binary files a/ViperIRS/UnitpulseDirac.irs and /dev/null differ
diff --git a/ViperIRS/Urei 1178 Impulse Hard.irs b/ViperIRS/Urei 1178 Impulse Hard.irs
deleted file mode 100644
index 8e5506a..0000000
Binary files a/ViperIRS/Urei 1178 Impulse Hard.irs and /dev/null differ
diff --git a/ViperIRS/Urei 1178 Impulse.irs b/ViperIRS/Urei 1178 Impulse.irs
deleted file mode 100644
index c0fb943..0000000
Binary files a/ViperIRS/Urei 1178 Impulse.irs and /dev/null differ
diff --git a/ViperIRS/V4ARISE.irs b/ViperIRS/V4ARISE.irs
deleted file mode 100644
index 7c8da8d..0000000
Binary files a/ViperIRS/V4ARISE.irs and /dev/null differ
diff --git a/ViperIRS/Valhalla.irs b/ViperIRS/Valhalla.irs
deleted file mode 100644
index 4fab802..0000000
Binary files a/ViperIRS/Valhalla.irs and /dev/null differ
diff --git a/ViperIRS/ViPER4ARISE.irs b/ViperIRS/ViPER4ARISE.irs
deleted file mode 100644
index 473b12e..0000000
Binary files a/ViperIRS/ViPER4ARISE.irs and /dev/null differ
diff --git a/ViperIRS/Vibrant Exciter.irs b/ViperIRS/Vibrant Exciter.irs
deleted file mode 100644
index 161d793..0000000
Binary files a/ViperIRS/Vibrant Exciter.irs and /dev/null differ
diff --git a/ViperIRS/Virtual Dolby Decoder.irs b/ViperIRS/Virtual Dolby Decoder.irs
deleted file mode 100644
index 7e0764c..0000000
Binary files a/ViperIRS/Virtual Dolby Decoder.irs and /dev/null differ
diff --git a/ViperIRS/Virtual Headphone.irs b/ViperIRS/Virtual Headphone.irs
deleted file mode 100644
index f257733..0000000
Binary files a/ViperIRS/Virtual Headphone.irs and /dev/null differ
diff --git a/ViperIRS/Virtual Surround Sound.irs b/ViperIRS/Virtual Surround Sound.irs
deleted file mode 100644
index 8db58d2..0000000
Binary files a/ViperIRS/Virtual Surround Sound.irs and /dev/null differ
diff --git a/ViperIRS/Vox AC15.irs b/ViperIRS/Vox AC15.irs
deleted file mode 100644
index 0f644b6..0000000
Binary files a/ViperIRS/Vox AC15.irs and /dev/null differ
diff --git a/ViperIRS/Vox AC30.irs b/ViperIRS/Vox AC30.irs
deleted file mode 100644
index c09bb1a..0000000
Binary files a/ViperIRS/Vox AC30.irs and /dev/null differ
diff --git a/ViperIRS/Vox8d.irs b/ViperIRS/Vox8d.irs
deleted file mode 100644
index b049289..0000000
Binary files a/ViperIRS/Vox8d.irs and /dev/null differ
diff --git a/ViperIRS/VxA.irs b/ViperIRS/VxA.irs
deleted file mode 100644
index 6a10e93..0000000
Binary files a/ViperIRS/VxA.irs and /dev/null differ
diff --git a/ViperIRS/Waves Maxx360.irs b/ViperIRS/Waves Maxx360.irs
deleted file mode 100644
index 995071a..0000000
Binary files a/ViperIRS/Waves Maxx360.irs and /dev/null differ
diff --git a/ViperIRS/Waves MaxxAudio A.W. 128K MP3 1.Music.irs b/ViperIRS/Waves MaxxAudio A.W. 128K MP3 1.Music.irs
deleted file mode 100644
index 7d101fb..0000000
Binary files a/ViperIRS/Waves MaxxAudio A.W. 128K MP3 1.Music.irs and /dev/null differ
diff --git a/ViperIRS/Waves MaxxAudio A.W. 128K MP3 2.Movies.irs b/ViperIRS/Waves MaxxAudio A.W. 128K MP3 2.Movies.irs
deleted file mode 100644
index 08f6555..0000000
Binary files a/ViperIRS/Waves MaxxAudio A.W. 128K MP3 2.Movies.irs and /dev/null differ
diff --git a/ViperIRS/Waves MaxxAudio A.W. 128K MP3 3.Recording.irs b/ViperIRS/Waves MaxxAudio A.W. 128K MP3 3.Recording.irs
deleted file mode 100644
index 4d3194c..0000000
Binary files a/ViperIRS/Waves MaxxAudio A.W. 128K MP3 3.Recording.irs and /dev/null differ
diff --git a/ViperIRS/Waves MaxxAudio A.W. 128K MP3 4.Gaming.irs b/ViperIRS/Waves MaxxAudio A.W. 128K MP3 4.Gaming.irs
deleted file mode 100644
index 74231b0..0000000
Binary files a/ViperIRS/Waves MaxxAudio A.W. 128K MP3 4.Gaming.irs and /dev/null differ
diff --git a/ViperIRS/Waves MaxxAudio A.W. 128K MP3 5.Speech.irs b/ViperIRS/Waves MaxxAudio A.W. 128K MP3 5.Speech.irs
deleted file mode 100644
index d3b6f20..0000000
Binary files a/ViperIRS/Waves MaxxAudio A.W. 128K MP3 5.Speech.irs and /dev/null differ
diff --git a/ViperIRS/Waves MaxxAudio Gaming.irs b/ViperIRS/Waves MaxxAudio Gaming.irs
deleted file mode 100644
index 03a90d7..0000000
Binary files a/ViperIRS/Waves MaxxAudio Gaming.irs and /dev/null differ
diff --git a/ViperIRS/Waves MaxxAudio Movies.irs b/ViperIRS/Waves MaxxAudio Movies.irs
deleted file mode 100644
index 45731b4..0000000
Binary files a/ViperIRS/Waves MaxxAudio Movies.irs and /dev/null differ
diff --git a/ViperIRS/Waves MaxxAudio Music.irs b/ViperIRS/Waves MaxxAudio Music.irs
deleted file mode 100644
index 44bd7a5..0000000
Binary files a/ViperIRS/Waves MaxxAudio Music.irs and /dev/null differ
diff --git a/ViperIRS/Waves MaxxAudio Recording.irs b/ViperIRS/Waves MaxxAudio Recording.irs
deleted file mode 100644
index 6efc36f..0000000
Binary files a/ViperIRS/Waves MaxxAudio Recording.irs and /dev/null differ
diff --git a/ViperIRS/Waves MaxxAudio Speech.irs b/ViperIRS/Waves MaxxAudio Speech.irs
deleted file mode 100644
index 4c566e9..0000000
Binary files a/ViperIRS/Waves MaxxAudio Speech.irs and /dev/null differ
diff --git a/ViperIRS/Waves MaxxBass + Waves RBass (Built-In).irs b/ViperIRS/Waves MaxxBass + Waves RBass (Built-In).irs
deleted file mode 100644
index b5f37da..0000000
Binary files a/ViperIRS/Waves MaxxBass + Waves RBass (Built-In).irs and /dev/null differ
diff --git a/ViperIRS/Waves MaxxBass + Waves RBass (Headphones).irs b/ViperIRS/Waves MaxxBass + Waves RBass (Headphones).irs
deleted file mode 100644
index 330dd94..0000000
Binary files a/ViperIRS/Waves MaxxBass + Waves RBass (Headphones).irs and /dev/null differ
diff --git a/ViperIRS/Waves MaxxBass + Waves RBass (Speakers).irs b/ViperIRS/Waves MaxxBass + Waves RBass (Speakers).irs
deleted file mode 100644
index 94175b3..0000000
Binary files a/ViperIRS/Waves MaxxBass + Waves RBass (Speakers).irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 1 (x2).irs b/ViperIRS/Waves Vitamin - Preset 1 (x2).irs
deleted file mode 100644
index f6f0ef7..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 1 (x2).irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 1 (x3).irs b/ViperIRS/Waves Vitamin - Preset 1 (x3).irs
deleted file mode 100644
index dc5fe16..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 1 (x3).irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 1.irs b/ViperIRS/Waves Vitamin - Preset 1.irs
deleted file mode 100644
index 7a3c7c7..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 1.irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 10 (x2).irs b/ViperIRS/Waves Vitamin - Preset 10 (x2).irs
deleted file mode 100644
index 6e97341..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 10 (x2).irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 10 (x3).irs b/ViperIRS/Waves Vitamin - Preset 10 (x3).irs
deleted file mode 100644
index 0561945..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 10 (x3).irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 10.irs b/ViperIRS/Waves Vitamin - Preset 10.irs
deleted file mode 100644
index 34ae8d1..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 10.irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 2 (x2).irs b/ViperIRS/Waves Vitamin - Preset 2 (x2).irs
deleted file mode 100644
index 2a55b60..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 2 (x2).irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 2 (x3).irs b/ViperIRS/Waves Vitamin - Preset 2 (x3).irs
deleted file mode 100644
index e09f3ba..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 2 (x3).irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 2.irs b/ViperIRS/Waves Vitamin - Preset 2.irs
deleted file mode 100644
index aaea6fe..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 2.irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 3 (x2).irs b/ViperIRS/Waves Vitamin - Preset 3 (x2).irs
deleted file mode 100644
index 8a1792e..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 3 (x2).irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 3 (x3).irs b/ViperIRS/Waves Vitamin - Preset 3 (x3).irs
deleted file mode 100644
index 7dcfdc7..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 3 (x3).irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 3.irs b/ViperIRS/Waves Vitamin - Preset 3.irs
deleted file mode 100644
index f816cc8..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 3.irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 4 (x2).irs b/ViperIRS/Waves Vitamin - Preset 4 (x2).irs
deleted file mode 100644
index a63b670..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 4 (x2).irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 4 (x3).irs b/ViperIRS/Waves Vitamin - Preset 4 (x3).irs
deleted file mode 100644
index 708924d..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 4 (x3).irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 4.irs b/ViperIRS/Waves Vitamin - Preset 4.irs
deleted file mode 100644
index 6891ad7..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 4.irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 5 (x2).irs b/ViperIRS/Waves Vitamin - Preset 5 (x2).irs
deleted file mode 100644
index 322f9a4..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 5 (x2).irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 5 (x3).irs b/ViperIRS/Waves Vitamin - Preset 5 (x3).irs
deleted file mode 100644
index 8d91903..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 5 (x3).irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 5.irs b/ViperIRS/Waves Vitamin - Preset 5.irs
deleted file mode 100644
index 23a7745..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 5.irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 6 (x2).irs b/ViperIRS/Waves Vitamin - Preset 6 (x2).irs
deleted file mode 100644
index ed9bf59..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 6 (x2).irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 6 (x3).irs b/ViperIRS/Waves Vitamin - Preset 6 (x3).irs
deleted file mode 100644
index b8cc31d..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 6 (x3).irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 6.irs b/ViperIRS/Waves Vitamin - Preset 6.irs
deleted file mode 100644
index fa0b528..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 6.irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 7 (x2).irs b/ViperIRS/Waves Vitamin - Preset 7 (x2).irs
deleted file mode 100644
index c9a45cb..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 7 (x2).irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 7 (x3).irs b/ViperIRS/Waves Vitamin - Preset 7 (x3).irs
deleted file mode 100644
index 280497b..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 7 (x3).irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 7.irs b/ViperIRS/Waves Vitamin - Preset 7.irs
deleted file mode 100644
index 73de052..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 7.irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 8 (x2).irs b/ViperIRS/Waves Vitamin - Preset 8 (x2).irs
deleted file mode 100644
index 74593c8..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 8 (x2).irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 8 (x3).irs b/ViperIRS/Waves Vitamin - Preset 8 (x3).irs
deleted file mode 100644
index f6420a9..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 8 (x3).irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 8.irs b/ViperIRS/Waves Vitamin - Preset 8.irs
deleted file mode 100644
index dd98441..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 8.irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 9 (x2).irs b/ViperIRS/Waves Vitamin - Preset 9 (x2).irs
deleted file mode 100644
index 6278c2b..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 9 (x2).irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 9 (x3).irs b/ViperIRS/Waves Vitamin - Preset 9 (x3).irs
deleted file mode 100644
index 139f0e8..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 9 (x3).irs and /dev/null differ
diff --git a/ViperIRS/Waves Vitamin - Preset 9.irs b/ViperIRS/Waves Vitamin - Preset 9.irs
deleted file mode 100644
index a7cb025..0000000
Binary files a/ViperIRS/Waves Vitamin - Preset 9.irs and /dev/null differ
diff --git a/ViperIRS/White Lines.irs b/ViperIRS/White Lines.irs
deleted file mode 100644
index 58acbf1..0000000
Binary files a/ViperIRS/White Lines.irs and /dev/null differ
diff --git a/ViperIRS/X-02 Eq.irs b/ViperIRS/X-02 Eq.irs
deleted file mode 100644
index 55a0c9b..0000000
Binary files a/ViperIRS/X-02 Eq.irs and /dev/null differ
diff --git a/ViperIRS/X-02.irs b/ViperIRS/X-02.irs
deleted file mode 100644
index bac3860..0000000
Binary files a/ViperIRS/X-02.irs and /dev/null differ
diff --git a/ViperIRS/XD26VV1B3.irs b/ViperIRS/XD26VV1B3.irs
deleted file mode 100644
index dbc7058..0000000
Binary files a/ViperIRS/XD26VV1B3.irs and /dev/null differ
diff --git a/ViperIRS/XHR Acoustic+.irs b/ViperIRS/XHR Acoustic+.irs
deleted file mode 100644
index 8c0c20f..0000000
Binary files a/ViperIRS/XHR Acoustic+.irs and /dev/null differ
diff --git a/ViperIRS/XHR ActiveBass - Built-In (Extreme).irs b/ViperIRS/XHR ActiveBass - Built-In (Extreme).irs
deleted file mode 100644
index 7544693..0000000
Binary files a/ViperIRS/XHR ActiveBass - Built-In (Extreme).irs and /dev/null differ
diff --git a/ViperIRS/XHR ActiveBass - Built-In (Moderate).irs b/ViperIRS/XHR ActiveBass - Built-In (Moderate).irs
deleted file mode 100644
index 8e7d3d4..0000000
Binary files a/ViperIRS/XHR ActiveBass - Built-In (Moderate).irs and /dev/null differ
diff --git a/ViperIRS/XHR ActiveBass - Built-In (Slight).irs b/ViperIRS/XHR ActiveBass - Built-In (Slight).irs
deleted file mode 100644
index c47ca39..0000000
Binary files a/ViperIRS/XHR ActiveBass - Built-In (Slight).irs and /dev/null differ
diff --git a/ViperIRS/XHR ActiveBass - Headphones (Extreme).irs b/ViperIRS/XHR ActiveBass - Headphones (Extreme).irs
deleted file mode 100644
index ce17906..0000000
Binary files a/ViperIRS/XHR ActiveBass - Headphones (Extreme).irs and /dev/null differ
diff --git a/ViperIRS/XHR ActiveBass - Headphones (Moderate).irs b/ViperIRS/XHR ActiveBass - Headphones (Moderate).irs
deleted file mode 100644
index 44251a4..0000000
Binary files a/ViperIRS/XHR ActiveBass - Headphones (Moderate).irs and /dev/null differ
diff --git a/ViperIRS/XHR ActiveBass - Headphones (Slight).irs b/ViperIRS/XHR ActiveBass - Headphones (Slight).irs
deleted file mode 100644
index 4fe5d44..0000000
Binary files a/ViperIRS/XHR ActiveBass - Headphones (Slight).irs and /dev/null differ
diff --git a/ViperIRS/XHR ActiveBass - Speakers (Extreme).irs b/ViperIRS/XHR ActiveBass - Speakers (Extreme).irs
deleted file mode 100644
index 15f4b41..0000000
Binary files a/ViperIRS/XHR ActiveBass - Speakers (Extreme).irs and /dev/null differ
diff --git a/ViperIRS/XHR ActiveBass - Speakers (Moderate).irs b/ViperIRS/XHR ActiveBass - Speakers (Moderate).irs
deleted file mode 100644
index e072701..0000000
Binary files a/ViperIRS/XHR ActiveBass - Speakers (Moderate).irs and /dev/null differ
diff --git a/ViperIRS/XHR ActiveBass - Speakers (Slight).irs b/ViperIRS/XHR ActiveBass - Speakers (Slight).irs
deleted file mode 100644
index 343965b..0000000
Binary files a/ViperIRS/XHR ActiveBass - Speakers (Slight).irs and /dev/null differ
diff --git a/ViperIRS/XHR AuroStudio.irs b/ViperIRS/XHR AuroStudio.irs
deleted file mode 100644
index ac19ac6..0000000
Binary files a/ViperIRS/XHR AuroStudio.irs and /dev/null differ
diff --git a/ViperIRS/XHR CrystalSonic.irs b/ViperIRS/XHR CrystalSonic.irs
deleted file mode 100644
index 959017c..0000000
Binary files a/ViperIRS/XHR CrystalSonic.irs and /dev/null differ
diff --git a/ViperIRS/XHR DirectBass Xtreme (Built-In).irs b/ViperIRS/XHR DirectBass Xtreme (Built-In).irs
deleted file mode 100644
index db762df..0000000
Binary files a/ViperIRS/XHR DirectBass Xtreme (Built-In).irs and /dev/null differ
diff --git a/ViperIRS/XHR DirectBass Xtreme (Headphones).irs b/ViperIRS/XHR DirectBass Xtreme (Headphones).irs
deleted file mode 100644
index 8b3d68e..0000000
Binary files a/ViperIRS/XHR DirectBass Xtreme (Headphones).irs and /dev/null differ
diff --git a/ViperIRS/XHR DirectBass Xtreme (Speakers).irs b/ViperIRS/XHR DirectBass Xtreme (Speakers).irs
deleted file mode 100644
index bac9489..0000000
Binary files a/ViperIRS/XHR DirectBass Xtreme (Speakers).irs and /dev/null differ
diff --git a/ViperIRS/XHR Elements Of Fidelity StudioMaster.irs b/ViperIRS/XHR Elements Of Fidelity StudioMaster.irs
deleted file mode 100644
index ccfa4a0..0000000
Binary files a/ViperIRS/XHR Elements Of Fidelity StudioMaster.irs and /dev/null differ
diff --git a/ViperIRS/XHR Headphone Fidelity.irs b/ViperIRS/XHR Headphone Fidelity.irs
deleted file mode 100644
index 0fa011d..0000000
Binary files a/ViperIRS/XHR Headphone Fidelity.irs and /dev/null differ
diff --git a/ViperIRS/XHR HiFi+.irs b/ViperIRS/XHR HiFi+.irs
deleted file mode 100644
index 1193ff5..0000000
Binary files a/ViperIRS/XHR HiFi+.irs and /dev/null differ
diff --git a/ViperIRS/XHR Master Audio.irs b/ViperIRS/XHR Master Audio.irs
deleted file mode 100644
index b464012..0000000
Binary files a/ViperIRS/XHR Master Audio.irs and /dev/null differ
diff --git a/ViperIRS/XHR OptiPhase.irs b/ViperIRS/XHR OptiPhase.irs
deleted file mode 100644
index e0ea90d..0000000
Binary files a/ViperIRS/XHR OptiPhase.irs and /dev/null differ
diff --git a/ViperIRS/XHR PhenomSound.irs b/ViperIRS/XHR PhenomSound.irs
deleted file mode 100644
index 0e367e9..0000000
Binary files a/ViperIRS/XHR PhenomSound.irs and /dev/null differ
diff --git a/ViperIRS/XHR ProClarity.irs b/ViperIRS/XHR ProClarity.irs
deleted file mode 100644
index 6985d18..0000000
Binary files a/ViperIRS/XHR ProClarity.irs and /dev/null differ
diff --git a/ViperIRS/XHR ProMobile.irs b/ViperIRS/XHR ProMobile.irs
deleted file mode 100644
index d62fa3f..0000000
Binary files a/ViperIRS/XHR ProMobile.irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicBlaster.irs b/ViperIRS/XHR SonicBlaster.irs
deleted file mode 100644
index f0d2199..0000000
Binary files a/ViperIRS/XHR SonicBlaster.irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicFidelity.irs b/ViperIRS/XHR SonicFidelity.irs
deleted file mode 100644
index 6d6e818..0000000
Binary files a/ViperIRS/XHR SonicFidelity.irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicField FX.irs b/ViperIRS/XHR SonicField FX.irs
deleted file mode 100644
index d6fecc1..0000000
Binary files a/ViperIRS/XHR SonicField FX.irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicPhantom AuraLive HD.irs b/ViperIRS/XHR SonicPhantom AuraLive HD.irs
deleted file mode 100644
index 1bbce02..0000000
Binary files a/ViperIRS/XHR SonicPhantom AuraLive HD.irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicPhantom AuroraX.irs b/ViperIRS/XHR SonicPhantom AuroraX.irs
deleted file mode 100644
index a156adf..0000000
Binary files a/ViperIRS/XHR SonicPhantom AuroraX.irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicPhantom CrystalSound HD.irs b/ViperIRS/XHR SonicPhantom CrystalSound HD.irs
deleted file mode 100644
index c318ce7..0000000
Binary files a/ViperIRS/XHR SonicPhantom CrystalSound HD.irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicPhantom Home Theater.irs b/ViperIRS/XHR SonicPhantom Home Theater.irs
deleted file mode 100644
index 63a7815..0000000
Binary files a/ViperIRS/XHR SonicPhantom Home Theater.irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicPhantom LiveFidelity HD.irs b/ViperIRS/XHR SonicPhantom LiveFidelity HD.irs
deleted file mode 100644
index ae2034f..0000000
Binary files a/ViperIRS/XHR SonicPhantom LiveFidelity HD.irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicPhantom LiveSense FX.irs b/ViperIRS/XHR SonicPhantom LiveSense FX.irs
deleted file mode 100644
index 04d0cfc..0000000
Binary files a/ViperIRS/XHR SonicPhantom LiveSense FX.irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicPhantom LiveStudio Normal.irs b/ViperIRS/XHR SonicPhantom LiveStudio Normal.irs
deleted file mode 100644
index 99754c7..0000000
Binary files a/ViperIRS/XHR SonicPhantom LiveStudio Normal.irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicPhantom LiveStudio Virtual360.irs b/ViperIRS/XHR SonicPhantom LiveStudio Virtual360.irs
deleted file mode 100644
index 383219f..0000000
Binary files a/ViperIRS/XHR SonicPhantom LiveStudio Virtual360.irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicPhantom PowerFi FX.irs b/ViperIRS/XHR SonicPhantom PowerFi FX.irs
deleted file mode 100644
index ec5a3dd..0000000
Binary files a/ViperIRS/XHR SonicPhantom PowerFi FX.irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicPhantom PrestigePro (quakeBASS).irs b/ViperIRS/XHR SonicPhantom PrestigePro (quakeBASS).irs
deleted file mode 100644
index 87d54f4..0000000
Binary files a/ViperIRS/XHR SonicPhantom PrestigePro (quakeBASS).irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicPhantom PrestigePro.irs b/ViperIRS/XHR SonicPhantom PrestigePro.irs
deleted file mode 100644
index 3f4bab0..0000000
Binary files a/ViperIRS/XHR SonicPhantom PrestigePro.irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicPhantom PureBalance+ - Bass Kicker.irs b/ViperIRS/XHR SonicPhantom PureBalance+ - Bass Kicker.irs
deleted file mode 100644
index a3bdf26..0000000
Binary files a/ViperIRS/XHR SonicPhantom PureBalance+ - Bass Kicker.irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicPhantom PureBalance+ - Crystal Clear.irs b/ViperIRS/XHR SonicPhantom PureBalance+ - Crystal Clear.irs
deleted file mode 100644
index d9748aa..0000000
Binary files a/ViperIRS/XHR SonicPhantom PureBalance+ - Crystal Clear.irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicPhantom PureBalance+ - Power Maximizer.irs b/ViperIRS/XHR SonicPhantom PureBalance+ - Power Maximizer.irs
deleted file mode 100644
index 2633a20..0000000
Binary files a/ViperIRS/XHR SonicPhantom PureBalance+ - Power Maximizer.irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicPhantom PureBalance+ - Professional Studio.irs b/ViperIRS/XHR SonicPhantom PureBalance+ - Professional Studio.irs
deleted file mode 100644
index 8e3b919..0000000
Binary files a/ViperIRS/XHR SonicPhantom PureBalance+ - Professional Studio.irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicPhantom PureBalance+ - Vibrant Fidelity.irs b/ViperIRS/XHR SonicPhantom PureBalance+ - Vibrant Fidelity.irs
deleted file mode 100644
index f0ab460..0000000
Binary files a/ViperIRS/XHR SonicPhantom PureBalance+ - Vibrant Fidelity.irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicPhantom PureBalance+-Bass Kicker 290816170948.irs b/ViperIRS/XHR SonicPhantom PureBalance+-Bass Kicker 290816170948.irs
deleted file mode 100644
index e88be33..0000000
Binary files a/ViperIRS/XHR SonicPhantom PureBalance+-Bass Kicker 290816170948.irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicPhantom R-Boost.irs b/ViperIRS/XHR SonicPhantom R-Boost.irs
deleted file mode 100644
index 1927ea5..0000000
Binary files a/ViperIRS/XHR SonicPhantom R-Boost.irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicPhantom StudioFX (Stereo).irs b/ViperIRS/XHR SonicPhantom StudioFX (Stereo).irs
deleted file mode 100644
index 346e6bc..0000000
Binary files a/ViperIRS/XHR SonicPhantom StudioFX (Stereo).irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicPhantom StudioFX (Surround).irs b/ViperIRS/XHR SonicPhantom StudioFX (Surround).irs
deleted file mode 100644
index 317104a..0000000
Binary files a/ViperIRS/XHR SonicPhantom StudioFX (Surround).irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicPhantom StudioFidelity.irs b/ViperIRS/XHR SonicPhantom StudioFidelity.irs
deleted file mode 100644
index 2632d38..0000000
Binary files a/ViperIRS/XHR SonicPhantom StudioFidelity.irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicPhantom TheaterFX HD.irs b/ViperIRS/XHR SonicPhantom TheaterFX HD.irs
deleted file mode 100644
index a6485bc..0000000
Binary files a/ViperIRS/XHR SonicPhantom TheaterFX HD.irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicPhantom TruHeadphone.irs b/ViperIRS/XHR SonicPhantom TruHeadphone.irs
deleted file mode 100644
index 87f2a41..0000000
Binary files a/ViperIRS/XHR SonicPhantom TruHeadphone.irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicPhantom UltraClarity.irs b/ViperIRS/XHR SonicPhantom UltraClarity.irs
deleted file mode 100644
index f25cbec..0000000
Binary files a/ViperIRS/XHR SonicPhantom UltraClarity.irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicPhantom X-Cinema HD.irs b/ViperIRS/XHR SonicPhantom X-Cinema HD.irs
deleted file mode 100644
index 5e338a2..0000000
Binary files a/ViperIRS/XHR SonicPhantom X-Cinema HD.irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicPhantom XtremeStudio.irs b/ViperIRS/XHR SonicPhantom XtremeStudio.irs
deleted file mode 100644
index 7a5d875..0000000
Binary files a/ViperIRS/XHR SonicPhantom XtremeStudio.irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicPhantom Z-Clarity.irs b/ViperIRS/XHR SonicPhantom Z-Clarity.irs
deleted file mode 100644
index d6767aa..0000000
Binary files a/ViperIRS/XHR SonicPhantom Z-Clarity.irs and /dev/null differ
diff --git a/ViperIRS/XHR SonicZoom FX.irs b/ViperIRS/XHR SonicZoom FX.irs
deleted file mode 100644
index 22a93c4..0000000
Binary files a/ViperIRS/XHR SonicZoom FX.irs and /dev/null differ
diff --git a/ViperIRS/XHR SoundPlus HE.irs b/ViperIRS/XHR SoundPlus HE.irs
deleted file mode 100644
index 4c80859..0000000
Binary files a/ViperIRS/XHR SoundPlus HE.irs and /dev/null differ
diff --git a/ViperIRS/XHR SoundPlus.irs b/ViperIRS/XHR SoundPlus.irs
deleted file mode 100644
index ac1fa24..0000000
Binary files a/ViperIRS/XHR SoundPlus.irs and /dev/null differ
diff --git a/ViperIRS/XHR StudioMaster FX.irs b/ViperIRS/XHR StudioMaster FX.irs
deleted file mode 100644
index c1a1551..0000000
Binary files a/ViperIRS/XHR StudioMaster FX.irs and /dev/null differ
diff --git a/ViperIRS/XHR StudioMaster HD.irs b/ViperIRS/XHR StudioMaster HD.irs
deleted file mode 100644
index 7479732..0000000
Binary files a/ViperIRS/XHR StudioMaster HD.irs and /dev/null differ
diff --git a/ViperIRS/XHR StudioMaster Pro.irs b/ViperIRS/XHR StudioMaster Pro.irs
deleted file mode 100644
index 53954c5..0000000
Binary files a/ViperIRS/XHR StudioMaster Pro.irs and /dev/null differ
diff --git a/ViperIRS/XHR TheaterFX Pro.irs b/ViperIRS/XHR TheaterFX Pro.irs
deleted file mode 100644
index 391c549..0000000
Binary files a/ViperIRS/XHR TheaterFX Pro.irs and /dev/null differ
diff --git a/ViperIRS/XHR TheaterPro.irs b/ViperIRS/XHR TheaterPro.irs
deleted file mode 100644
index 86b3dbc..0000000
Binary files a/ViperIRS/XHR TheaterPro.irs and /dev/null differ
diff --git a/ViperIRS/XHR TruClarity FX.irs b/ViperIRS/XHR TruClarity FX.irs
deleted file mode 100644
index 849cd48..0000000
Binary files a/ViperIRS/XHR TruClarity FX.irs and /dev/null differ
diff --git a/ViperIRS/XHR TruRemaster.irs b/ViperIRS/XHR TruRemaster.irs
deleted file mode 100644
index c6ccd3a..0000000
Binary files a/ViperIRS/XHR TruRemaster.irs and /dev/null differ
diff --git a/ViperIRS/XHR TruSpeaker.irs b/ViperIRS/XHR TruSpeaker.irs
deleted file mode 100644
index 1139878..0000000
Binary files a/ViperIRS/XHR TruSpeaker.irs and /dev/null differ
diff --git a/ViperIRS/XHR WideFX.irs b/ViperIRS/XHR WideFX.irs
deleted file mode 100644
index 45a2019..0000000
Binary files a/ViperIRS/XHR WideFX.irs and /dev/null differ
diff --git a/ViperIRS/XHR X-Pro.irs b/ViperIRS/XHR X-Pro.irs
deleted file mode 100644
index 16ccf77..0000000
Binary files a/ViperIRS/XHR X-Pro.irs and /dev/null differ
diff --git a/ViperIRS/XHR Xonic3D FX - Max.irs b/ViperIRS/XHR Xonic3D FX - Max.irs
deleted file mode 100644
index 1f70cbb..0000000
Binary files a/ViperIRS/XHR Xonic3D FX - Max.irs and /dev/null differ
diff --git a/ViperIRS/XHR XtremeClarity+.irs b/ViperIRS/XHR XtremeClarity+.irs
deleted file mode 100644
index 2ea1463..0000000
Binary files a/ViperIRS/XHR XtremeClarity+.irs and /dev/null differ
diff --git a/ViperIRS/XHR qSurround.irs b/ViperIRS/XHR qSurround.irs
deleted file mode 100644
index 8c9cf0e..0000000
Binary files a/ViperIRS/XHR qSurround.irs and /dev/null differ
diff --git a/ViperIRS/XMPlay Dithering Noise Shaping.irs b/ViperIRS/XMPlay Dithering Noise Shaping.irs
deleted file mode 100644
index 50e54ec..0000000
Binary files a/ViperIRS/XMPlay Dithering Noise Shaping.irs and /dev/null differ
diff --git a/ViperIRS/XtremeSonicNeutron.irs b/ViperIRS/XtremeSonicNeutron.irs
deleted file mode 100644
index 2c79b3f..0000000
Binary files a/ViperIRS/XtremeSonicNeutron.irs and /dev/null differ
diff --git a/ViperIRS/Z-Verb.irs b/ViperIRS/Z-Verb.irs
deleted file mode 100644
index c28c746..0000000
Binary files a/ViperIRS/Z-Verb.irs and /dev/null differ
diff --git a/ViperIRS/Zen Hip Hop 031016204406.irs b/ViperIRS/Zen Hip Hop 031016204406.irs
deleted file mode 100644
index e8d9d65..0000000
Binary files a/ViperIRS/Zen Hip Hop 031016204406.irs and /dev/null differ
diff --git a/ViperIRS/[FRC] Sennheiser HD 558 (48kHz 24-bit).irs b/ViperIRS/[FRC] Sennheiser HD 558 (48kHz 24-bit).irs
deleted file mode 100644
index 9548b46..0000000
Binary files a/ViperIRS/[FRC] Sennheiser HD 558 (48kHz 24-bit).irs and /dev/null differ
diff --git a/ViperIRS/[FRC] SoundMAGIC ES18.irs b/ViperIRS/[FRC] SoundMAGIC ES18.irs
deleted file mode 100644
index 4476fe9..0000000
Binary files a/ViperIRS/[FRC] SoundMAGIC ES18.irs and /dev/null differ
diff --git a/ViperIRS/[FRC] Xiaomi Piston 2 (48kHz 24-bit).irs b/ViperIRS/[FRC] Xiaomi Piston 2 (48kHz 24-bit).irs
deleted file mode 100644
index 65f2910..0000000
Binary files a/ViperIRS/[FRC] Xiaomi Piston 2 (48kHz 24-bit).irs and /dev/null differ
diff --git a/ViperIRS/[WARNING] ClearLoud+ - Balanced Mode.irs b/ViperIRS/[WARNING] ClearLoud+ - Balanced Mode.irs
deleted file mode 100644
index 807822b..0000000
Binary files a/ViperIRS/[WARNING] ClearLoud+ - Balanced Mode.irs and /dev/null differ
diff --git a/ViperIRS/[WARNING] ClearLoud+ - Loudness Mode.irs b/ViperIRS/[WARNING] ClearLoud+ - Loudness Mode.irs
deleted file mode 100644
index 189f8dd..0000000
Binary files a/ViperIRS/[WARNING] ClearLoud+ - Loudness Mode.irs and /dev/null differ
diff --git a/ViperIRS/[WARNING] ClearLoud+ - Quality Mode.irs b/ViperIRS/[WARNING] ClearLoud+ - Quality Mode.irs
deleted file mode 100644
index d421901..0000000
Binary files a/ViperIRS/[WARNING] ClearLoud+ - Quality Mode.irs and /dev/null differ
diff --git a/ViperIRS/arkamys-headphones-correction-48k 031116123055.irs b/ViperIRS/arkamys-headphones-correction-48k 031116123055.irs
deleted file mode 100644
index 18080ce..0000000
Binary files a/ViperIRS/arkamys-headphones-correction-48k 031116123055.irs and /dev/null differ
diff --git a/ViperIRS/bahl2.irs b/ViperIRS/bahl2.irs
deleted file mode 100644
index aa65ea8..0000000
Binary files a/ViperIRS/bahl2.irs and /dev/null differ
diff --git a/ViperIRS/basshead FEHLLD.irs b/ViperIRS/basshead FEHLLD.irs
deleted file mode 100644
index ac3ab68..0000000
Binary files a/ViperIRS/basshead FEHLLD.irs and /dev/null differ
diff --git a/ViperIRS/beats pro+beats.irs b/ViperIRS/beats pro+beats.irs
deleted file mode 100644
index 64502bb..0000000
Binary files a/ViperIRS/beats pro+beats.irs and /dev/null differ
diff --git a/ViperIRS/beats pro+dolby.irs b/ViperIRS/beats pro+dolby.irs
deleted file mode 100644
index 609fbc7..0000000
Binary files a/ViperIRS/beats pro+dolby.irs and /dev/null differ
diff --git a/ViperIRS/beats pro+srs.irs b/ViperIRS/beats pro+srs.irs
deleted file mode 100644
index 89b3c82..0000000
Binary files a/ViperIRS/beats pro+srs.irs and /dev/null differ
diff --git a/ViperIRS/beats solo+beats.irs b/ViperIRS/beats solo+beats.irs
deleted file mode 100644
index 8294689..0000000
Binary files a/ViperIRS/beats solo+beats.irs and /dev/null differ
diff --git a/ViperIRS/beats solo+dolby.irs b/ViperIRS/beats solo+dolby.irs
deleted file mode 100644
index 5e8b215..0000000
Binary files a/ViperIRS/beats solo+dolby.irs and /dev/null differ
diff --git a/ViperIRS/beats solo+srs.irs b/ViperIRS/beats solo+srs.irs
deleted file mode 100644
index a0ff0f2..0000000
Binary files a/ViperIRS/beats solo+srs.irs and /dev/null differ
diff --git a/ViperIRS/beats studio+beats.irs b/ViperIRS/beats studio+beats.irs
deleted file mode 100644
index 7d42f19..0000000
Binary files a/ViperIRS/beats studio+beats.irs and /dev/null differ
diff --git a/ViperIRS/beats studio+dolby.irs b/ViperIRS/beats studio+dolby.irs
deleted file mode 100644
index 90b61a5..0000000
Binary files a/ViperIRS/beats studio+dolby.irs and /dev/null differ
diff --git a/ViperIRS/beats studio+srs.irs b/ViperIRS/beats studio+srs.irs
deleted file mode 100644
index b352d77..0000000
Binary files a/ViperIRS/beats studio+srs.irs and /dev/null differ
diff --git a/ViperIRS/beats urbeats+beats.irs b/ViperIRS/beats urbeats+beats.irs
deleted file mode 100644
index e9fc2d4..0000000
Binary files a/ViperIRS/beats urbeats+beats.irs and /dev/null differ
diff --git a/ViperIRS/beats urbeats+dolby.irs b/ViperIRS/beats urbeats+dolby.irs
deleted file mode 100644
index ce4a0f0..0000000
Binary files a/ViperIRS/beats urbeats+dolby.irs and /dev/null differ
diff --git a/ViperIRS/beats urbeats+srs.irs b/ViperIRS/beats urbeats+srs.irs
deleted file mode 100644
index 8fb2425..0000000
Binary files a/ViperIRS/beats urbeats+srs.irs and /dev/null differ
diff --git a/ViperIRS/bhass.irs b/ViperIRS/bhass.irs
deleted file mode 100644
index aa0fce0..0000000
Binary files a/ViperIRS/bhass.irs and /dev/null differ
diff --git a/ViperIRS/clean and cool 041016075112.irs b/ViperIRS/clean and cool 041016075112.irs
deleted file mode 100644
index a59a79b..0000000
Binary files a/ViperIRS/clean and cool 041016075112.irs and /dev/null differ
diff --git a/ViperIRS/dts-inear-forward-48k.irs b/ViperIRS/dts-inear-forward-48k.irs
deleted file mode 100644
index 86c9af2..0000000
Binary files a/ViperIRS/dts-inear-forward-48k.irs and /dev/null differ
diff --git a/ViperIRS/dts-inear-widefield-48k.irs b/ViperIRS/dts-inear-widefield-48k.irs
deleted file mode 100644
index bec42f9..0000000
Binary files a/ViperIRS/dts-inear-widefield-48k.irs and /dev/null differ
diff --git a/ViperIRS/dts-inear-widefield3-48k.irs b/ViperIRS/dts-inear-widefield3-48k.irs
deleted file mode 100644
index 10934be..0000000
Binary files a/ViperIRS/dts-inear-widefield3-48k.irs and /dev/null differ
diff --git a/ViperIRS/fantasyBalanced.irs b/ViperIRS/fantasyBalanced.irs
deleted file mode 100644
index e26f826..0000000
Binary files a/ViperIRS/fantasyBalanced.irs and /dev/null differ
diff --git a/ViperIRS/leftside driver 291016035948.irs b/ViperIRS/leftside driver 291016035948.irs
deleted file mode 100644
index bb5d491..0000000
Binary files a/ViperIRS/leftside driver 291016035948.irs and /dev/null differ
diff --git a/ViperIRS/minisp.irs b/ViperIRS/minisp.irs
deleted file mode 100644
index 40f2b6f..0000000
Binary files a/ViperIRS/minisp.irs and /dev/null differ
diff --git a/ViperIRS/nokia 5320 xpressmusic 01.irs b/ViperIRS/nokia 5320 xpressmusic 01.irs
deleted file mode 100644
index 15c4980..0000000
Binary files a/ViperIRS/nokia 5320 xpressmusic 01.irs and /dev/null differ
diff --git a/ViperIRS/nokia 5320 xpressmusic 02.irs b/ViperIRS/nokia 5320 xpressmusic 02.irs
deleted file mode 100644
index beda096..0000000
Binary files a/ViperIRS/nokia 5320 xpressmusic 02.irs and /dev/null differ
diff --git a/ViperIRS/nokia 5320 xpressmusic 03.irs b/ViperIRS/nokia 5320 xpressmusic 03.irs
deleted file mode 100644
index 010977f..0000000
Binary files a/ViperIRS/nokia 5320 xpressmusic 03.irs and /dev/null differ
diff --git a/ViperIRS/nokia 5320 xpressmusic 04.irs b/ViperIRS/nokia 5320 xpressmusic 04.irs
deleted file mode 100644
index f156fbb..0000000
Binary files a/ViperIRS/nokia 5320 xpressmusic 04.irs and /dev/null differ
diff --git a/ViperIRS/nokia 5320 xpressmusic 05.irs b/ViperIRS/nokia 5320 xpressmusic 05.irs
deleted file mode 100644
index db10b8c..0000000
Binary files a/ViperIRS/nokia 5320 xpressmusic 05.irs and /dev/null differ
diff --git a/ViperIRS/nokia 5320 xpressmusic 06.irs b/ViperIRS/nokia 5320 xpressmusic 06.irs
deleted file mode 100644
index 282e818..0000000
Binary files a/ViperIRS/nokia 5320 xpressmusic 06.irs and /dev/null differ
diff --git a/ViperIRS/nokia 5320 xpressmusic 07.irs b/ViperIRS/nokia 5320 xpressmusic 07.irs
deleted file mode 100644
index 21b96cf..0000000
Binary files a/ViperIRS/nokia 5320 xpressmusic 07.irs and /dev/null differ
diff --git a/ViperIRS/nokia 5320 xpressmusic 08.irs b/ViperIRS/nokia 5320 xpressmusic 08.irs
deleted file mode 100644
index 13dfd64..0000000
Binary files a/ViperIRS/nokia 5320 xpressmusic 08.irs and /dev/null differ
diff --git a/ViperIRS/nokia 5320 xpressmusic 09.irs b/ViperIRS/nokia 5320 xpressmusic 09.irs
deleted file mode 100644
index c5b4b1e..0000000
Binary files a/ViperIRS/nokia 5320 xpressmusic 09.irs and /dev/null differ
diff --git a/ViperIRS/nokia 5320 xpressmusic 10.irs b/ViperIRS/nokia 5320 xpressmusic 10.irs
deleted file mode 100644
index ed990e0..0000000
Binary files a/ViperIRS/nokia 5320 xpressmusic 10.irs and /dev/null differ
diff --git a/ViperIRS/nokia 5320 xpressmusic 11.irs b/ViperIRS/nokia 5320 xpressmusic 11.irs
deleted file mode 100644
index 9824ed5..0000000
Binary files a/ViperIRS/nokia 5320 xpressmusic 11.irs and /dev/null differ
diff --git a/ViperIRS/nokia 5320 xpressmusic 12.irs b/ViperIRS/nokia 5320 xpressmusic 12.irs
deleted file mode 100644
index 9cdc7c0..0000000
Binary files a/ViperIRS/nokia 5320 xpressmusic 12.irs and /dev/null differ
diff --git a/ViperIRS/nokia 5320 xpressmusic 13.irs b/ViperIRS/nokia 5320 xpressmusic 13.irs
deleted file mode 100644
index 48fef1a..0000000
Binary files a/ViperIRS/nokia 5320 xpressmusic 13.irs and /dev/null differ
diff --git a/ViperIRS/nokia 5320 xpressmusic 14.irs b/ViperIRS/nokia 5320 xpressmusic 14.irs
deleted file mode 100644
index 8e0f1b4..0000000
Binary files a/ViperIRS/nokia 5320 xpressmusic 14.irs and /dev/null differ
diff --git a/ViperIRS/nokia 5320 xpressmusic 15.irs b/ViperIRS/nokia 5320 xpressmusic 15.irs
deleted file mode 100644
index 3c2c945..0000000
Binary files a/ViperIRS/nokia 5320 xpressmusic 15.irs and /dev/null differ
diff --git a/ViperIRS/nokia 5320 xpressmusic 16.irs b/ViperIRS/nokia 5320 xpressmusic 16.irs
deleted file mode 100644
index be297fe..0000000
Binary files a/ViperIRS/nokia 5320 xpressmusic 16.irs and /dev/null differ
diff --git a/ViperIRS/nokia 5320 xpressmusic 17.irs b/ViperIRS/nokia 5320 xpressmusic 17.irs
deleted file mode 100644
index d2fd147..0000000
Binary files a/ViperIRS/nokia 5320 xpressmusic 17.irs and /dev/null differ
diff --git a/ViperIRS/nokia 5320 xpressmusic 18.irs b/ViperIRS/nokia 5320 xpressmusic 18.irs
deleted file mode 100644
index 25f72ee..0000000
Binary files a/ViperIRS/nokia 5320 xpressmusic 18.irs and /dev/null differ
diff --git a/ViperIRS/nokia 5320 xpressmusic 19.irs b/ViperIRS/nokia 5320 xpressmusic 19.irs
deleted file mode 100644
index 6004200..0000000
Binary files a/ViperIRS/nokia 5320 xpressmusic 19.irs and /dev/null differ
diff --git a/ViperIRS/nokia 5320 xpressmusic 20.irs b/ViperIRS/nokia 5320 xpressmusic 20.irs
deleted file mode 100644
index db0fb26..0000000
Binary files a/ViperIRS/nokia 5320 xpressmusic 20.irs and /dev/null differ
diff --git a/ViperIRS/nokia 5320 xpressmusic 21.irs b/ViperIRS/nokia 5320 xpressmusic 21.irs
deleted file mode 100644
index 26f5287..0000000
Binary files a/ViperIRS/nokia 5320 xpressmusic 21.irs and /dev/null differ
diff --git a/ViperIRS/nokia 5320 xpressmusic 22.irs b/ViperIRS/nokia 5320 xpressmusic 22.irs
deleted file mode 100644
index 94639fe..0000000
Binary files a/ViperIRS/nokia 5320 xpressmusic 22.irs and /dev/null differ
diff --git a/ViperIRS/nokia 5320 xpressmusic 23.irs b/ViperIRS/nokia 5320 xpressmusic 23.irs
deleted file mode 100644
index 7833619..0000000
Binary files a/ViperIRS/nokia 5320 xpressmusic 23.irs and /dev/null differ
diff --git a/ViperIRS/nokia 5320 xpressmusic 24.irs b/ViperIRS/nokia 5320 xpressmusic 24.irs
deleted file mode 100644
index 5ee0c1a..0000000
Binary files a/ViperIRS/nokia 5320 xpressmusic 24.irs and /dev/null differ
diff --git a/ViperIRS/phew.irs b/ViperIRS/phew.irs
deleted file mode 100644
index 547147a..0000000
Binary files a/ViperIRS/phew.irs and /dev/null differ
diff --git a/ViperIRS/rightside driver 291016035948.irs b/ViperIRS/rightside driver 291016035948.irs
deleted file mode 100644
index dc9fbfc..0000000
Binary files a/ViperIRS/rightside driver 291016035948.irs and /dev/null differ
diff --git a/ViperIRS/se w508 megabass 01.irs b/ViperIRS/se w508 megabass 01.irs
deleted file mode 100644
index af444ef..0000000
Binary files a/ViperIRS/se w508 megabass 01.irs and /dev/null differ
diff --git a/ViperIRS/se w508 megabass 02.irs b/ViperIRS/se w508 megabass 02.irs
deleted file mode 100644
index f8f3cee..0000000
Binary files a/ViperIRS/se w508 megabass 02.irs and /dev/null differ
diff --git a/ViperIRS/srs audio sandbox 01 music headset InDaClub+TruSurroundXT.irs b/ViperIRS/srs audio sandbox 01 music headset InDaClub+TruSurroundXT.irs
deleted file mode 100644
index 1643c5a..0000000
Binary files a/ViperIRS/srs audio sandbox 01 music headset InDaClub+TruSurroundXT.irs and /dev/null differ
diff --git a/ViperIRS/srs audio sandbox 02 music headset InDaClub+WowHd.irs b/ViperIRS/srs audio sandbox 02 music headset InDaClub+WowHd.irs
deleted file mode 100644
index 68b94c4..0000000
Binary files a/ViperIRS/srs audio sandbox 02 music headset InDaClub+WowHd.irs and /dev/null differ
diff --git a/ViperIRS/srs audio sandbox 03 music headset InDaClub+Headphone360.irs b/ViperIRS/srs audio sandbox 03 music headset InDaClub+Headphone360.irs
deleted file mode 100644
index 6603df1..0000000
Binary files a/ViperIRS/srs audio sandbox 03 music headset InDaClub+Headphone360.irs and /dev/null differ
diff --git a/ViperIRS/srs audio sandbox 04 music stereo InDaClub+TruSurroundXT.irs b/ViperIRS/srs audio sandbox 04 music stereo InDaClub+TruSurroundXT.irs
deleted file mode 100644
index a879946..0000000
Binary files a/ViperIRS/srs audio sandbox 04 music stereo InDaClub+TruSurroundXT.irs and /dev/null differ
diff --git a/ViperIRS/srs audio sandbox 05 music stereo InDaClub+WowHd.irs b/ViperIRS/srs audio sandbox 05 music stereo InDaClub+WowHd.irs
deleted file mode 100644
index e06eee6..0000000
Binary files a/ViperIRS/srs audio sandbox 05 music stereo InDaClub+WowHd.irs and /dev/null differ
diff --git a/ViperIRS/srs audio sandbox 06 music laptop InDaClub+TruSurroundXT.irs b/ViperIRS/srs audio sandbox 06 music laptop InDaClub+TruSurroundXT.irs
deleted file mode 100644
index c65c448..0000000
Binary files a/ViperIRS/srs audio sandbox 06 music laptop InDaClub+TruSurroundXT.irs and /dev/null differ
diff --git a/ViperIRS/srs audio sandbox 07 music laptop InDaClub+WowHd.irs b/ViperIRS/srs audio sandbox 07 music laptop InDaClub+WowHd.irs
deleted file mode 100644
index ca66fe8..0000000
Binary files a/ViperIRS/srs audio sandbox 07 music laptop InDaClub+WowHd.irs and /dev/null differ
diff --git a/ViperIRS/srs hd audio lab 01 music headset.irs b/ViperIRS/srs hd audio lab 01 music headset.irs
deleted file mode 100644
index b0b1ed8..0000000
Binary files a/ViperIRS/srs hd audio lab 01 music headset.irs and /dev/null differ
diff --git a/ViperIRS/srs hd audio lab 02 music laptop.irs b/ViperIRS/srs hd audio lab 02 music laptop.irs
deleted file mode 100644
index f36aa12..0000000
Binary files a/ViperIRS/srs hd audio lab 02 music laptop.irs and /dev/null differ
diff --git a/ViperIRS/srs hd audio lab 03 music soundsys channel 2.0.irs b/ViperIRS/srs hd audio lab 03 music soundsys channel 2.0.irs
deleted file mode 100644
index 2fa48a5..0000000
Binary files a/ViperIRS/srs hd audio lab 03 music soundsys channel 2.0.irs and /dev/null differ
diff --git a/ViperIRS/srs hd audio lab 04 music soundsys channel 2.1.irs b/ViperIRS/srs hd audio lab 04 music soundsys channel 2.1.irs
deleted file mode 100644
index 4cfd2b7..0000000
Binary files a/ViperIRS/srs hd audio lab 04 music soundsys channel 2.1.irs and /dev/null differ
diff --git a/ViperIRS/srs hd audio lab 05 music soundsys channel 5.1.irs b/ViperIRS/srs hd audio lab 05 music soundsys channel 5.1.irs
deleted file mode 100644
index 7710193..0000000
Binary files a/ViperIRS/srs hd audio lab 05 music soundsys channel 5.1.irs and /dev/null differ
diff --git a/ViperIRS/srs hd audio lab 06 music soundsys channel 7.1.irs b/ViperIRS/srs hd audio lab 06 music soundsys channel 7.1.irs
deleted file mode 100644
index 4fb9845..0000000
Binary files a/ViperIRS/srs hd audio lab 06 music soundsys channel 7.1.irs and /dev/null differ
diff --git a/ViperIRS/vivo-bbe .irs b/ViperIRS/vivo-bbe .irs
deleted file mode 100644
index fe38322..0000000
Binary files a/ViperIRS/vivo-bbe .irs and /dev/null differ
diff --git a/ViperIRS/vivo-hifi .irs b/ViperIRS/vivo-hifi .irs
deleted file mode 100644
index 5da305a..0000000
Binary files a/ViperIRS/vivo-hifi .irs and /dev/null differ
diff --git a/ViperIRS/vivo-srs .irs b/ViperIRS/vivo-srs .irs
deleted file mode 100644
index f7ae24e..0000000
Binary files a/ViperIRS/vivo-srs .irs and /dev/null differ
diff --git a/ViperIRS/zLOUD.irs b/ViperIRS/zLOUD.irs
deleted file mode 100644
index 781b7bb..0000000
Binary files a/ViperIRS/zLOUD.irs and /dev/null differ
diff --git a/ViperVDC/AKG 271S.vdc b/ViperVDC/AKG 271S.vdc
deleted file mode 100644
index c26fe6b..0000000
--- a/ViperVDC/AKG 271S.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00325818433484,-1.98882657616557,0.985600689808906,1.98882657616557,-0.988858874143744,1.12858021436303,-1.39101969471377,0.431749035420183,1.39101969471377,-0.560329249783217,0.932801237078837,-0.741237095514595,0.607018705054446,0.741237095514595,-0.539819942133283,1.18225197252536,0.726727926468082,-0.0658174802030512,-0.726727926468082,-0.116434492322306
-SR_48000:1.00299481148755,-1.98973218343013,0.986764647072917,1.98973218343013,-0.989759458560466,1.12018922233667,-1.44305915595346,0.46883241824378,1.44305915595346,-0.589021640580447,0.937125585295404,-0.871930405984135,0.632307681935402,0.871930405984135,-0.569433267230806,1.16767880103555,0.593542931495158,0.0194070619547668,-0.593542931495158,-0.187085862990317
diff --git a/ViperVDC/AKG K240.vdc b/ViperVDC/AKG K240.vdc
deleted file mode 100644
index 06dcf6d..0000000
--- a/ViperVDC/AKG K240.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.0014855801704,-1.9949019429714,0.993434585803336,1.9949019429714,-0.994920165973734,0.991378192455337,-1.94016953512391,0.949579293630031,1.94016953512391,-0.940957486085367,1.01448709423531,-1.83925157956234,0.873611226165768,1.83925157956234,-0.888098320401074,1.09781093079341,-1.2604973424108,0.567731660386886,1.2604973424108,-0.665542591180299,0.898204728399093,-0.412089237070974,0.550123154145946,0.412089237070974,-0.44832788254504
-SR_48000:1.00136515840656,-1.99531655424857,0.993966781085429,1.99531655424857,-0.995331939491994,0.992059702604988,-1.94495778037695,0.953564794694132,1.94495778037695,-0.94562449729912,1.01337032285114,-1.85527654032301,0.883354199021823,1.85527654032301,-0.896724521872964,1.09105295220762,-1.33969691979749,0.597598058331643,1.33969691979749,-0.68865101053926,0.904434670025027,-0.567171518241501,0.577655930909076,0.567171518241501,-0.482090600934103
diff --git a/ViperVDC/AKG K242HD.vdc b/ViperVDC/AKG K242HD.vdc
deleted file mode 100644
index 4acef44..0000000
--- a/ViperVDC/AKG K242HD.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00117418411212,-1.99695018560222,0.995808431393387,1.99695018560222,-0.996982615505505,0.983735828264394,-1.91122881724588,0.928121668464827,1.91122881724588,-0.911857496729221,1.0369669239748,-1.85571937249218,0.868036540082006,1.85571937249218,-0.905003464056809,1.16934715487245,-1.37660493246565,0.60663184547699,1.37660493246565,-0.775979000349438,0.881002306430908,-0.385563503345573,0.47409829351746,0.385563503345573,-0.355100599948368
-SR_48000:1.0010789138715,-1.99720006072485,0.996148524352904,1.99720006072485,-0.997227438224407,0.98500369381764,-1.91819602138348,0.93372490864574,1.91819602138348,-0.918728602463381,1.03409371097978,-1.87059672052407,0.878293253033361,1.87059672052407,-0.912386964013145,1.15696083954545,-1.45005313516576,0.635403406506123,1.45005313516576,-0.79236424605157,0.887903427773152,-0.532886958277583,0.504597300529073,0.532886958277583,-0.392500728302226
diff --git a/ViperVDC/AKG K267.vdc b/ViperVDC/AKG K267.vdc
deleted file mode 100644
index b705298..0000000
--- a/ViperVDC/AKG K267.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00611301575424,-1.97704041031463,0.972983968676313,1.97704041031463,-0.979096984430552,0.96211518057496,-1.84605771084008,0.885984860245844,1.84605771084008,-0.848100040820804,1.04572598105714,-1.50833849437043,0.797917331443285,1.50833849437043,-0.843643312500422,0.881002306430908,-0.385563503345573,0.47409829351746,0.385563503345573,-0.355100599948368,1.18225197252536,0.726727926468082,-0.0658174802030512,-0.726727926468082,-0.116434492322306
-SR_48000:1.00562109832946,-1.97904158073986,0.975157962183101,1.97904158073986,-0.980779060512557,0.964977829096917,-1.85784319823566,0.894600059585614,1.85784319823566,-0.859577888682531,1.04227490730802,-1.56920062067497,0.813169102460212,1.56920062067497,-0.85544400976823,0.887903427773152,-0.532886958277583,0.504597300529073,0.532886958277583,-0.392500728302226,1.16767880103555,0.593542931495158,0.0194070619547668,-0.593542931495158,-0.187085862990317
diff --git a/ViperVDC/AKG K272HD.vdc b/ViperVDC/AKG K272HD.vdc
deleted file mode 100644
index 603a8ce..0000000
--- a/ViperVDC/AKG K272HD.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00155462443606,-1.9946658532516,0.993129449661252,1.9946658532516,-0.994684074097308,0.96812692887435,-1.6742747606903,0.721931926964011,1.6742747606903,-0.690058855838361,1.19705084650068,-1.36371793650753,0.542280306429989,1.36371793650753,-0.739331152930671,0.688263388736058,-0.27977080101535,0.399922425864836,0.27977080101535,-0.0881858146008941,1.47226903341036,0.432248641375918,-0.421303325792125,-0.432248641375918,-0.0509657076182375
-SR_48000:1.0014286196113,-1.99509955491869,0.993686318877603,1.99509955491869,-0.995114938488901,0.970347171719361,-1.69815214906586,0.741301841057017,1.69815214906586,-0.711649012776377,1.18289020816997,-1.4357077621874,0.575173354861861,1.4357077621874,-0.758063563031833,0.703157653340425,-0.405583214545569,0.428593149319734,0.405583214545569,-0.131750802660159,1.43901676086207,0.289304520006768,-0.321229930715268,-0.289304520006768,-0.117786830146798
diff --git a/ViperVDC/AKG K3003.vdc b/ViperVDC/AKG K3003.vdc
deleted file mode 100644
index 4f51e06..0000000
--- a/ViperVDC/AKG K3003.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00052387686001,-1.9974419759404,0.996936345285375,1.9974419759404,-0.997460222145389,0.975583090696253,-1.91114920707589,0.936160320641699,1.91114920707589,-0.911743411337952,1.07930879444049,-1.63460010289842,0.71688575107234,1.63460010289842,-0.796194545512833,0.84588506093786,-0.541317107439083,0.449844931713749,0.541317107439083,-0.295729992651608,1.18225197252536,0.726727926468082,-0.0658174802030512,-0.726727926468082,-0.116434492322306
-SR_48000:1.00048136152222,-1.99765093511329,0.997184976834151,1.99765093511329,-0.997666338356372,0.977486360732327,-1.91811953332606,0.941136550324322,1.91811953332606,-0.918622911056649,1.07345986509736,-1.6733536652418,0.737765090491059,1.6733536652418,-0.811224955588418,0.85445113949492,-0.667437505795166,0.480423872095412,0.667437505795166,-0.334875011590332,1.16767880103555,0.593542931495158,0.0194070619547668,-0.593542931495158,-0.187085862990317
diff --git a/ViperVDC/AKG K309.vdc b/ViperVDC/AKG K309.vdc
deleted file mode 100644
index 0e5f1e0..0000000
--- a/ViperVDC/AKG K309.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00513869440558,-1.98229983269482,0.977289911460212,1.98229983269482,-0.982428605865788,0.99688628327105,-1.97802648020224,0.981790848833451,1.97802648020224,-0.978677132104501,1.05907341991376,-1.59113561577963,0.738929290067557,1.59113561577963,-0.798002709981317,0.893756078372788,-1.14469944548853,0.72221800039988,1.14469944548853,-0.615974078772668,1.55617916212302,0.0639125562212758,-1.45799361061311,-0.0639125562212758,0.901814448490091
-SR_48000:1.00472454427269,-1.98373598684653,0.979120218040877,1.98373598684653,-0.983844762313569,0.997136794451044,-1.97984294643123,0.983255849134542,1.97984294643123,-0.980392643585586,1.05471371875016,-1.63630624258863,0.758196674274113,1.63630624258863,-0.812910393024276,0.900863393941781,-1.23426831337491,0.7408005630567,1.23426831337491,-0.64166395699848,1.53082278242796,0.0924449296556793,-1.3459329231166,-0.0924449296556793,0.815110140688641
diff --git a/ViperVDC/AKG K315.vdc b/ViperVDC/AKG K315.vdc
deleted file mode 100644
index 894bc98..0000000
--- a/ViperVDC/AKG K315.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00434118205195,-1.98874524419008,0.984502973412138,1.98874524419008,-0.988844155464086,1.11270033216854,-1.4878425455553,0.501929027101932,1.4878425455553,-0.614629359270472,0.934222415339366,-1.63345203091604,0.82802000607612,1.63345203091604,-0.762242421415485,0.940860979062853,-1.08413779349616,0.738639371085843,1.08413779349616,-0.679500350148697,0.904639845182405,-0.227624927148542,0.659586067355168,0.227624927148542,-0.564225912537573
-SR_48000:1.00399026783217,-1.98966239558877,0.985755656881516,1.98966239558877,-0.989745924713682,1.10513160626747,-1.53154809127108,0.535378464211899,1.53154809127108,-0.64051007047937,0.938981381784835,-1.66945897275579,0.840462649335194,1.66945897275579,-0.779444031120029,0.944961468561484,-1.18744583509593,0.75676118807292,1.18744583509593,-0.701722656634404,0.91086822387949,-0.412218033381832,0.681819954142913,0.412218033381832,-0.592688178022404
diff --git a/ViperVDC/AKG K319.vdc b/ViperVDC/AKG K319.vdc
deleted file mode 100644
index f6f6b85..0000000
--- a/ViperVDC/AKG K319.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00471799713379,-1.983738283167,0.979149152648079,1.983738283167,-0.983867149781869,0.981000579127673,-1.7558773764672,0.834244640877545,1.7558773764672,-0.815245220005218,1.05907341991376,-1.59113561577963,0.738929290067557,1.59113561577963,-0.798002709981317,0.904704994280484,-1.22445063782316,0.713207729114777,1.22445063782316,-0.617912723395262,1.55617916212302,0.0639125562212758,-1.45799361061311,-0.0639125562212758,0.901814448490091
-SR_48000:1.00433749962331,-1.98505938548569,0.980830733896194,1.98505938548569,-0.985168233519502,0.982413392940862,-1.77844878297092,0.846570356621827,1.77844878297092,-0.828983749562689,1.05471371875016,-1.63630624258863,0.758196674274113,1.63630624258863,-0.812910393024276,0.911088140293262,-1.30388103679316,0.732417937735623,1.30388103679316,-0.643506078028885,1.53082278242796,0.0924449296556793,-1.3459329231166,-0.0924449296556793,0.815110140688641
diff --git a/ViperVDC/AKG K321.vdc b/ViperVDC/AKG K321.vdc
deleted file mode 100644
index 11a4461..0000000
--- a/ViperVDC/AKG K321.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.965320002061616,-1.89840663617863,0.933242717467477,1.89840663617863,-0.898562719529093,1.1605619737429,-1.7442966422459,0.690926133727623,1.7442966422459,-0.851488107470527,0.68275848819681,-0.680307524169628,0.389325764317596,0.680307524169628,-0.0720842525144052,0.930877484258526,-0.639192754524382,0.396959123271822,0.639192754524382,-0.327836607530348,1.22008569649619,0.513053050196759,0.0273471704513328,-0.513053050196759,-0.247432866947519
-SR_48000:0.968006002349297,-1.90628684198194,0.938413135309075,1.90628684198194,-0.906419137658372,1.14838796142359,-1.77157906810337,0.71436050593833,1.77157906810337,-0.862748467361923,0.697521791365996,-0.767698581455551,0.417744393480427,0.767698581455551,-0.115266184846423,0.934821545819151,-0.759014262147604,0.431368032089396,0.759014262147604,-0.366189577908547,1.20549860336962,0.335769150783034,0.0918137742802995,-0.335769150783034,-0.297312377649923
diff --git a/ViperVDC/AKG K328.vdc b/ViperVDC/AKG K328.vdc
deleted file mode 100644
index 4649dce..0000000
--- a/ViperVDC/AKG K328.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.974516118216962,-1.92530261022811,0.950944786696981,1.92530261022811,-0.925460904913943,1.07340527603656,-1.54894161962695,0.570722745796286,1.54894161962695,-0.644128021832846,0.804320070477703,-0.885901305950387,0.545464741870891,0.885901305950387,-0.349784812348595,0.875040798334075,-0.325577502498972,0.269233141335514,0.325577502498972,-0.144273939669589,1.0690112297163,0.203123860814089,0.397930008394684,-0.203123860814089,-0.466941238110985
-SR_48000:0.976515618470726,-1.93117532143452,0.954793725892467,1.93117532143452,-0.931309344363193,1.06840233955851,-1.58672602544438,0.599980136411984,1.58672602544438,-0.66838247597049,0.815468365989013,-0.980636143374449,0.57136056772438,0.980636143374449,-0.386828933713393,0.881456204565456,-0.454707102967697,0.306750716642186,0.454707102967697,-0.188206921207643,1.06458600075131,-9.19142219035521E-17,0.436536733369071,9.19142219035521E-17,-0.501122734120385
diff --git a/ViperVDC/AKG K330.vdc b/ViperVDC/AKG K330.vdc
deleted file mode 100644
index a1b6901..0000000
--- a/ViperVDC/AKG K330.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.94800012118229,-1.86074331507498,0.913113420053188,1.86074331507498,-0.861113541235477,1.21113175471695,-1.62108445116896,0.50957245914897,1.62108445116896,-0.720704213865925,0.681299844003282,-0.708379019306405,0.497443345909804,0.708379019306405,-0.178743189913086,1.17342166121156,0.833981830611648,0.38092435135251,-0.833981830611648,-0.554346012564073
-SR_48000:0.951954288839414,-1.87136044281067,0.919720437455444,1.87136044281067,-0.871674726294858,1.19611951681591,-1.6553739382336,0.544443646225252,1.6553739382336,-0.740563163041165,0.697314032992294,-0.804408535366886,0.522696039028563,0.804408535366886,-0.220010072020857,1.16106604610414,0.606973088496209,0.425031070107417,-0.606973088496209,-0.586097116211557
diff --git a/ViperVDC/AKG K331.vdc b/ViperVDC/AKG K331.vdc
deleted file mode 100644
index 99b2e2b..0000000
--- a/ViperVDC/AKG K331.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.95614580288932,-1.87138242227471,0.915582837347453,1.87138242227471,-0.871728640236774,1.2049542270185,-1.70561319741132,0.605473239542346,1.70561319741132,-0.810427466560847,0.642999016713762,-0.529946364703772,0.312790746182549,0.529946364703772,0.0442102371036888,0.711307003293432,-0.46167211616449,0.393779829294038,0.46167211616449,-0.105086832587471,1.42931975605339,0.198295886649537,0.00275431101165383,-0.198295886649537,-0.432074067065044
-SR_48000:0.959498124350548,-1.88124023937558,0.922035890525963,1.88124023937558,-0.881534014876511,1.18971456678748,-1.73522486803766,0.634808832512956,1.73522486803766,-0.824523399300435,0.658148504691456,-0.619156642918664,0.34195276202081,0.619156642918664,-0.000101266712265424,0.725231662487671,-0.57412579100808,0.423019919528489,0.57412579100808,-0.148251582016161,1.40078593007803,-8.99975491168155E-17,0.0690341281946567,8.99975491168155E-17,-0.469820058272688
diff --git a/ViperVDC/AKG K340.vdc b/ViperVDC/AKG K340.vdc
deleted file mode 100644
index a1b6901..0000000
--- a/ViperVDC/AKG K340.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.94800012118229,-1.86074331507498,0.913113420053188,1.86074331507498,-0.861113541235477,1.21113175471695,-1.62108445116896,0.50957245914897,1.62108445116896,-0.720704213865925,0.681299844003282,-0.708379019306405,0.497443345909804,0.708379019306405,-0.178743189913086,1.17342166121156,0.833981830611648,0.38092435135251,-0.833981830611648,-0.554346012564073
-SR_48000:0.951954288839414,-1.87136044281067,0.919720437455444,1.87136044281067,-0.871674726294858,1.19611951681591,-1.6553739382336,0.544443646225252,1.6553739382336,-0.740563163041165,0.697314032992294,-0.804408535366886,0.522696039028563,0.804408535366886,-0.220010072020857,1.16106604610414,0.606973088496209,0.425031070107417,-0.606973088496209,-0.586097116211557
diff --git a/ViperVDC/AKG K370.vdc b/ViperVDC/AKG K370.vdc
deleted file mode 100644
index c8ecf3e..0000000
--- a/ViperVDC/AKG K370.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00244704416361,-1.99161431636564,0.9891854651726,1.99161431636564,-0.991632509336215,0.995183572349656,-1.95237103292039,0.95798036686303,1.95237103292039,-0.953163939212686,1.03327695896499,-1.5191819776151,0.805394893336739,1.5191819776151,-0.83867185230173,0.80707832211933,-0.846371687135546,0.628635302118238,0.846371687135546,-0.435713624237567,1.16084293278613,0.501863401890036,0.05938351747205,-0.501863401890036,-0.22022645025818
-SR_48000:1.00224898596352,-1.99229439309679,0.99006076907378,1.99229439309679,-0.9923097550373,0.99556648556718,-1.95621689978389,0.96132099068046,1.95621689978389,-0.956887476247641,1.03077187842299,-1.57808056316899,0.820044713549827,1.57808056316899,-0.850816591972821,0.818671364364438,-0.954443594300377,0.650951335641169,0.954443594300377,-0.469622700005607,1.15039980917928,0.328921521239286,0.120455359569982,-0.328921521239286,-0.270855168749258
diff --git a/ViperVDC/AKG K374.vdc b/ViperVDC/AKG K374.vdc
deleted file mode 100644
index 276578c..0000000
--- a/ViperVDC/AKG K374.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.980289280285431,-1.94229783339901,0.962057838433477,1.94229783339901,-0.942347118718908,0.820509448099649,-1.02206975555615,0.583070248752997,1.02206975555615,-0.403579696852646,0.902499757142398,-0.193877300248649,0.429814329459633,0.193877300248649,-0.332314086602031,1.09142575952117,0.532125806280549,0.202380445998395,-0.532125806280549,-0.293806205519562
-SR_48000:0.981848279112123,-1.94686541374818,0.965058834146518,1.94686541374818,-0.946907113258642,0.831086728629524,-1.10615305714027,0.607639692066308,1.10615305714027,-0.438726420695833,0.908128181696056,-0.354804102446176,0.462729601608241,0.354804102446176,-0.370857783304296,1.0855574528766,0.346593478542678,0.253576915714356,-0.346593478542678,-0.339134368590955
diff --git a/ViperVDC/AKG K375.vdc b/ViperVDC/AKG K375.vdc
deleted file mode 100644
index 72f5766..0000000
--- a/ViperVDC/AKG K375.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.979789710060584,-1.94081498315676,0.961096190433839,1.94081498315676,-0.940885900494423,0.879673872588328,-1.09013100484757,0.637876055868153,1.09013100484757,-0.517549928456481,0.872904540775937,-0.209269831304629,0.438310803450083,0.209269831304629,-0.31121534422602,1.19459942044506,0.416515510571136,0.305324596726814,-0.416515510571136,-0.49992401717187
-SR_48000:0.981387118192062,-1.94549823475456,0.964171122160832,1.94549823475456,-0.945558240352894,0.887286296917434,-1.17716325976726,0.660785802751552,1.17716325976726,-0.548072099668987,0.880122192277833,-0.366534422864969,0.470208692625885,0.366534422864969,-0.350330884903718,1.18154057449238,0.200159600649907,0.351941688687885,-0.200159600649907,-0.533482263180264
diff --git a/ViperVDC/AKG K404.vdc b/ViperVDC/AKG K404.vdc
deleted file mode 100644
index a6b0bda..0000000
--- a/ViperVDC/AKG K404.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.981861482057214,-1.92707763206765,0.945411758863679,1.92707763206765,-0.927273240920893,0.993169519073782,-1.95005348903178,0.960055049783652,1.95005348903178,-0.953224568857434,1.01504738274472,-1.93590289397599,0.933499179469834,1.93590289397599,-0.94854656221455,0.984915416946156,-1.81656740583743,0.868398594983267,1.81656740583743,-0.853314011929423,1.94076672135153,0.0712840600109477,-1.83125671017613,-0.0712840600109477,0.8904899888246
-SR_48000:0.983285902951228,-1.93281888219027,0.949698582709339,1.93281888219027,-0.932984485660568,0.993712568552973,-1.95426147245337,0.963230826811009,1.95426147245337,-0.956943395363982,1.01385361547443,-1.94193185954324,0.93877494764448,1.94193185954324,-0.952628563118907,0.986058498563174,-1.83320955694038,0.878371104419654,1.83320955694038,-0.864429602982828,1.89318029774612,0.10256795187302,-1.68804439400008,-0.10256795187302,0.794864096253959
diff --git a/ViperVDC/AKG K420.vdc b/ViperVDC/AKG K420.vdc
deleted file mode 100644
index 5b900aa..0000000
--- a/ViperVDC/AKG K420.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00244704416361,-1.99161431636564,0.9891854651726,1.99161431636564,-0.991632509336215,0.994005864795245,-1.95875307673364,0.964946036021422,1.95875307673364,-0.958951900816667,1.12403040185224,-1.27240017164608,0.557239845690259,1.27240017164608,-0.681270247542497,1.18038388118386,-0.163780578732407,-0.0548928006026531,0.163780578732407,-0.12549108058121,1.2953479700915,0.369823153604923,-0.72720780414168,-0.369823153604923,0.431859834050177
-SR_48000:1.00224898596352,-1.99229439309679,0.99006076907378,1.99229439309679,-0.9923097550373,0.994483699011147,-1.96205602185571,0.967740431346154,1.96205602185571,-0.962224130357301,1.11538557900193,-1.3514658831469,0.588099885180758,1.3514658831469,-0.703485464182689,1.17055971920168,-0.303625551311881,0.00255932693192773,0.303625551311881,-0.173119046133609,1.26927037163734,0.347282750025642,-0.574704871586054,-0.347282750025642,0.305434499948716
diff --git a/ViperVDC/AKG K430.vdc b/ViperVDC/AKG K430.vdc
deleted file mode 100644
index 130e43a..0000000
--- a/ViperVDC/AKG K430.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00074048432775,-1.99640199453132,0.995669615371506,1.99640199453132,-0.99641009969926,0.977989752899979,-1.86166063980532,0.902727303674313,1.86166063980532,-0.880717056574291,1.08547315676086,-1.77127453213104,0.776524585750174,1.77127453213104,-0.861997742511038,0.907141606601933,-1.32663044048296,0.668516783176568,1.32663044048296,-0.5756583897785,1.28046485179674,0.177137402882176,-0.00119534570176756,-0.177137402882176,-0.279269506094968
-SR_48000:1.00068041918601,-1.99669445554129,0.996020878938845,1.99669445554129,-0.996701298124853,0.979680020823014,-1.87370917878113,0.910197320600488,1.87370917878113,-0.889877341423503,1.07896342977853,-1.79539776020677,0.793544712175364,1.79539776020677,-0.872508141953895,0.91321614953442,-1.38860042731943,0.690201511484984,1.38860042731943,-0.603417661019404,1.26306673106784,-8.10676361342104E-17,0.060911964309217,8.10676361342104E-17,-0.323978695377059
diff --git a/ViperVDC/AKG K450.vdc b/ViperVDC/AKG K450.vdc
deleted file mode 100644
index c40910d..0000000
--- a/ViperVDC/AKG K450.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.982250690902737,-1.92833263084553,0.94658309085336,1.92833263084553,-0.928833781756097,0.986726384293965,-1.88126703897952,0.922375316716962,1.88126703897952,-0.909101701010927,1.05343723648201,-1.78304417923252,0.839179542675992,1.78304417923252,-0.892616779158002,1.34038269985579,-0.440939375537468,0.2093418128301,0.440939375537468,-0.549724512685886,1.22400658202249,0.175571332306679,-0.954285433142482,-0.175571332306679,0.730278851119991
-SR_48000:0.983645603908749,-1.93400246226957,0.950781110105901,1.93400246226957,-0.93442671401465,0.987759826392735,-1.89258741733211,0.928418931161208,1.89258741733211,-0.916178757553942,1.04930791323346,-1.80787734923266,0.851606825540694,1.80787734923266,-0.900914738774158,1.3177448160596,-0.604513940473836,0.261926236689592,0.604513940473836,-0.579671052749193,1.20816090680612,0.196058411711251,-0.816044083383618,-0.196058411711251,0.607883176577497
diff --git a/ViperVDC/AKG K501.vdc b/ViperVDC/AKG K501.vdc
deleted file mode 100644
index b3c4186..0000000
--- a/ViperVDC/AKG K501.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00244704416361,-1.99161431636564,0.9891854651726,1.99161431636564,-0.991632509336215,0.971367399118137,-1.71602911498692,0.832555301867471,1.71602911498692,-0.803922700985608,0.952954719343897,-1.00831199097569,0.724877147887345,1.00831199097569,-0.677831867231242,0.955021686103699,-0.227391298918581,0.607598746156368,0.227391298918581,-0.562620432260067,1.41181084781799,0.385251911788879,-0.819968279383119,-0.385251911788879,0.408157431565133
-SR_48000:1.00224898596352,-1.99229439309679,0.99006076907378,1.99229439309679,-0.9923097550373,0.973484320120842,-1.74353647246944,0.844935148173812,1.74353647246944,-0.818419468294655,0.956215421399944,-1.12099423620779,0.74394587565426,1.12099423620779,-0.700161297054204,0.957968212325403,-0.411851793915831,0.633304925061732,0.411851793915831,-0.591273137387135,1.37407229255134,0.360443415357055,-0.653185461837228,-0.360443415357055,0.27911316928589
diff --git a/ViperVDC/AKG K518.vdc b/ViperVDC/AKG K518.vdc
deleted file mode 100644
index edf716f..0000000
--- a/ViperVDC/AKG K518.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00074048432775,-1.99640199453132,0.995669615371506,1.99640199453132,-0.99641009969926,0.958442846731726,-1.86091217972069,0.903468938107146,1.86091217972069,-0.861911784838872,1.022922619635,-1.95674509534479,0.940067243181916,1.95674509534479,-0.962989862816916,1.03573213153814,-1.67405681621787,0.842084427113251,1.67405681621787,-0.877816558651388,0.904691746709143,-0.562871922579144,0.442633180000931,0.562871922579144,-0.347324926710074
-SR_48000:1.00068041918601,-1.99669445554129,0.996020878938845,1.99669445554129,-0.996701298124853,0.961604380420469,-1.871568548418,0.910812708798422,1.871568548418,-0.872417089218891,1.02109173265942,-1.96066636242389,0.944854222402271,1.96066636242389,-0.965945955061691,1.0329907226684,-1.71383926850125,0.854199885484938,1.71383926850125,-0.887190608153334,0.910187984559039,-0.692481701551295,0.47477541854355,0.692481701551295,-0.384963403102589
diff --git a/ViperVDC/AKG K520.vdc b/ViperVDC/AKG K520.vdc
deleted file mode 100644
index bc68660..0000000
--- a/ViperVDC/AKG K520.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00028734358016,-1.99776224233861,0.99749314788901,1.99776224233861,-0.997780491469173,0.986065960873653,-1.94393386496993,0.95806522394877,1.94393386496993,-0.944131184822423,1.1714062122092,-1.35445852542491,0.484149494801457,1.35445852542491,-0.655555707010655,1.13341039844056,-0.00549888962197201,0.410402385978453,0.00549888962197201,-0.543812784419009
-SR_48000:1.00026402071694,-1.99794523716766,0.997696621963071,1.99794523716766,-0.997960642680008,0.987169006329197,-1.9483869308243,0.961384861832166,1.9483869308243,-0.948553868161363,1.15960947226698,-1.4201981683213,0.519652025196695,1.4201981683213,-0.679261497463673,1.124581710748,-0.205448467233363,0.449420133165451,0.205448467233363,-0.574001843913454
diff --git a/ViperVDC/AKG K530.vdc b/ViperVDC/AKG K530.vdc
deleted file mode 100644
index 72ef24c..0000000
--- a/ViperVDC/AKG K530.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.0024717836058,-1.99149738085557,0.989076130995837,1.99149738085557,-0.991547914601638,0.995183572349656,-1.95237103292039,0.95798036686303,1.95237103292039,-0.953163939212686,1.02659968952726,-1.66801873513655,0.844443856089477,1.66801873513655,-0.87104354561674,0.86101239749747,-0.426114148739013,0.636607407261871,0.426114148739013,-0.497619804759341,1.18300900450623,0.894525967085612,0.191204931080301,-0.894525967085612,-0.374213935586535
-SR_48000:1.00227173075978,-1.9921893105566,0.98996025009052,1.9921893105566,-0.992231980850303,0.99556648556718,-1.95621689978389,0.96132099068046,1.95621689978389,-0.956887476247641,1.02456572964193,-1.70813037505983,0.85633854216492,1.70813037505983,-0.88090427180685,0.86972570891029,-0.585166848407003,0.659388955893748,0.585166848407003,-0.529114664804038,1.16917014537418,0.710767457110678,0.252364768847175,-0.710767457110678,-0.421534914221356
diff --git a/ViperVDC/AKG K540.vdc b/ViperVDC/AKG K540.vdc
deleted file mode 100644
index f580420..0000000
--- a/ViperVDC/AKG K540.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00163364009364,-1.99440578870328,0.992780245673213,1.99440578870328,-0.994413885766852,0.986273158488261,-1.9246625069362,0.93933521601032,1.9246625069362,-0.925608374498581,1.00930283582787,-1.95477269490187,0.958886789396777,1.95477269490187,-0.968189625224647,0.969520207463149,-1.17566231414802,0.821752844544828,1.17566231414802,-0.791273052007977,0.878625362701558,0.0977406115287927,0.566720317462417,-0.0977406115287927,-0.445345680163975
-SR_48000:1.00150124741658,-1.99485975666159,0.993365345541144,1.99485975666159,-0.994866592957724,0.987350309166609,-1.93064507584332,0.94409560558504,1.93064507584332,-0.931445914751648,1.00855800991564,-1.95939458518691,0.962178493685549,1.95939458518691,-0.970736503601187,0.97175998761283,-1.27746700511042,0.834851176498468,1.27746700511042,-0.806611164111298,0.88609322526412,-0.0967621051644344,0.593378878034549,0.0967621051644344,-0.479472103298669
diff --git a/ViperVDC/AKG K545.vdc b/ViperVDC/AKG K545.vdc
deleted file mode 100644
index fc0a891..0000000
--- a/ViperVDC/AKG K545.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.19755390732941,-1.46387492998229,0.541111771239894,1.46387492998229,-0.738665678569307,0.62786199626051,-0.123170004882555,0.218555466440945,0.123170004882555,0.153582537298545,1.43202323582831,0.465511384778835,-0.300182773933248,-0.465511384778835,-0.131840461895066
-SR_48000:1.18336714823551,-1.52198131387959,0.574065494304407,1.52198131387959,-0.757432642539921,0.642934054374431,-0.231161385502019,0.250204954814224,0.231161385502019,0.106860990811345,1.40185939656767,0.308630145825327,-0.209404082071496,-0.308630145825327,-0.192455314496179
diff --git a/ViperVDC/AKG K550.vdc b/ViperVDC/AKG K550.vdc
deleted file mode 100644
index b056bf1..0000000
--- a/ViperVDC/AKG K550.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.998845878697011,-1.99189433890448,0.993250648308735,1.99189433890448,-0.992096527005745,1.00327065350458,-1.97103192944885,0.971466059420436,1.97103192944885,-0.974736712925018,1.04276522810809,-1.56078517360486,0.81100216512096,1.56078517360486,-0.853767393229047,0.84588506093786,-0.541317107439083,0.449844931713749,0.541317107439083,-0.295729992651608
-SR_48000:0.998939310588019,-1.99256563011063,0.993797042080309,1.99256563011063,-0.992736352668328,1.00300799488143,-1.97363497005152,0.973757554234902,1.97363497005152,-0.976765549116334,1.03952185529763,-1.6150142917277,0.825336016850528,1.6150142917277,-0.864857872148155,0.85445113949492,-0.667437505795166,0.480423872095412,0.667437505795166,-0.334875011590332
diff --git a/ViperVDC/AKG K551.vdc b/ViperVDC/AKG K551.vdc
deleted file mode 100644
index e02a950..0000000
--- a/ViperVDC/AKG K551.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.998730967893917,-1.99106506272332,0.992578644922955,1.99106506272332,-0.991309612816871,1.06830896516067,-1.48724481285681,0.698113465323648,1.48724481285681,-0.766422430484316,1.04551240914741,-1.10839712804472,0.798861197062994,1.10839712804472,-0.844373606210399,0.826363955479785,-0.370967842583849,0.477438768805468,0.370967842583849,-0.303802724285253
-SR_48000:0.998833665114265,-1.99180638918006,0.993179222744412,1.99180638918006,-0.992012887858677,1.06334533763312,-1.54446554479381,0.720049858448491,1.54446554479381,-0.783395196081611,1.04207531936015,-1.22382923105891,0.814051166971108,1.22382923105891,-0.856126486331261,0.836073879647524,-0.513842386529863,0.506660984399698,0.513842386529863,-0.342734864047222
diff --git a/ViperVDC/AKG K601.vdc b/ViperVDC/AKG K601.vdc
deleted file mode 100644
index 78171ea..0000000
--- a/ViperVDC/AKG K601.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00182776800535,-1.99112071257095,0.989311133027206,1.99112071257095,-0.991138901032552,0.985461396465395,-1.89923358309281,0.914977612751116,1.89923358309281,-0.900439009216511,0.967463528810811,-1.72662779590162,0.856207417067464,1.72662779590162,-0.823670945878275,1.04970717790479,-1.60717173599398,0.780322719705622,1.60717173599398,-0.830029897610415,0.924661979267373,-0.805183117149411,0.559419970559923,0.805183117149411,-0.484081949827296
-SR_48000:1.00167986630942,-1.99184057646058,0.990176068592443,1.99184057646058,-0.99185593490186,0.986588554742363,-1.90713618662952,0.921569283490815,1.90713618662952,-0.908157838233178,0.969892875952863,-1.75421560407791,0.866943741187071,1.75421560407791,-0.836836617139934,1.04598062846376,-1.65273248158331,0.796791935633696,1.65273248158331,-0.842772564097454,0.929356872911605,-0.923024037616641,0.586875913254975,0.923024037616641,-0.516232786166579
diff --git a/ViperVDC/AKG K701.vdc b/ViperVDC/AKG K701.vdc
deleted file mode 100644
index 387a562..0000000
--- a/ViperVDC/AKG K701.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00182776800535,-1.99112071257095,0.989311133027206,1.99112071257095,-0.991138901032552,0.986571144783582,-1.90701424483417,0.921467469292917,1.90701424483417,-0.9080386140765,0.942969245231494,-1.69840170181022,0.85088919106463,1.69840170181022,-0.793858436296125,0.919667135187045,-0.922376535092801,0.644974709806163,0.922376535092801,-0.564641844993208,0.882019317095372,-0.00424599646888448,0.310043823264786,0.00424599646888448,-0.192063140360158
-SR_48000:1.00167986630942,-1.99184057646058,0.990176068592443,1.99184057646058,-0.99185593490186,0.987616084874359,-1.91432648277003,0.92757832449565,1.91432648277003,-0.915194409370009,0.947162974180061,-1.72764727323178,0.861853982228884,1.72764727323178,-0.809016956408945,0.924899758563549,-1.0345705261578,0.6680999106445,1.0345705261578,-0.592999669208049,0.888397602926349,-0.161296687355327,0.347344316851715,0.161296687355327,-0.235741919778064
diff --git a/ViperVDC/AKG K702.vdc b/ViperVDC/AKG K702.vdc
deleted file mode 100644
index 387a562..0000000
--- a/ViperVDC/AKG K702.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00182776800535,-1.99112071257095,0.989311133027206,1.99112071257095,-0.991138901032552,0.986571144783582,-1.90701424483417,0.921467469292917,1.90701424483417,-0.9080386140765,0.942969245231494,-1.69840170181022,0.85088919106463,1.69840170181022,-0.793858436296125,0.919667135187045,-0.922376535092801,0.644974709806163,0.922376535092801,-0.564641844993208,0.882019317095372,-0.00424599646888448,0.310043823264786,0.00424599646888448,-0.192063140360158
-SR_48000:1.00167986630942,-1.99184057646058,0.990176068592443,1.99184057646058,-0.99185593490186,0.987616084874359,-1.91432648277003,0.92757832449565,1.91432648277003,-0.915194409370009,0.947162974180061,-1.72764727323178,0.861853982228884,1.72764727323178,-0.809016956408945,0.924899758563549,-1.0345705261578,0.6680999106445,1.0345705261578,-0.592999669208049,0.888397602926349,-0.161296687355327,0.347344316851715,0.161296687355327,-0.235741919778064
diff --git a/ViperVDC/AKG Q350.vdc b/ViperVDC/AKG Q350.vdc
deleted file mode 100644
index 246c69f..0000000
--- a/ViperVDC/AKG Q350.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.963789224954631,-1.89376038958046,0.93029604717047,1.89376038958046,-0.894085272125101,1.18835803778458,-1.68029734685431,0.604471036283327,1.68029734685431,-0.79282907406791,0.667912875615422,-0.675139191976852,0.360748693603093,0.675139191976852,-0.028661569218515,0.740121284167337,-0.373393231451978,0.320529323166301,0.373393231451978,-0.0606506073336376,1.32673504505269,0.307168416766292,0.145728877811639,-0.307168416766292,-0.472463922864327
-SR_48000:0.966587727979125,-1.90199533498018,0.935683027221801,1.90199533498018,-0.902270755200925,1.17447458083851,-1.71214359789933,0.6336246068093,1.71214359789933,-0.808099187647806,0.682823462436621,-0.758212428083521,0.38945083651893,0.758212428083521,-0.0722742989555507,0.752403448718264,-0.488749052140828,0.352641882417881,0.488749052140828,-0.105045331136145,1.3048020486869,0.0986198249536744,0.203074196907513,-0.0986198249536744,-0.507876245594418
diff --git a/ViperVDC/AKG Q460.vdc b/ViperVDC/AKG Q460.vdc
deleted file mode 100644
index 6980976..0000000
--- a/ViperVDC/AKG Q460.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.965759875367166,-1.89366756174081,0.92809990392317,1.89366756174081,-0.893859779290336,1.01228501580702,-1.94960193101746,0.945707260508178,1.94960193101746,-0.957992276315194,1.052070865882,-1.76688408075267,0.814118923516639,1.76688408075267,-0.866189789398643,1.10023493056854,-0.728835203694164,0.413821756513377,0.728835203694164,-0.514056687081914,1.19477177236838,0.184714696471549,0.139220228636721,-0.184714696471549,-0.333992001005103
-SR_48000:0.968405767395635,-1.90189876843731,0.933655955283842,1.90189876843731,-0.902061722679477,1.01130608495354,-1.95424445751849,0.950033574665473,1.95424445751849,-0.961339659619008,1.04809799687351,-1.79199861553585,0.82830115681577,1.79199861553585,-0.87639915368928,1.09381328229268,-0.858461078269354,0.451375835568257,0.858461078269354,-0.545189117860936,1.1826581418812,-8.42170168877408E-17,0.192755543093944,8.42170168877408E-17,-0.375413684975148
diff --git a/ViperVDC/AKG Q701.vdc b/ViperVDC/AKG Q701.vdc
deleted file mode 100644
index c194463..0000000
--- a/ViperVDC/AKG Q701.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00066196444564,-1.99677252742092,0.996128803064998,1.99677252742092,-0.99679076751064,0.988650677841142,-1.92149897872184,0.933628669266205,1.92149897872184,-0.922279347107347,0.950506313243119,-1.67943447352418,0.823318863290138,1.67943447352418,-0.773825176533257,1.02974127175329,-1.55469063205128,0.740530239666156,1.55469063205128,-0.770271511419442,0.929362289955801,-0.633452055173579,0.586907592365579,0.633452055173579,-0.51626988232138
-SR_48000:1.00060825911845,-1.99703573477858,0.996442874159606,1.99703573477858,-0.997051133278052,0.989539851299361,-1.92770764200653,0.938828594411439,1.92770764200653,-0.9283684457108,0.95410925598848,-1.70976246580129,0.836180544475412,1.70976246580129,-0.790289800463892,1.0275774216419,-1.60269866706547,0.75940817045736,1.60269866706547,-0.786985592099256,0.933851773367585,-0.773507030217228,0.61316228706687,0.773507030217228,-0.547014060434456
diff --git a/ViperVDC/Apple EarPods (iP5).vdc b/ViperVDC/Apple EarPods (iP5).vdc
deleted file mode 100644
index 0b13768..0000000
--- a/ViperVDC/Apple EarPods (iP5).vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00122031353125,-1.9940757710799,0.992863553272384,1.9940757710799,-0.99408386680363,0.985090950552969,-1.93142789536558,0.946778104922668,1.93142789536558,-0.931869055475637,0.984892390501289,-1.79899938051871,0.868197706931792,1.79899938051871,-0.853090097433081,0.854162998215255,-0.767845954324557,0.561100557105334,0.767845954324557,-0.415263555320589,1.16084293278613,0.501863401890036,0.05938351747205,-0.501863401890036,-0.22022645025818
-SR_48000:1.00112143250574,-1.99455641106921,0.993441813820048,1.99455641106921,-0.994563246325788,0.98626434604441,-1.93685778462524,0.950966858333914,1.93685778462524,-0.937231204378323,0.986037102966051,-1.81825416981592,0.878184444262558,1.81825416981592,-0.864221547228609,0.862854914461274,-0.882773453501627,0.587259057015361,0.882773453501627,-0.450113971476634,1.15039980917928,0.328921521239286,0.120455359569982,-0.328921521239286,-0.270855168749258
diff --git a/ViperVDC/Apple Earbud (iP4).vdc b/ViperVDC/Apple Earbud (iP4).vdc
deleted file mode 100644
index e35afdc..0000000
--- a/ViperVDC/Apple Earbud (iP4).vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.0029636371406,-1.98979334998069,0.986902419846231,1.98979334998069,-0.989866056986828,0.968754617757355,-1.71400899610883,0.817275642571147,1.71400899610883,-0.786030260328502,1.08085662330177,-1.45112013367066,0.642659997018112,1.45112013367066,-0.723516620319883,0.943730057610727,-1.0597469012387,0.670930923942887,1.0597469012387,-0.614660981553614,1.14270099358846,0.181140481850052,0.165478368758041,-0.181140481850052,-0.308179362346502
-SR_48000:1.00272396225594,-1.99062421050041,0.987961645677106,1.99062421050041,-0.990685607933044,0.971043835686704,-1.74031524978044,0.830663088815411,1.74031524978044,-0.801706924502115,1.0751061498895,-1.50963811881433,0.668073798663245,1.50963811881433,-0.74317994855275,0.947499118577767,-1.1599886459914,0.692972556782077,1.1599886459914,-0.640471675359845,1.13398709830914,-8.26869337983887E-17,0.216437608214671,8.26869337983887E-17,-0.350424706523808
diff --git a/ViperVDC/Apple New In-Ear.vdc b/ViperVDC/Apple New In-Ear.vdc
deleted file mode 100644
index 2c22998..0000000
--- a/ViperVDC/Apple New In-Ear.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.98281769980787,-1.90594509694705,0.924064066106545,1.90594509694705,-0.906881765914415,1.27264178591437,-1.09401110060925,0.0267312094453867,1.09401110060925,-0.299372995359759,0.87933220881079,-0.509959073370829,0.569243596333749,0.509959073370829,-0.448575805144539,1.2501225586389,0.74514259069406,-0.105398570952998,-0.74514259069406,-0.144723987685903
-SR_48000:0.984153947155159,-1.91332980537089,0.929969514684116,1.91332980537089,-0.914123461839275,1.25727901542047,-1.1594796709288,0.0815727848408024,1.1594796709288,-0.338851800261277,0.88669739338165,-0.655574898074668,0.595535619970007,0.655574898074668,-0.482233013351656,1.22965702003355,0.607352208926895,-0.0149526021797615,-0.607352208926895,-0.214704417853791
diff --git a/ViperVDC/Beats by Dr.Dre Heartbeats 2.0 by Lady Gaga.vdc b/ViperVDC/Beats by Dr.Dre Heartbeats 2.0 by Lady Gaga.vdc
deleted file mode 100644
index cc51c50..0000000
--- a/ViperVDC/Beats by Dr.Dre Heartbeats 2.0 by Lady Gaga.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.968989713920446,-1.90910266110393,0.940306731479477,1.90910266110393,-0.909296445399923,1.13025528113595,-1.56074835821235,0.535018451007518,1.56074835821235,-0.665273732143473,0.961675836111625,-1.24660475335745,0.665651095837458,1.24660475335745,-0.627326931949083,0.872028965219083,-0.190116521904096,0.434441260556491,0.190116521904096,-0.306470225775573,1.21599993644649,0.20007596000771,0.228929651410155,-0.20007596000771,-0.444929587856649
-SR_48000:0.971404010491136,-1.91619396453034,0.944954133090436,1.91619396453034,-0.916358143581572,1.12126694846798,-1.59877002343968,0.567104741946107,1.59877002343968,-0.688371690414084,0.96426070894954,-1.32404214735535,0.688202126651171,1.32404214735535,-0.652462835600712,0.879281207693217,-0.348311742242568,0.466492022034131,0.348311742242568,-0.345773229727349,1.20198416608379,-9.06788498220426E-17,0.27896274455416,9.06788498220426E-17,-0.480946910637948
diff --git a/ViperVDC/Beats by Dr.Dre Mixr.vdc b/ViperVDC/Beats by Dr.Dre Mixr.vdc
deleted file mode 100644
index d2b04c9..0000000
--- a/ViperVDC/Beats by Dr.Dre Mixr.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.994371651170185,-1.96925569890543,0.975125919120777,1.96925569890543,-0.969497570290962,1.01485936916255,-1.96652906550647,0.955280424258605,1.96652906550647,-0.970139793421159,1.06773172646633,-1.16719615203636,0.603901911008908,1.16719615203636,-0.671633637475242,1.08328553924039,-0.531432502652668,0.273397617787136,0.531432502652668,-0.356683157027523,1.05923847079468,0.423224465495979,-0.0302140684380239,-0.423224465495979,-0.0290244023566589
-SR_48000:0.994822544261044,-1.97173673483392,0.977118608548712,1.97173673483392,-0.971941152809755,1.01366857534866,-1.96948104965574,0.958864142623098,1.96948104965574,-0.972532717971762,1.06303908449165,-1.25917253129656,0.631344685842311,1.25917253129656,-0.694383770333957,1.07836975374851,-0.665471290391642,0.316284071803347,0.665471290391642,-0.394653825551852,1.05558800242989,0.281817471260695,0.0332710927308416,-0.281817471260695,-0.0888590951607316
diff --git a/ViperVDC/Beats by Dr.Dre Pro DETOX.vdc b/ViperVDC/Beats by Dr.Dre Pro DETOX.vdc
deleted file mode 100644
index 87ebdc7..0000000
--- a/ViperVDC/Beats by Dr.Dre Pro DETOX.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.968989713920446,-1.90910266110393,0.940306731479477,1.90910266110393,-0.909296445399923,1.00680885383917,-1.96239238999974,0.960181525931512,1.96239238999974,-0.966990379770679,1.02159428509977,-1.79149540491187,0.811606442861759,1.79149540491187,-0.833200727961524,0.931724490624166,-1.60008814960447,0.794523456587288,1.60008814960447,-0.726247947211454,0.890520357674465,-0.587669940470742,0.516162633096183,0.587669940470742,-0.406682990770649
-SR_48000:0.971404010491136,-1.91619396453034,0.944954133090436,1.91619396453034,-0.916358143581572,1.006264014035,-1.96574516848053,0.963367772857372,1.96574516848053,-0.969631786892373,1.01997355166955,-1.8102546637755,0.825746097621317,1.8102546637755,-0.845719649290872,0.936572586946119,-1.63778793891601,0.809113901733337,1.63778793891601,-0.745686488679455,0.897044687218356,-0.721020561602482,0.544996435986607,0.721020561602482,-0.442041123204963
diff --git a/ViperVDC/Beats by Dr.Dre Studio.vdc b/ViperVDC/Beats by Dr.Dre Studio.vdc
deleted file mode 100644
index 95fec2d..0000000
--- a/ViperVDC/Beats by Dr.Dre Studio.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.999457982071087,-1.99703774285259,0.997604590936094,1.99703774285259,-0.997062573007181,0.978390758422713,-1.91307766263366,0.934966545022323,1.91307766263366,-0.913357303445036,1.0084368900665,-1.93924697952087,0.950660699103385,1.93924697952087,-0.959097589169888,0.974042206177952,-1.79851417901412,0.885281406234896,1.79851417901412,-0.859323612412848,1.04760567554549,-1.64900530182349,0.83005863130515,1.64900530182349,-0.877664306850642
-SR_48000:0.999501961601164,-1.99727995521145,0.997798955290761,1.99727995521145,-0.997300916891925,0.980076463941591,-1.91987929427058,0.940039710296332,1.91987929427058,-0.920116174237923,1.00776425392926,-1.94557030898319,0.954594304556056,1.94557030898319,-0.962358558485319,0.976014901781186,-1.81834584434576,0.893999591881989,1.81834584434576,-0.870014493663175,1.04395323581962,-1.69244392323918,0.843097005385074,1.69244392323918,-0.887050241204698
diff --git a/ViperVDC/Beats by Dr.Dre Tour CT.vdc b/ViperVDC/Beats by Dr.Dre Tour CT.vdc
deleted file mode 100644
index 6c3cb1f..0000000
--- a/ViperVDC/Beats by Dr.Dre Tour CT.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.981523586095181,-1.93850922265967,0.957082049323968,1.93850922265967,-0.938605635419149,0.904704994280484,-1.22445063782316,0.713207729114777,1.22445063782316,-0.617912723395262,1.16470886502308,-0.971724810300041,0.569357407207581,0.971724810300041,-0.734066272230661,0.900629241724601,-0.464520668939,0.418875473755342,0.464520668939,-0.319504715479942,1.24683578253763,0.475432624661671,-0.0908729015165652,-0.475432624661671,-0.155962881021069
-SR_48000:0.982982376515141,-1.94337139240734,0.960470601648734,1.94337139240734,-0.943452978163874,0.911088140293262,-1.30388103679316,0.732417937735623,1.30388103679316,-0.643506078028885,1.15289359199959,-1.09434776932876,0.600249246627842,1.09434776932876,-0.753142838627431,0.906277428740908,-0.600709310266656,0.451906317647026,0.600709310266656,-0.358183746387934,1.23046363670843,0.313674771251908,-0.0185173862782971,-0.313674771251908,-0.211946250430137
diff --git a/ViperVDC/Beats by Dr.Dre Tour.vdc b/ViperVDC/Beats by Dr.Dre Tour.vdc
deleted file mode 100644
index 2c304a5..0000000
--- a/ViperVDC/Beats by Dr.Dre Tour.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.978733156510093,-1.92293435138169,0.944396383159336,1.92293435138169,-0.92312953966943,1.07192088184238,-1.73629856275685,0.682150860590603,1.73629856275685,-0.754071742432988,0.855555987789872,-0.977496957608257,0.565292787751709,0.977496957608257,-0.420848775541581,1.07442951921116,-0.726946019954555,0.564732927061586,0.726946019954555,-0.639162446272747
-SR_48000:0.980399936017423,-1.92898895287447,0.948754292179892,1.92898895287447,-0.929154228197315,1.06673356280596,-1.75665132989939,0.705075842172209,1.75665132989939,-0.771809404978169,0.864180653714424,-1.06875467957796,0.591248896442328,1.06875467957796,-0.455429550156753,1.06934609427714,-0.869336827959956,0.59446101767648,0.869336827959956,-0.663807111953622
diff --git a/ViperVDC/Beats by Dr.Dre diddybeats.vdc b/ViperVDC/Beats by Dr.Dre diddybeats.vdc
deleted file mode 100644
index 29e6a8a..0000000
--- a/ViperVDC/Beats by Dr.Dre diddybeats.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.986392462122844,-1.96016679149071,0.973806161919294,1.96016679149071,-0.960198624042138,0.990528889653269,-1.94822700475774,0.958143112322273,1.94822700475774,-0.948672001975543,1.15200163732072,-1.67690194608359,0.646922892785746,1.67690194608359,-0.798924530106468,0.712544432250563,-0.528846671980758,0.332283637843643,0.528846671980758,-0.0448280700942059,1.31757228181447,0.486927696441518,-0.133660380042814,-0.486927696441518,-0.183911901771657
-SR_48000:0.987477833469495,-1.96334636816899,0.975895448134644,1.96334636816899,-0.963373281604139,0.99128025902099,-1.95236758396973,0.961463734939667,1.95236758396973,-0.952743993960657,1.14076823804841,-1.7097486575858,0.673016401968678,1.7097486575858,-0.813784640017093,0.725797128558091,-0.628433082546513,0.363067672525967,0.628433082546513,-0.088864801084058,1.29603357331048,0.320744466207783,-0.0567721191128827,-0.320744466207783,-0.239261454197598
diff --git a/ViperVDC/Beats by Dr.Dre urbeats.vdc b/ViperVDC/Beats by Dr.Dre urbeats.vdc
deleted file mode 100644
index 499cfb0..0000000
--- a/ViperVDC/Beats by Dr.Dre urbeats.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.986392462122844,-1.96016679149071,0.973806161919294,1.96016679149071,-0.960198624042138,0.969208347593275,-1.89691355310542,0.928475589146624,1.89691355310542,-0.897683936739899,1.24574417604516,-1.57409801843228,0.483967127531291,1.57409801843228,-0.729711303576446,0.855446244717159,-0.481051102631437,0.564962513727382,0.481051102631437,-0.420408758444541,1.36930716450238,0.209288512158473,0.142154600342443,-0.209288512158473,-0.51146176484482
-SR_48000:0.987477833469495,-1.96334636816899,0.975895448134644,1.96334636816899,-0.963373281604139,0.971592272175372,-1.90495235880398,0.934013089992669,1.90495235880398,-0.905605362168041,1.22817350507211,-1.61589939721224,0.520863398927601,1.61589939721224,-0.749036903999708,0.864112655783855,-0.626461197809417,0.591044255278016,0.626461197809417,-0.455156911061871,1.34431488190555,-9.45716231317524E-17,0.200207941066341,9.45716231317524E-17,-0.544522822971887
diff --git a/ViperVDC/Bose AE2.vdc b/ViperVDC/Bose AE2.vdc
deleted file mode 100644
index 7d6a884..0000000
--- a/ViperVDC/Bose AE2.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.997701091923507,-1.97684203951103,0.979943792162439,1.97684203951103,-0.977644884085945,1.00772109295601,-1.95853549872552,0.954846711809135,1.95853549872552,-0.962567804765148,0.983500788624522,-1.86789247389642,0.903511892629297,1.86789247389642,-0.887012681253819,1.05251415563765,-1.37771874256636,0.767917484482226,1.37771874256636,-0.820431640119873,0.968438445673044,-1.01748040671695,0.724649671846193,1.01748040671695,-0.693088117519237
-SR_48000:0.997885960035441,-1.97876427899446,0.98155662449506,1.97876427899446,-0.979442584530501,1.00710452826713,-1.96214789532128,0.95845240898748,1.96214789532128,-0.965556937254614,0.984771753489964,-1.87949818828015,0.910944550567325,1.87949818828015,-0.895716304057289,1.04859482980292,-1.45487792606131,0.785238661749825,1.45487792606131,-0.833833491552742,0.970644473281317,-1.13047480164251,0.743895568913295,1.13047480164251,-0.714540042194612
diff --git a/ViperVDC/Bose IE2.vdc b/ViperVDC/Bose IE2.vdc
deleted file mode 100644
index ed014b2..0000000
--- a/ViperVDC/Bose IE2.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00124529634949,-1.9967917665768,0.995554576977678,1.9967917665768,-0.996799873327169,0.999422820025917,-1.9891831914043,0.98996228428344,1.9891831914043,-0.989385104309358,0.925223543342157,-1.76748426247135,0.842978538319101,1.76748426247135,-0.768202081661258,1.15588716768393,-1.53499402917083,0.530854377053849,1.53499402917083,-0.686741544737777,1.24931666365972,0.188220865709296,0.109996558702802,-0.188220865709296,-0.35931322236252
-SR_48000:1.00114426474398,-1.99705265762444,0.995915236691566,1.99705265762444,-0.997059501435547,0.999469487236282,-1.99007285028314,0.990773872023764,1.99007285028314,-0.990243359260046,0.930647142072196,-1.78440289797548,0.85436743581739,1.78440289797548,-0.785014577889586,1.14499880744253,-1.57856082769378,0.563623120140328,1.57856082769378,-0.708621927582856,1.23353497288155,-8.57143964426551E-17,0.166333583656869,8.57143964426551E-17,-0.399868556538414
diff --git a/ViperVDC/Bose OE2.vdc b/ViperVDC/Bose OE2.vdc
deleted file mode 100644
index c058697..0000000
--- a/ViperVDC/Bose OE2.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.982209087542749,-1.94792242353755,0.965753372548344,1.94792242353755,-0.947962460091093,0.997843236431625,-1.95854460261424,0.962491804048489,1.95854460261424,-0.960335040480113,0.987819716978629,-1.84685861913931,0.893736382809374,1.84685861913931,-0.881556099788003,1.10153607071146,-1.39209361596125,0.694425116235245,1.39209361596125,-0.795961186946706,1.34367134257708,-0.00550445095937563,0.201702786835629,0.00550445095937563,-0.545374129412708
-SR_48000:0.983619983783285,-1.95205539535312,0.968469278100612,1.95205539535312,-0.952089261883897,0.998015281027105,-1.96198531966022,0.965483825285452,1.96198531966022,-0.963499106312557,0.98875554183841,-1.86121227120053,0.901900736173151,1.86121227120053,-0.890656278011562,1.09404390787235,-1.46514340193301,0.716972933702149,1.46514340193301,-0.811016841574497,1.32049405378075,-0.20571374577344,0.255540167968639,0.20571374577344,-0.576034221749389
diff --git a/ViperVDC/Bose QC15.vdc b/ViperVDC/Bose QC15.vdc
deleted file mode 100644
index 9641097..0000000
--- a/ViperVDC/Bose QC15.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.978691938183743,-1.93375131443923,0.955255662523765,1.93375131443923,-0.933947600707508,1.01515967532222,-1.91068865185122,0.911345557862894,1.91068865185122,-0.926505233185112,0.950678073784382,-1.67603508395216,0.782025311702876,1.67603508395216,-0.732703385487258,0.95479681616204,-1.07269886349686,0.735649810382013,1.07269886349686,-0.690446626544053
-SR_48000:0.980370586000602,-1.93898507292747,0.958780618714945,1.93898507292747,-0.939151204715547,1.01396943085062,-1.91888193884064,0.918306159418921,1.91888193884064,-0.932275590269536,0.95419291648046,-1.70335077918237,0.797558904972163,1.70335077918237,-0.751751821452623,0.957950452247589,-1.17849253917263,0.754092411686151,1.17849253917263,-0.712042863933741
diff --git a/ViperVDC/Bose QC20i.vdc b/ViperVDC/Bose QC20i.vdc
deleted file mode 100644
index 7890227..0000000
--- a/ViperVDC/Bose QC20i.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00152279481041,-1.99606853212017,0.994563970968641,1.99606853212017,-0.996086765779053,0.984536909665319,-1.92898034144019,0.944800305727905,1.92898034144019,-0.929337215393225,1.04625300261214,-1.71690754203847,0.79558819777003,1.71690754203847,-0.841841200382174,0.831560297466959,-0.754770382934777,0.559602877368814,0.754770382934777,-0.391163174835772,1.27379438331908,0.30244148652977,0.17601019744085,-0.30244148652977,-0.449804580759925
-SR_48000:1.00139929011198,-1.99638875108321,0.995004854482013,1.99638875108321,-0.996404144593997,0.985752439669248,-1.93458980277905,0.949139469707625,1.93458980277905,-0.934891909376872,1.0427656720272,-1.74743662880947,0.811000203252518,1.74743662880947,-0.853765875279719,0.84143841119251,-0.868622380753168,0.585429881313461,0.868622380753168,-0.426868292505971,1.25567929523147,0.097202602949591,0.230527925948287,-0.097202602949591,-0.486207221179754
diff --git a/ViperVDC/Bose TriPort IE.vdc b/ViperVDC/Bose TriPort IE.vdc
deleted file mode 100644
index dc9615f..0000000
--- a/ViperVDC/Bose TriPort IE.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.97183201524574,-1.92448483080283,0.952934123791496,1.92448483080283,-0.924766139037237,1.03643298794447,-1.92523941733153,0.904743461201185,1.92523941733153,-0.941176449145651,0.967320326693536,-1.79360438310314,0.90164985406545,1.79360438310314,-0.868970180758986,0.904356390407742,-1.30390721436791,0.777834176041733,1.30390721436791,-0.682190566449475,1.18255179427147,-1.0567971667646,0.57595943981747,1.0567971667646,-0.758511234088936
-SR_48000:0.974041381993028,-1.93042895432277,0.956625753943038,1.93042895432277,-0.930667135936066,1.03355243217132,-1.93233971774354,0.912274871284409,1.93233971774354,-0.945827303455728,0.969815487957198,-1.81495007466507,0.909159092977054,1.81495007466507,-0.878974580934252,0.910989041323014,-1.37875093126104,0.793240833756773,1.37875093126104,-0.704229875079786,1.16929807853236,-1.17102712675811,0.606745842487122,1.17102712675811,-0.776043921019486
diff --git a/ViperVDC/Bose TriPort OE.vdc b/ViperVDC/Bose TriPort OE.vdc
deleted file mode 100644
index 8791a2d..0000000
--- a/ViperVDC/Bose TriPort OE.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.985088507463704,-1.95038006998109,0.965362829363124,1.95038006998109,-0.950451336826828,1.0092139570938,-1.96529767047833,0.959279582538541,1.96529767047833,-0.968493539632337,0.994490634290067,-1.87943905668833,0.904186823420625,1.87943905668833,-0.898677457710692,0.897868570189813,-0.949382174884686,0.548637527234984,0.949382174884686,-0.446506097424798,1.11807583929699,0.708189457088102,-0.0301210377872556,-0.708189457088102,-0.0879548015097366
-SR_48000:0.986272448363867,-1.95432511780812,0.968112947292843,1.95432511780812,-0.95438539565671,1.00847614412196,-1.96831522823993,0.962540293644092,1.96831522823993,-0.971016437766048,0.99491745116558,-1.8902164281354,0.911609580016162,1.8902164281354,-0.906527031181742,0.904078804135393,-1.04663259556127,0.57608320732911,1.04663259556127,-0.480162011464503,1.10885634164633,0.579584171008806,0.0503120003712809,-0.579584171008806,-0.159168342017612
diff --git a/ViperVDC/CRESYN C415E.vdc b/ViperVDC/CRESYN C415E.vdc
deleted file mode 100644
index fbd4ac6..0000000
--- a/ViperVDC/CRESYN C415E.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00094657358185,-1.99674502020954,0.995816686466141,1.99674502020954,-0.99676326004799,0.94286785609304,-1.76728893874162,0.828059643127103,1.76728893874162,-0.770927499220143,1.30107253412311,-1.39502081168707,0.21282526781305,1.39502081168707,-0.513897801936158,1.04970717790479,-1.60717173599398,0.780322719705622,1.60717173599398,-0.830029897610415,0.788945771858684,-0.680164497745404,0.364827979057667,0.680164497745404,-0.153773750916351
-SR_48000:1.00086977881898,-1.99701045588493,0.996156075370505,1.99701045588493,-0.997025854189484,0.947018848586066,-1.78447064369606,0.840552140026744,1.78447064369606,-0.787570988612809,1.28187796030999,-1.44227790200108,0.263010793851786,1.44227790200108,-0.544888754161776,1.04598062846376,-1.65273248158331,0.796791935633696,1.65273248158331,-0.842772564097454,0.799530211198128,-0.776877728793437,0.396682065966908,0.776877728793437,-0.196212277165036
diff --git a/ViperVDC/CRESYN C470E.vdc b/ViperVDC/CRESYN C470E.vdc
deleted file mode 100644
index 4b1d20f..0000000
--- a/ViperVDC/CRESYN C470E.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00492278263292,-1.98296561878028,0.978244117935,1.98296561878028,-0.983166900567922,0.962175396816236,-1.7363061737087,0.832836899903302,1.7363061737087,-0.795012296719538,1.08814988493758,-1.62506442402803,0.734711116404897,1.62506442402803,-0.822861001342476,1.31691718793472,0.126881283078448,-0.400592607719285,-0.126881283078448,0.0836754197845681
-SR_48000:1.00452589788011,-1.98435400030917,0.979998121416234,1.98435400030917,-0.984524019296347,0.964959024733753,-1.76008481612182,0.845138942305363,1.76008481612182,-0.810097967039116,1.08156193661337,-1.66744133490254,0.754537681775338,1.66744133490254,-0.836099618388707,1.29904338920252,-5.98491296909086E-17,-0.321600646004255,5.98491296909086E-17,0.0225572568017326
diff --git a/ViperVDC/CRESYN C510E.vdc b/ViperVDC/CRESYN C510E.vdc
deleted file mode 100644
index 7e694e5..0000000
--- a/ViperVDC/CRESYN C510E.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.932616645618809,-1.78989101900504,0.858503153655557,1.78989101900504,-0.791119799274365,1.16322175907119,-1.52892934974424,0.620860225303497,1.52892934974424,-0.784081984374688,0.815243804058757,-0.556547372344559,0.516942289393759,0.556547372344559,-0.332186093452516,0.939598739339235,-0.360575529528706,0.733060993852375,0.360575529528706,-0.67265973319161,1.19459942044506,0.416515510571136,0.305324596726814,-0.416515510571136,-0.49992401717187
-SR_48000:0.937562855858606,-1.80540633631876,0.868889593403402,1.80540633631876,-0.806452449262008,1.15124112835277,-1.5818097864446,0.648689441562111,1.5818097864446,-0.799930569914883,0.825704076959658,-0.684997732639268,0.544291388318878,0.684997732639268,-0.369995465278535,0.943778836764134,-0.544940655022413,0.751534632316145,0.544940655022413,-0.695313469080279,1.18154057449238,0.200159600649907,0.351941688687885,-0.200159600649907,-0.533482263180264
diff --git a/ViperVDC/CRESYN C515H.vdc b/ViperVDC/CRESYN C515H.vdc
deleted file mode 100644
index 86ce7a4..0000000
--- a/ViperVDC/CRESYN C515H.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00192060244982,-1.9968808149071,0.994978453536183,1.9968808149071,-0.996899055986007,0.991763556631148,-1.95502779720423,0.963599633798692,1.95502779720423,-0.95536319042984,0.844034518575761,-1.30703983966755,0.592217581626583,1.30703983966755,-0.436252100202344,1.04348306085574,-1.72907892289418,0.869136838035743,1.72907892289418,-0.912619898891482,1.34409487057772,-0.00118188128188681,-1.01228180319921,0.00118188128188681,0.668186932621491
-SR_48000:1.00176477574588,-1.99713524959043,0.995385873111357,1.99713524959043,-0.997150648857232,0.992419036321611,-1.95863189370841,0.966496478917617,1.95863189370841,-0.958915515239228,0.853407787661449,-1.35822525513025,0.616724634731684,1.35822525513025,-0.470132422393133,1.04009090407427,-1.76356139143665,0.879345603324234,1.76356139143665,-0.919436507398505,1.33228735593736,-0.05078205215782,-0.943230942859684,0.05078205215782,0.610943586922329
diff --git a/ViperVDC/CRESYN C520E.vdc b/ViperVDC/CRESYN C520E.vdc
deleted file mode 100644
index 760a36f..0000000
--- a/ViperVDC/CRESYN C520E.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.969341036063515,-1.89774725199823,0.928783804650474,1.89774725199823,-0.898124840713989,1.15230192353415,-1.55003758044591,0.456316982299341,1.55003758044591,-0.608618905833491,0.825416692611976,-0.797569331631731,0.228441690549078,0.797569331631731,-0.053858383161054,0.714988182396199,-0.565122903569626,0.401509857557753,0.565122903569626,-0.116498039953952,1.3127561179968,0.236878777786187,0.397959925776736,-0.236878777786187,-0.710716043773538
-SR_48000:0.971715156105851,-1.90569363758726,0.93429853101463,1.90569363758726,-0.90601368712048,1.14211549616988,-1.58449451702973,0.492680197158887,1.58449451702973,-0.634795693328767,0.833535063867375,-0.870987176905219,0.264320245578332,0.870987176905219,-0.0978553094457071,0.728808617201745,-0.669107335201199,0.430531089255883,0.669107335201199,-0.159339706457628,1.29011992144414,-1.06029688251087E-16,0.441533485712129,1.06029688251087E-16,-0.731653407156274
diff --git a/ViperVDC/CRESYN C550H.vdc b/ViperVDC/CRESYN C550H.vdc
deleted file mode 100644
index 0649fe8..0000000
--- a/ViperVDC/CRESYN C550H.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00229515914588,-1.99537972968515,0.993092671556929,1.99537972968515,-0.995387830702806,0.988252213675225,-1.9100119687659,0.931298433453753,1.9100119687659,-0.919550647128978,1.01677600218151,-1.89922824211332,0.901893207929557,1.89922824211332,-0.918669210111062,0.966177630324397,-1.71152457370776,0.850524481641693,1.71152457370776,-0.816702111966089,1.65764235595879,-0.0987281256882111,-0.979188135534211,0.0987281256882111,0.321545779575419
-SR_48000:1.00210907250689,-1.99575493625011,0.993652703107094,1.99575493625011,-0.995761775613985,0.98917143789337,-1.91776647314854,0.936674096753025,1.91776647314854,-0.925845534646395,1.01546373203341,-1.90856224462099,0.909567420961184,1.90856224462099,-0.925031152994589,0.968694195390315,-1.74075721625538,0.861646259072379,1.74075721625538,-0.830340454462693,1.62709872764874,-0.191482680854234,-0.887266460752058,0.191482680854234,0.260167733103314
diff --git a/ViperVDC/CRESYN C590H.vdc b/ViperVDC/CRESYN C590H.vdc
deleted file mode 100644
index 1a87e06..0000000
--- a/ViperVDC/CRESYN C590H.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00216058728043,-1.99649334652387,0.994350996782911,1.99649334652387,-0.996511584063341,0.939196057650058,-1.71777194979369,0.782943838805154,1.71777194979369,-0.722139896455211,1.33781627064725,-0.944200241417266,-0.205926788000791,0.944200241417266,-0.131889482646458,0.890520330992262,-0.652155259722628,0.670518694516835,0.652155259722628,-0.561039025509097,1.42513720524853,0.212187890007378,0.107263591152587,-0.212187890007378,-0.532400796401117
-SR_48000:1.00198532081462,-1.99677916723849,0.994809242945029,1.99677916723849,-0.996794563759654,0.94350189031029,-1.73808720349036,0.798314676153141,1.73808720349036,-0.741816566463431,1.32075867449325,-1.0104244014451,-0.145035072804251,1.0104244014451,-0.175723601688997,0.897634629366401,-0.794781975252999,0.691929321139596,0.794781975252999,-0.589563950505997,1.39599546112552,-9.57919645846123E-17,0.168457708427554,9.57919645846123E-17,-0.56445316955307
diff --git a/ViperVDC/CRESYN C720H.vdc b/ViperVDC/CRESYN C720H.vdc
deleted file mode 100644
index b607313..0000000
--- a/ViperVDC/CRESYN C720H.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00307469777684,-1.99208053302823,0.989024032480752,1.99208053302823,-0.992098730257592,0.995532153974378,-1.96895426409089,0.97387184167622,1.96895426409089,-0.969403995650598,0.970588139367301,-1.83368542374063,0.895006387484059,1.83368542374063,-0.86559452685136,1.87843137471933,-0.732330637087737,-0.844599016986506,0.732330637087737,-0.0338323577328223,0.935457910042813,-0.573338232560063,0.436919821332578,0.573338232560063,-0.372377731375391
-SR_48000:1.00282578517869,-1.99272301343386,0.989912593500638,1.99272301343386,-0.992738378679327,0.995890063213615,-1.97147487990899,0.975964910509547,1.97147487990899,-0.971854973723162,0.972830127061626,-1.84874537691127,0.90300977054721,1.84874537691127,-0.875839897608837,1.83495084577818,-0.81323177545062,-0.753295196049422,0.81323177545062,-0.0816556497287612,0.939245072217213,-0.704602487845912,0.46995990347461,0.704602487845912,-0.409204975691823
diff --git a/ViperVDC/CRESYN C750E.vdc b/ViperVDC/CRESYN C750E.vdc
deleted file mode 100644
index b24cbd6..0000000
--- a/ViperVDC/CRESYN C750E.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00052387686001,-1.9974419759404,0.996936345285375,1.9974419759404,-0.997460222145389,0.985821979798028,-1.92253084702234,0.937341264396591,1.92253084702234,-0.923163244194619,0.890520330992262,-0.652155259722628,0.670518694516835,0.652155259722628,-0.561039025509097,1.24753558594537,0.0572678669958048,-1.15955792651157,-0.0572678669958048,0.912022340566197
-SR_48000:1.00048136152222,-1.99765093511329,0.997184976834151,1.99765093511329,-0.997666338356372,0.98693322843184,-1.92865009223326,0.942252347421144,1.92865009223326,-0.929185575852984,0.897634629366401,-0.794781975252999,0.691929321139596,0.794781975252999,-0.589563950505997,1.2373754770497,0.0832283497982873,-1.07091877745312,-0.0832283497982873,0.833543300403425
diff --git a/ViperVDC/CRESYN C750H.vdc b/ViperVDC/CRESYN C750H.vdc
deleted file mode 100644
index 06b0b3a..0000000
--- a/ViperVDC/CRESYN C750H.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.991110466968298,-1.9643168617795,0.973246768327243,1.9643168617795,-0.964357235295541,0.981441084450359,-1.87214741179054,0.891466652830507,1.87214741179054,-0.872907737280866,1.06830896516067,-1.48724481285681,0.698113465323648,1.48724481285681,-0.766422430484316,0.879258858357601,-0.75267126535938,0.684314027139258,0.75267126535938,-0.563572885496858,1.36418969922781,0.167300825944134,0.154041708055644,-0.167300825944134,-0.518231407283452
-SR_48000:0.991820903578054,-1.96717161664401,0.975384841850545,1.96717161664401,-0.967205745428599,0.982860712472316,-1.88198428178107,0.899768699388476,1.88198428178107,-0.882629411860792,1.06334533763312,-1.54446554479381,0.720049858448491,1.54446554479381,-0.783395196081611,0.887108091675897,-0.884436963580403,0.704836384494765,0.884436963580403,-0.591944476170662,1.33957980819284,-0.0405948611482667,0.211206810278529,0.0405948611482667,-0.550786618471367
diff --git a/ViperVDC/CRESYN CS-HP500.vdc b/ViperVDC/CRESYN CS-HP500.vdc
deleted file mode 100644
index bcce23d..0000000
--- a/ViperVDC/CRESYN CS-HP500.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.958170304211811,-1.84843592625154,0.890633399438339,1.84843592625154,-0.84880370365015,1.00843493371144,-1.92381069855244,0.926411679813328,1.92381069855244,-0.93484661352477,1.08990195713323,-1.71184259907784,0.791171177383274,1.71184259907784,-0.881073134516505,1.02997843712997,-1.27594695218198,0.824684792819779,1.27594695218198,-0.854663229949746,1.22008569649619,0.513053050196759,0.0273471704513328,-0.513053050196759,-0.247432866947519
-SR_48000:0.961331765348445,-1.85991865924828,0.898899255806797,1.85991865924828,-0.860231021155242,1.00777007265738,-1.9306406103531,0.932212082021561,1.9306406103531,-0.939982154678939,1.08299128730755,-1.74633087554719,0.807223631514512,1.74633087554719,-0.890214918822063,1.0277038005681,-1.37001872597152,0.837986966591349,1.37001872597152,-0.865690767159452,1.20549860336962,0.335769150783034,0.0918137742802995,-0.335769150783034,-0.297312377649923
diff --git a/ViperVDC/CRESYN CS-HP600.vdc b/ViperVDC/CRESYN CS-HP600.vdc
deleted file mode 100644
index b78c5eb..0000000
--- a/ViperVDC/CRESYN CS-HP600.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00099122573098,-1.99660246926931,0.995619349520173,1.99660246926931,-0.996610575251153,0.98435714823677,-1.93694737411365,0.952922517330004,1.93694737411365,-0.937279665566774,1.10723125160287,-1.75057196566492,0.750917813871842,1.75057196566492,-0.858149065474711,0.925192091570136,-1.34256487159029,0.669391855239509,1.34256487159029,-0.594583946809644,1.41181084781799,0.385251911788879,-0.819968279383119,-0.385251911788879,0.408157431565133
-SR_48000:1.00091081402544,-1.99687869405176,0.995974723241261,1.99687869405176,-0.996885537266701,0.985591458686598,-1.94194745306324,0.95663719990136,1.94194745306324,-0.942228658587958,1.09907807192491,-1.77746233930767,0.769856432863286,1.77746233930767,-0.868934504788194,0.930140712247601,-1.40417587507009,0.69126192667499,1.40417587507009,-0.621402638922591,1.37407229255134,0.360443415357055,-0.653185461837228,-0.360443415357055,0.27911316928589
diff --git a/ViperVDC/CRESYN Pastel C300H.vdc b/ViperVDC/CRESYN Pastel C300H.vdc
deleted file mode 100644
index 45d6845..0000000
--- a/ViperVDC/CRESYN Pastel C300H.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.979656122764841,-1.93669858300805,0.957280332841414,1.93669858300805,-0.936936455606254,1.01000687905711,-1.96447394684782,0.964277731513264,1.96447394684782,-0.97428461057037,0.89069055148919,-1.65818849086399,0.817354879416723,1.65818849086399,-0.708045430905913,1.23279618046232,-1.29003319763921,0.29939512837952,1.29003319763921,-0.532191308841837,1.56309059887118,0.817000267174777,-0.307975382722235,-0.817000267174777,-0.255115216148944
-SR_48000:0.981261093537249,-1.94171036472026,0.960650576202795,1.94171036472026,-0.941911669740044,1.00920341128289,-1.9680584102883,0.967145927619873,1.9680584102883,-0.976349338902766,0.898371938433646,-1.68593932568418,0.830189706266832,1.68593932568418,-0.728561644700478,1.2177740948984,-1.35305946904105,0.344604402462449,1.35305946904105,-0.56237849736085,1.51296979182066,0.6607087800183,-0.191552231784063,-0.6607087800183,-0.321417560036601
diff --git a/ViperVDC/Creative AURVANA Live.vdc b/ViperVDC/Creative AURVANA Live.vdc
deleted file mode 100644
index 6663b5d..0000000
--- a/ViperVDC/Creative AURVANA Live.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.991204440094047,-1.95209333532616,0.961128658671653,1.95209333532616,-0.9523330987657,1.0102311743646,-1.94327662345788,0.940167646310219,1.94327662345788,-0.950398820674821,0.991102029099501,-1.90105797405309,0.922372035864439,1.90105797405309,-0.91347406496394,1.03666719024999,-1.72526907843443,0.785568672992372,1.72526907843443,-0.822235863242362,0.94412122412528,-0.675675994882548,0.67321848277204,0.675675994882548,-0.617339706897321
-SR_48000:0.991903417553907,-1.95591837857023,0.964217739038746,1.95591837857023,-0.956121156592654,1.00941880132143,-1.94831267111605,0.944918439280315,1.94831267111605,-0.954337240601743,0.991796257870771,-1.90970571377167,0.928428648856401,1.90970571377167,-0.920224906727172,1.033929443925,-1.75294729903942,0.80157913284693,1.75294729903942,-0.835508576771934,0.947874550365677,-0.821521324304787,0.695168098243896,0.821521324304787,-0.643042648609573
diff --git a/ViperVDC/Creative AURVANA Live2.vdc b/ViperVDC/Creative AURVANA Live2.vdc
deleted file mode 100644
index 04faa00..0000000
--- a/ViperVDC/Creative AURVANA Live2.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.985533753541037,-1.93358095169634,0.948358810269084,1.93358095169634,-0.933892563810121,0.973637087689804,-1.70526198532224,0.845828539576669,1.70526198532224,-0.819465627266473,1.2652353449023,-1.57543983848645,0.489435066036838,1.57543983848645,-0.754670410939136,0.831615926091262,-0.448691725192376,0.493244681895197,0.448691725192376,-0.324860607986458,1.05095415085037,0.479072311967996,0.113858235245431,-0.479072311967996,-0.164812386095799
-SR_48000:0.986673390061547,-1.93883670023086,0.952427051878743,1.93883670023086,-0.939100441940289,0.975601503928856,-1.73564531252615,0.85731653137706,1.73564531252615,-0.832918035305916,1.24602563107385,-1.61920309229981,0.526412816026695,1.61920309229981,-0.772438447100549,0.841141982804352,-0.586810530122051,0.521913544619962,0.586810530122051,-0.363055527424314,1.04778672849209,0.31491276463604,0.168942761068077,-0.31491276463604,-0.216729489560166
diff --git a/ViperVDC/Creative Aurvana Air.vdc b/ViperVDC/Creative Aurvana Air.vdc
deleted file mode 100644
index 341a436..0000000
--- a/ViperVDC/Creative Aurvana Air.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00258012325298,-1.98739260599492,0.984911326741786,1.98739260599492,-0.987491449994762,0.96599371527045,-1.76873152447324,0.849711682352754,1.76873152447324,-0.815705397623203,1.02898483411359,-1.57176564972024,0.747129577270397,1.57176564972024,-0.776114411383987,0.929453700751031,-1.136683499577,0.748165853895513,1.136683499577,-0.677619554646543,1.20399706585847,0.139992609095433,-0.192983733944693,-0.139992609095433,-0.0110133319137728
-SR_48000:1.00237169249189,-1.98841845450824,0.986130238918674,1.98841845450824,-0.988501931410568,0.968522617959904,-1.78943359206079,0.860887985018988,1.78943359206079,-0.829410602978892,1.02686985353739,-1.61783990673471,0.765581158889713,1.61783990673471,-0.792451012427101,0.934338269533546,-1.23309357292552,0.765602646775212,1.23309357292552,-0.699940916308758,1.19249006076356,-6.53204903139217E-17,-0.12569026652705,6.53204903139217E-17,-0.0667997942365097
diff --git a/ViperVDC/Creative Aurvana In-Ear2.vdc b/ViperVDC/Creative Aurvana In-Ear2.vdc
deleted file mode 100644
index 70ef6b6..0000000
--- a/ViperVDC/Creative Aurvana In-Ear2.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.982950679386338,-1.92158910762681,0.939137826588883,1.92158910762681,-0.922088505975221,1.07260091883748,-1.59415073447507,0.679145486238662,1.59415073447507,-0.751746405076144,0.855643148573141,-0.635145634215794,0.664680588928073,0.635145634215794,-0.520323737501214,2.05510947216322,0.192972455386353,-1.75865587871388,-0.192972455386353,0.703546406550658
-SR_48000:0.984286276453568,-1.92776899462201,0.943905602511168,1.92776899462201,-0.928191878964736,1.06736525008496,-1.63494285666796,0.702284145896204,1.63494285666796,-0.769649395981165,0.864794706313338,-0.775366498698787,0.685938291084236,0.775366498698787,-0.550732997397574,1.96668798341274,0.219608067292697,-1.52747184882734,-0.219608067292697,0.560783865414607
diff --git a/ViperVDC/Creative Aurvana In-Ear3.vdc b/ViperVDC/Creative Aurvana In-Ear3.vdc
deleted file mode 100644
index 4f670ec..0000000
--- a/ViperVDC/Creative Aurvana In-Ear3.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00052387686001,-1.9974419759404,0.996936345285375,1.9974419759404,-0.997460222145389,0.978598437747043,-1.91356055146435,0.935591560201146,1.91356055146435,-0.914189997948189,1.07459322881183,-1.49097311027805,0.563775546180334,1.49097311027805,-0.63836877499216,0.859250890742613,-0.736131532484522,0.497557885783514,0.736131532484522,-0.356808776526127,1.18225197252536,0.726727926468082,-0.0658174802030512,-0.726727926468082,-0.116434492322306
-SR_48000:1.00048136152222,-1.99765093511329,0.997184976834151,1.99765093511329,-0.997666338356372,0.980268639251519,-1.92035352497391,0.940618065826365,1.92035352497391,-0.920886705077884,1.06952232406234,-1.53636800211921,0.593430418210305,1.53636800211921,-0.662952742272643,0.86735569481901,-0.848519607678724,0.526490181816792,0.848519607678724,-0.393845876635802,1.16767880103555,0.593542931495158,0.0194070619547668,-0.593542931495158,-0.187085862990317
diff --git a/ViperVDC/Creative EP-430.vdc b/ViperVDC/Creative EP-430.vdc
deleted file mode 100644
index 0246e04..0000000
--- a/ViperVDC/Creative EP-430.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.968989713920446,-1.90910266110393,0.940306731479477,1.90910266110393,-0.909296445399923,1.17998330409199,-1.69086038468788,0.581925658987621,1.69086038468788,-0.761908963079612,0.72011440408467,-0.792761478190027,0.599041257183904,0.792761478190027,-0.319155661268574,0.918766445231316,-0.443794925179155,0.640994175641822,0.443794925179155,-0.559760620873138,1.16916509904552,0.196838944582187,0.252387070731984,-0.196838944582187,-0.421552169777504
-SR_48000:0.971404010491136,-1.91619396453034,0.944954133090436,1.91619396453034,-0.916358143581572,1.16692462722794,-1.71855943019586,0.612259015472966,1.71855943019586,-0.779183642700904,0.735639459274301,-0.894680587017979,0.621282153828217,0.894680587017979,-0.356921613102517,0.924056629074021,-0.6078659936702,0.664373760800502,0.6078659936702,-0.588430389874523,1.15835458352934,-8.93055172091336E-17,0.300163362754108,8.93055172091336E-17,-0.458517946283445
diff --git a/ViperVDC/Creative HQ-1450.vdc b/ViperVDC/Creative HQ-1450.vdc
deleted file mode 100644
index d787e4e..0000000
--- a/ViperVDC/Creative HQ-1450.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00110973082678,-1.99460175631528,0.993510245748687,1.99460175631528,-0.994619976575471,0.967079877324387,-1.77168054620373,0.807481687512516,1.77168054620373,-0.774561564836903,1.019760660346,-1.91057144870142,0.929458964145883,1.91057144870142,-0.949219624491887,0.855643148573141,-0.635145634215794,0.664680588928073,0.635145634215794,-0.520323737501214,1.1516370220788,0.351239527840343,0.113220084599967,-0.351239527840343,-0.26485710667877
-SR_48000:1.00101978801054,-1.99504064015352,0.994036235258916,1.99504064015352,-0.99505602326946,0.969476395615254,-1.78851856027531,0.821496630948458,1.78851856027531,-0.790973026563711,1.01819245105097,-1.92054221905444,0.935057112495726,1.92054221905444,-0.953249563546696,0.864794706313338,-0.775366498698787,0.685938291084236,0.775366498698787,-0.550732997397574,1.14220024975343,0.171068539939219,0.168406740534148,-0.171068539939219,-0.310606990287575
diff --git a/ViperVDC/Creative HQ-1600.vdc b/ViperVDC/Creative HQ-1600.vdc
deleted file mode 100644
index ad07070..0000000
--- a/ViperVDC/Creative HQ-1600.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00244704416361,-1.99161431636564,0.9891854651726,1.99161431636564,-0.991632509336215,0.979918045711618,-1.86798915041369,0.911249254393051,1.86798915041369,-0.89116730010467,1.20829503842162,-1.44882571730879,0.562605760480213,1.44882571730879,-0.77090079890183,1.2000804104681,0.856527915942414,0.115759086222893,-0.856527915942414,-0.315839496690996
-SR_48000:1.00224898596352,-1.99229439309679,0.99006076907378,1.99229439309679,-0.9923097550373,0.981468078345362,-1.87990969974053,0.918099511593338,1.87990969974053,-0.899567589938699,1.19309205373272,-1.51184185669233,0.594530178732411,1.51184185669233,-0.787622232465135,1.18468631720153,0.684239243024168,0.183792168846806,-0.684239243024168,-0.368478486048337
diff --git a/ViperVDC/Creative WP-350.vdc b/ViperVDC/Creative WP-350.vdc
deleted file mode 100644
index 7a28477..0000000
--- a/ViperVDC/Creative WP-350.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.987040812270484,-1.95308676386551,0.966117317343298,1.95308676386551,-0.953158129613781,1.01020927361558,-1.9724946465444,0.969274982018279,1.9724946465444,-0.979484255633857,0.929919802882787,-1.66883496595418,0.789092211878492,1.66883496595418,-0.719012014761279,1.06630130533793,-1.38467319215452,0.763319510829824,1.38467319215452,-0.829620816167759,0.82550621407992,-0.229061479383976,-0.0204472667342732,0.229061479383976,0.194941052654353
-SR_48000:0.988071058716735,-1.95682167100646,0.968810967140269,1.95682167100646,-0.956882025857005,1.00938757714494,-1.97523006788506,0.971747894370974,1.97523006788506,-0.98113547151591,0.934876513592409,-1.69600915300066,0.80400953424812,1.69600915300066,-0.73888604784053,1.06132988830325,-1.46167119559478,0.781066332097366,1.46167119559478,-0.842396220400621,0.832684113464054,-0.326893359982,0.0215294017689119,0.326893359982,0.145786484767034
diff --git a/ViperVDC/Creative WP-450.vdc b/ViperVDC/Creative WP-450.vdc
deleted file mode 100644
index 11c7c76..0000000
--- a/ViperVDC/Creative WP-450.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.977906252747436,-1.92642738966742,0.94867952408303,1.92642738966742,-0.926585776830466,0.991228335970627,-1.86516729338507,0.923473966335049,1.86516729338507,-0.914702302305675,1.16269888122406,-1.48884782700958,0.57461264732207,1.48884782700958,-0.737311528546129,0.900679405711675,-0.793061151140876,0.561059811678089,0.793061151140876,-0.461739217389764,1.20722455616132,0.358613197800343,0.0841860506561078,-0.358613197800343,-0.291410606817427
-SR_48000:0.979640696907443,-1.93221498071316,0.952708378886401,1.93221498071316,-0.932349075793844,0.991913117301224,-1.87937492124715,0.929448157661,1.87937492124715,-0.921361274962224,1.15103097771777,-1.54333481018059,0.605119179060333,1.54333481018059,-0.756150156778103,0.906781382042938,-0.909981720271031,0.588027055069781,0.909981720271031,-0.494808437112719,1.19407487232261,0.1744319401731,0.142300128022366,-0.1744319401731,-0.336375000344981
diff --git a/ViperVDC/DENON AH-C250.vdc b/ViperVDC/DENON AH-C250.vdc
deleted file mode 100644
index a49107a..0000000
--- a/ViperVDC/DENON AH-C250.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.965213974184472,-1.88392162131353,0.919197256141973,1.88392162131353,-0.884411230326445,1.11665781124179,-1.75330252298003,0.729021323367145,1.75330252298003,-0.845679134608932,1.14765820065984,-1.13610383212737,0.555619621801569,1.13610383212737,-0.703277822461404,0.894501581992957,-0.669628424720898,0.533757366239216,0.669628424720898,-0.428258948232173,1.52025803455283,0.477096256060159,-0.360250214155291,-0.477096256060159,-0.160007820397539
-SR_48000:0.967889763439568,-1.89288724596224,0.92541271504332,1.89288724596224,-0.893302478482889,1.10784076156287,-1.77877163867749,0.74950201324438,1.77877163867749,-0.857342774807246,1.13723845328296,-1.23505964284314,0.586978064877375,1.23505964284314,-0.724216518160336,0.900863486725171,-0.796663576192176,0.561873344413265,0.796663576192176,-0.462736831138436,1.48309423995295,0.315762161901019,-0.263082931372689,-0.315762161901019,-0.220011308580257
diff --git a/ViperVDC/DENON AH-C300.vdc b/ViperVDC/DENON AH-C300.vdc
deleted file mode 100644
index 6658728..0000000
--- a/ViperVDC/DENON AH-C300.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.966966668261406,-1.90318595308562,0.936412468542188,1.90318595308562,-0.903379136803594,1.08570356232229,-1.64107890805801,0.742073374404234,1.64107890805801,-0.827776936726528,0.829113294848273,-1.20225253040791,0.671051535898759,1.20225253040791,-0.500164830747033,1.14980309615311,-1.11507968650086,0.549164514897668,1.11507968650086,-0.698967611050777,1.44951150417755,0.754045451209726,-0.044148104928998,-0.754045451209726,-0.40536339924855
-SR_48000:0.96953112344355,-1.91071633177564,0.94134891806103,1.91071633177564,-0.91088004150458,1.07928326471126,-1.6815436253804,0.761395391520703,1.6815436253804,-0.840678656231966,0.839785600036403,-1.27329659683411,0.691595196079568,1.27329659683411,-0.531380796115971,1.13925340275834,-1.21634205872473,0.580914033174982,1.21634205872473,-0.720167435933322,1.41551348824529,0.555020208312431,0.0348242096326947,-0.555020208312431,-0.450337697877989
diff --git a/ViperVDC/DENON AH-C400.vdc b/ViperVDC/DENON AH-C400.vdc
deleted file mode 100644
index 030f1f4..0000000
--- a/ViperVDC/DENON AH-C400.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00028734358016,-1.99776224233861,0.99749314788901,1.99776224233861,-0.997780491469173,0.982044199998424,-1.91691641431208,0.935901902592206,1.91691641431208,-0.91794610259063,1.13854091047246,-1.46559498831408,0.505440650171582,1.46559498831408,-0.643981560644047,0.674043035953198,0.144919100528872,0.372548949369129,-0.144919100528872,-0.0465919853223276,1.39782817888023,0.781485767612131,-0.197272049901637,-0.781485767612131,-0.200556128978589
-SR_48000:1.00026402071694,-1.99794523716766,0.997696621963071,1.99794523716766,-0.997960642680008,0.98344803947534,-1.92348924691906,0.940913288302026,1.92348924691906,-0.924361327777366,1.12907917106998,-1.51505168416513,0.539216894828714,1.51505168416513,-0.668296065898692,0.689641916402391,-6.68768514488399E-17,0.402576023511059,6.68768514488399E-17,-0.0922179399134506,1.36382513196147,0.634442973988378,-0.0949391839847088,-0.634442973988378,-0.268885947976757
diff --git a/ViperVDC/DENON AH-C560R.vdc b/ViperVDC/DENON AH-C560R.vdc
deleted file mode 100644
index b97280c..0000000
--- a/ViperVDC/DENON AH-C560R.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.95749658442743,-1.88140166242792,0.924136158823099,1.88140166242792,-0.881632743250528,1.03714950193726,-1.79759292709291,0.782748093219901,1.79759292709291,-0.81989759515716,0.789403687644752,-0.908368312082946,0.594612504038065,0.908368312082946,-0.384016191682817,0.938552648813944,-0.449327632257597,0.640653211601526,0.449327632257597,-0.579205860415471,1.10451873444239,0.490531034339117,0.088154292757645,-0.490531034339117,-0.19267302720003
-SR_48000:0.960761456712002,-1.89052904841887,0.929963590551186,1.89052904841887,-0.890725047263188,1.03437952099242,-1.81435419588285,0.798947062536587,1.81435419588285,-0.833326583529003,0.801645139794652,-1.00396564717049,0.618176694590533,1.00396564717049,-0.419821834385185,0.942600894086278,-0.614944883527608,0.664327526428501,0.614944883527608,-0.606928420514779,1.09787609428429,0.321966316735677,0.146106227836333,-0.321966316735677,-0.243982322120626
diff --git a/ViperVDC/DENON AH-D1100.vdc b/ViperVDC/DENON AH-D1100.vdc
deleted file mode 100644
index a625c43..0000000
--- a/ViperVDC/DENON AH-D1100.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.986839411686855,-1.95614225618672,0.969429918435429,1.95614225618672,-0.956269330122284,0.99631499320006,-1.97887191631597,0.983714378771863,1.97887191631597,-0.980029371971923,1.00735086516127,-1.97024785230847,0.967513382684245,1.97024785230847,-0.974864247845518,0.986549948562879,-1.91128688482832,0.940558469740821,1.91128688482832,-0.9271084183037,1.17433151778843,-1.27758552866174,0.229554456487041,1.27758552866174,-0.403885974275473
-SR_48000:0.987887203866799,-1.959643532694,0.971863783217264,1.959643532694,-0.959750987084063,0.996611652839479,-1.98065927916284,0.985025444607979,1.98065927916284,-0.981637097447458,1.00676049622658,-1.97298204478154,0.970122475523749,1.97298204478154,-0.976882971750331,0.987606156262714,-1.91943494820569,0.945226303335599,1.91943494820569,-0.932832459598313,1.16394093144127,-1.32984682719294,0.275474901895957,1.32984682719294,-0.439415833337228
diff --git a/ViperVDC/DENON AH-D510R.vdc b/ViperVDC/DENON AH-D510R.vdc
deleted file mode 100644
index c203c2b..0000000
--- a/ViperVDC/DENON AH-D510R.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.996337416968671,-1.97471802712692,0.978581054770518,1.97471802712692,-0.974918471739189,1.11845479577664,-1.62360667971242,0.643507866739448,1.62360667971242,-0.761962662516083,1.09587969958814,-1.40536783180904,0.657731411405178,1.40536783180904,-0.753611110993313,1.19141481234283,0.553374821896674,0.154056070854153,-0.553374821896674,-0.345470883196987
-SR_48000:0.996631572347878,-1.97676349196486,0.980301288251177,1.97676349196486,-0.976932860599055,1.10986311382431,-1.66105227012575,0.669364709490307,1.66105227012575,-0.779227823314615,1.08895321834305,-1.47287407058782,0.682457364551332,1.47287407058782,-0.771410582894383,1.17867059661523,0.359512286041481,0.210378211207525,-0.359512286041481,-0.38904880782276
diff --git a/ViperVDC/DENON D1001.vdc b/ViperVDC/DENON D1001.vdc
deleted file mode 100644
index b081906..0000000
--- a/ViperVDC/DENON D1001.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.996337416968671,-1.97471802712692,0.978581054770518,1.97471802712692,-0.974918471739189,1.04735004244567,-1.74853161490785,0.790739909511436,1.74853161490785,-0.838089951957106,1.07474976655926,-1.20835734607799,0.56286010660942,1.20835734607799,-0.637609873168681,0.929934571046821,-0.375197281493683,0.388732929480039,0.375197281493683,-0.31866750052686,1.18225197252536,0.726727926468082,-0.0658174802030512,-0.726727926468082,-0.116434492322306
-SR_48000:0.996631572347878,-1.97676349196486,0.980301288251177,1.97676349196486,-0.976932860599055,1.04378663143606,-1.77407997242839,0.806488146932234,1.77407997242839,-0.850274778368293,1.06966224100287,-1.29182985143909,0.592612177842732,1.29182985143909,-0.662274418845597,0.933939371261574,-0.51953527850417,0.423671736418989,0.51953527850417,-0.357611107680563,1.16767880103555,0.593542931495158,0.0194070619547668,-0.593542931495158,-0.187085862990317
diff --git a/ViperVDC/DENON D2000.vdc b/ViperVDC/DENON D2000.vdc
deleted file mode 100644
index 8700ae4..0000000
--- a/ViperVDC/DENON D2000.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.994353937954225,-1.96930363046196,0.975047636843019,1.96930363046196,-0.969401574797244,1.00227775707028,-1.95947896051616,0.960387610503659,1.95947896051616,-0.962665367573939,1.07930879444049,-1.63460010289842,0.71688575107234,1.63460010289842,-0.796194545512833,0.933042731265251,-1.01171205641145,0.608430973584006,1.01171205641145,-0.541473704849257
-SR_48000:0.994806228772533,-1.97176995422656,0.977046503426397,1.97176995422656,-0.97185273219893,1.0020958612393,-1.96295296480909,0.963550954215158,1.96295296480909,-0.965646815454456,1.07345986509736,-1.6733536652418,0.737765090491059,1.6733536652418,-0.811224955588418,0.937349110606747,-1.11083928206066,0.63361486770023,1.11083928206066,-0.570963978306977
diff --git a/ViperVDC/DENON D5000.vdc b/ViperVDC/DENON D5000.vdc
deleted file mode 100644
index d6d4d60..0000000
--- a/ViperVDC/DENON D5000.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.997563292230084,-1.97610430254495,0.978741595641621,1.97610430254495,-0.976304887871705,1.0037952959569,-1.96568591108152,0.966888956850915,1.96568591108152,-0.97068425280781,0.987620589875283,-1.77959938381831,0.891999151724914,1.77959938381831,-0.879619741600197,1.07462970283685,-1.60017625268478,0.733589037440188,1.60017625268478,-0.808218740277041,0.940046117932462,-1.06295044372165,0.735038151212028,1.06295044372165,-0.67508426914449
-SR_48000:0.997759119446838,-1.97803967921848,0.980450037749261,1.97803967921848,-0.978209157196099,1.0034910777289,-1.96880968756489,0.969543027307729,1.96880968756489,-0.973034105036624,0.988570834717244,-1.80389910893033,0.90028930836137,1.80389910893033,-0.888860143078613,1.06909295341424,-1.64491377094929,0.7533539659748,1.64491377094929,-0.822446919389044,0.94419346608377,-1.16852355332575,0.753367056628028,1.16852355332575,-0.697560522711798
diff --git a/ViperVDC/DENON DENON AH-D400.vdc b/ViperVDC/DENON DENON AH-D400.vdc
deleted file mode 100644
index 6f1a025..0000000
--- a/ViperVDC/DENON DENON AH-D400.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.990528889653269,-1.94822700475774,0.958143112322273,1.94822700475774,-0.948672001975543,1.01640489941479,-1.95139046231665,0.941438262814122,1.95139046231665,-0.957843162228915,1.02125606634236,-1.45046424980001,0.630336531450205,1.45046424980001,-0.651592597792562,1.25962716882073,-1.17344343952455,0.396924853328846,1.17344343952455,-0.656552022149576,1.2165988155297,0.819760750910055,0.0427571888775691,-0.819760750910055,-0.259356004407264
-SR_48000:0.99128025902099,-1.95236758396973,0.961463734939667,1.95236758396973,-0.952743993960657,1.01509775723706,-1.95574567197269,0.946104461291861,1.95574567197269,-0.961202218528925,1.01980213535692,-1.5026420507631,0.655621791782621,1.5026420507631,-0.675423927139538,1.24168669145066,-1.26330484634645,0.438597903458581,1.26330484634645,-0.680284594909238,1.19961341662504,0.658718174193289,0.117822931761534,-0.658718174193289,-0.317436348386579
diff --git a/ViperVDC/DENON DN- HP1000.vdc b/ViperVDC/DENON DN- HP1000.vdc
deleted file mode 100644
index 379bbfd..0000000
--- a/ViperVDC/DENON DN- HP1000.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.993561418999753,-1.96497892762172,0.971545156600957,1.96497892762172,-0.96510657560071,0.986650410879361,-1.89619708801093,0.921931020876462,1.89619708801093,-0.908581431755823,1.11376246606045,-1.65291744641435,0.70256025175169,1.65291744641435,-0.816322717812135,1.06193188872392,-1.17366401286897,0.726296493749368,1.17366401286897,-0.788228382473293
-SR_48000:0.994076163015696,-1.96778829259644,0.973820030577644,1.96778829259644,-0.96789619359334,0.987689503566925,-1.90520279416179,0.928007680210303,1.90520279416179,-0.915697183777229,1.10528560820913,-1.69070802994483,0.724723576374868,1.69070802994483,-0.830009184584001,1.05738075119349,-1.27547261342218,0.746409917143607,1.27547261342218,-0.803790668337096
diff --git a/ViperVDC/DENON DN-HP500S.vdc b/ViperVDC/DENON DN-HP500S.vdc
deleted file mode 100644
index 4fa7072..0000000
--- a/ViperVDC/DENON DN-HP500S.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00688726327455,-1.9822027234311,0.975414046034905,1.9822027234311,-0.982301309309455,1.00451733508584,-1.99043686357701,0.986404987566386,1.99043686357701,-0.990922322652228,1.28363650881008,-1.4357140073833,0.454013734694724,1.4357140073833,-0.737650243504808,1.1337139346436,-1.44538664982077,0.689402495457444,1.44538664982077,-0.823116430101046,0.960136420783001,-0.987226520888595,0.652220879077204,0.987226520888595,-0.612357299860205
-SR_48000:1.00633222086634,-1.98364436481662,0.977395420428887,1.98364436481662,-0.983727641295232,1.00415183128825,-1.99124687948193,0.987504978728969,1.99124687948193,-0.991656810017215,1.26324656956132,-1.49767091529091,0.493263360305118,1.49767091529091,-0.756509929866436,1.12371219590127,-1.51338184944602,0.712635041135909,1.51338184944602,-0.83634723703718,0.962805502109626,-1.09624474640077,0.675506564298595,1.09624474640077,-0.638312066408221
diff --git a/ViperVDC/DENON DN-HP700.vdc b/ViperVDC/DENON DN-HP700.vdc
deleted file mode 100644
index 8bd289b..0000000
--- a/ViperVDC/DENON DN-HP700.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00077117225118,-1.99733059614051,0.99659185997038,1.99733059614051,-0.997363032221556,0.995256471324393,-1.96717863109355,0.972259637521329,1.96717863109355,-0.967516108845722,0.990689570409777,-1.9303000099038,0.945552201888628,1.9303000099038,-0.936241772298404,1.03195138266466,-1.73827677492492,0.813146921326691,1.73827677492492,-0.845098303991346,1.13315139234371,-0.649396640239361,0.524679996676207,0.649396640239361,-0.657831389019916
-SR_48000:1.00070859039842,-1.99754964405249,0.996868435945698,1.99754964405249,-0.997577026344117,0.995636130154639,-1.96983078586873,0.974479898911003,1.96983078586873,-0.970116029065642,0.991423881878463,-1.93624149153859,0.949846487368203,1.93624149153859,-0.941270369246665,1.02953884612372,-1.76591640052138,0.827255540187326,1.76591640052138,-0.856794386311044,1.12394502244867,-0.802337518249859,0.557544630624726,0.802337518249859,-0.681489653073393
diff --git a/ViperVDC/EDIFIER H850.vdc b/ViperVDC/EDIFIER H850.vdc
deleted file mode 100644
index 4e250ce..0000000
--- a/ViperVDC/EDIFIER H850.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00074048432775,-1.99640199453132,0.995669615371506,1.99640199453132,-0.99641009969926,0.990528889653269,-1.94822700475774,0.958143112322273,1.94822700475774,-0.948672001975543,0.993680102397747,-1.9455603839588,0.963040963319956,1.9455603839588,-0.956721065717702,0.974600615295377,-1.72034436918883,0.851463291016932,1.72034436918883,-0.826063906312309,1.02764571837744,-1.55655792583235,0.8383266337743,1.55655792583235,-0.865972352151742
-SR_48000:1.00068041918601,-1.99669445554129,0.996020878938845,1.99669445554129,-0.996701298124853,0.99128025902099,-1.95236758396973,0.961463734939667,1.95236758396973,-0.952743993960657,0.994183384201938,-1.95072881887559,0.965984177250335,1.95072881887559,-0.960167561452274,0.97649947593258,-1.74905702205787,0.862567910799953,1.74905702205787,-0.839067386732533,1.02553685661732,-1.61241504858174,0.850659349278708,1.61241504858174,-0.876196205896026
diff --git a/ViperVDC/GRADO ALESSANDRO MS1.vdc b/ViperVDC/GRADO ALESSANDRO MS1.vdc
deleted file mode 100644
index db1d234..0000000
--- a/ViperVDC/GRADO ALESSANDRO MS1.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00110973082678,-1.99460175631528,0.993510245748687,1.99460175631528,-0.994619976575471,0.998662636180068,-1.97516199431995,0.97674195495881,1.97516199431995,-0.975404591138878,0.92882158101436,-1.36741642486534,0.583745502905012,1.36741642486534,-0.512567083919372,1.0505915622351,-1.41615706505764,0.776414247074409,1.41615706505764,-0.827005809309504,0.939647354301557,-0.494616071939516,0.647055097014367,0.494616071939516,-0.586702451315924
-SR_48000:1.00101978801054,-1.99504064015352,0.994036235258916,1.99504064015352,-0.99505602326946,0.998770069261517,-1.97717540716626,0.978610319729875,1.97717540716626,-0.977380388991393,0.933314313904576,-1.41800126754489,0.610019200697825,1.41800126754489,-0.543333514602401,1.04680374511541,-1.48855727167808,0.793154231080321,1.48855727167808,-0.839957976195729,0.94363842786443,-0.656486566404683,0.670395069192139,0.656486566404683,-0.614033497056569
diff --git a/ViperVDC/GRADO GR10.vdc b/ViperVDC/GRADO GR10.vdc
deleted file mode 100644
index 218df3a..0000000
--- a/ViperVDC/GRADO GR10.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.972269491863065,-1.89899495278077,0.927496689860213,1.89899495278077,-0.899766181723278,1.06831426407319,-1.5747337852558,0.698090047162724,1.5747337852558,-0.766404311235914,0.852435366680637,-0.638146613601757,0.473228024392133,0.638146613601757,-0.32566339107277,1.09834363203595,-0.0054255610165782,0.424882152778947,0.0054255610165782,-0.523225784814898
-SR_48000:0.974418600925567,-1.90688061905985,0.933115682491481,1.90688061905985,-0.907534283417049,1.06335106792196,-1.61956037911641,0.720024533851116,1.61956037911641,-0.783375601773073,0.860779414187671,-0.757683227543835,0.503014364729748,0.757683227543835,-0.36379377891742,1.09191666915195,-0.202887822293763,0.462467311893919,0.202887822293763,-0.554383981045871
diff --git a/ViperVDC/GRADO HF2.vdc b/ViperVDC/GRADO HF2.vdc
deleted file mode 100644
index fba8aa7..0000000
--- a/ViperVDC/GRADO HF2.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00123850758131,-1.99575235260765,0.994526505254288,1.99575235260765,-0.995765012835598,0.994897951783549,-1.96467004727033,0.970162999617599,1.96467004727033,-0.965060951401148,0.957741805956558,-1.70228027032483,0.849147916671145,1.70228027032483,-0.806889722627703,1.08303430719609,-1.29873707364319,0.633035880433571,1.29873707364319,-0.716070187629658
-SR_48000:1.00113807458379,-1.99609774785324,0.994970361628292,1.99609774785324,-0.996108436212082,0.995305837715701,-1.96752373852678,0.972548334329715,1.96752373852678,-0.967854172045416,0.960870316046776,-1.73205109598882,0.860315981835962,1.73205109598882,-0.821186297882737,1.07714870058628,-1.37741657395048,0.659046893478823,1.37741657395048,-0.736195594065106
diff --git a/ViperVDC/GRADO PS-500.vdc b/ViperVDC/GRADO PS-500.vdc
deleted file mode 100644
index 29750fb..0000000
--- a/ViperVDC/GRADO PS-500.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00106363048627,-1.99784436287921,0.996798982273655,1.99784436287921,-0.997862612759925,0.994048605074236,-1.97600939565515,0.982089155115658,1.97600939565515,-0.976137760189893,0.926847311085103,-1.67886930995397,0.830077226520146,1.67886930995397,-0.75692453760525,1.10697993477466,-1.61703875879752,0.720293643686578,1.61703875879752,-0.827273578461241,1.11065344988102,-1.01139540326782,0.604992503349351,1.01139540326782,-0.715645953230373
-SR_48000:1.00097729535073,-1.99802069888829,0.997058809631769,1.99802069888829,-0.998036104982503,0.994526853058302,-1.97794684724673,0.983528452215868,1.97794684724673,-0.97805530527417,0.932124633926967,-1.707838601281,0.842335659492874,1.707838601281,-0.774460293419841,1.09896576213033,-1.66094918137999,0.741247246190974,1.66094918137999,-0.840213008321299,1.10279960500494,-1.1273304558933,0.633028932461324,1.1273304558933,-0.735828537466263
diff --git a/ViperVDC/GRADO PS1000.vdc b/ViperVDC/GRADO PS1000.vdc
deleted file mode 100644
index 75cb510..0000000
--- a/ViperVDC/GRADO PS1000.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00151296758929,-1.99481841793539,0.993313549084902,1.99481841793539,-0.99482651667419,0.9941371502394,-1.96793904936502,0.97408955920511,1.96793904936502,-0.96822670944451,1.01177060253408,-1.90423903828143,0.897310530503286,1.90423903828143,-0.909081133037366,0.760092719483163,-0.852099272477426,0.538190338548279,0.852099272477426,-0.298283058031443,0.817329182957892,-0.0049617545182976,0.575682967693275,0.0049617545182976,-0.393012150651167
-SR_48000:1.00139033109408,-1.99523902571045,0.993855532212239,1.99523902571045,-0.99524586330632,0.994606551232193,-1.97052746512281,0.976164042968036,1.97052746512281,-0.970770594200229,1.01085411914467,-1.91205761732196,0.905306144388647,1.91205761732196,-0.916160263533322,0.773267869424071,-0.945274289688146,0.563551851215499,0.945274289688146,-0.33681972063957,0.828140445651759,-0.186513622294226,0.600795916636252,0.186513622294226,-0.428936362288012
diff --git a/ViperVDC/GRADO SR325i.vdc b/ViperVDC/GRADO SR325i.vdc
deleted file mode 100644
index 7a8c54e..0000000
--- a/ViperVDC/GRADO SR325i.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00244704416361,-1.99161431636564,0.9891854651726,1.99161431636564,-0.991632509336215,0.996337416968671,-1.97471802712692,0.978581054770518,1.97471802712692,-0.974918471739189,0.976771134244818,-1.78687064279079,0.897341706600294,1.78687064279079,-0.874112840845112,1.09961335227247,-1.36739145302799,0.644403125646453,1.36739145302799,-0.744016477918925,0.955021686103699,-0.227391298918581,0.607598746156368,0.227391298918581,-0.562620432260067
-SR_48000:1.00224898596352,-1.99229439309679,0.99006076907378,1.99229439309679,-0.9923097550373,0.996631572347878,-1.97676349196486,0.980301288251177,1.97676349196486,-0.976932860599055,0.978549283895201,-1.80963904127416,0.905200110469061,1.80963904127416,-0.883749394364262,1.09245072992558,-1.43926767862004,0.669972048492906,1.43926767862004,-0.762422778418481,0.957968212325403,-0.411851793915831,0.633304925061732,0.411851793915831,-0.591273137387135
diff --git a/ViperVDC/GRADO SR60i.vdc b/ViperVDC/GRADO SR60i.vdc
deleted file mode 100644
index ccd571a..0000000
--- a/ViperVDC/GRADO SR60i.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.0008809702796,-1.99771785923755,0.996855137683082,1.99771785923755,-0.997736107962681,0.990005185268936,-1.94550006521082,0.955828638645074,1.94550006521082,-0.94583382391401,0.917814450445786,-1.62693066315837,0.809095240005947,1.62693066315837,-0.726909690451733,1.09030891239597,-1.47357001086933,0.600886288505695,1.47357001086933,-0.691195200901664,0.854922498552008,-0.176625834220309,0.358840467446344,0.176625834220309,-0.213762965998352
-SR_48000:1.00080946587621,-1.99790445272007,0.997110392041737,1.99790445272007,-0.997919857917946,0.990797038393727,-1.94984286586732,0.959328176300981,1.94984286586732,-0.950125214694708,0.923650721176813,-1.66083260661812,0.822652025465318,1.66083260661812,-0.746302746642131,1.08399194970123,-1.52611205268144,0.628803648593183,1.52611205268144,-0.712795598294415,0.862715802124516,-0.32507625774288,0.393282409344481,0.32507625774288,-0.255998211468997
diff --git a/ViperVDC/GRADO SR80.vdc b/ViperVDC/GRADO SR80.vdc
deleted file mode 100644
index a77b7b0..0000000
--- a/ViperVDC/GRADO SR80.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00074048432775,-1.99640199453132,0.995669615371506,1.99640199453132,-0.99641009969926,0.995976200434756,-1.97220261183205,0.976468644733741,1.97220261183205,-0.972444845168497,1.04245794467057,-1.70943682180385,0.848434852638684,1.70943682180385,-0.890892797309258,0.893036054885607,-1.39397697047164,0.794099690620469,1.39397697047164,-0.687135745506076,1.07282644243858,-0.907692553485313,0.678148800982712,0.907692553485313,-0.750975243421297
-SR_48000:1.00068041918601,-1.99669445554129,0.996020878938845,1.99669445554129,-0.996701298124853,0.996298994756603,-1.97445065541699,0.978356359999415,1.97445065541699,-0.974655354756018,1.0391798843873,-1.74507545448227,0.860136777773049,1.74507545448227,-0.899316662160346,0.900470766774194,-1.45706135297897,0.808411143665425,1.45706135297897,-0.70888191043962,1.06756868163086,-1.03976494182108,0.701385094881565,1.03976494182108,-0.768953776512429
diff --git a/ViperVDC/HIFIMAN HE-500.vdc b/ViperVDC/HIFIMAN HE-500.vdc
deleted file mode 100644
index cc4dc54..0000000
--- a/ViperVDC/HIFIMAN HE-500.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.986196023537032,-1.86467626591763,0.8795709042232,1.86467626591763,-0.865766927760232,1.01246740668785,-1.84813089623538,0.89123144927642,1.84813089623538,-0.90369885596427,1.07235892311019,-1.24812972025402,0.576841863323142,1.24812972025402,-0.649200786433334,0.853032758939233,-0.439761493778983,0.557699078862414,0.439761493778983,-0.410731837801647,1.21844628898795,0.788609787067021,-0.277483420688089,-0.788609787067021,0.0590371317001391
-SR_48000:0.98724826512013,-1.8750734768879,0.888750904111721,1.8750734768879,-0.87599916923185,1.01149911178616,-1.86405297133589,0.899679078824942,1.86405297133589,-0.911178190611103,1.06740517615817,-1.32745211161032,0.605811591446318,1.32745211161032,-0.673216767604484,0.861797195424124,-0.588089540640769,0.584075829916184,0.588089540640769,-0.445873025340309,1.18958201001928,0.764310412354607,-0.108683859004423,-0.764310412354607,-0.0808981510148586
diff --git a/ViperVDC/HIFIMAN RE-400.vdc b/ViperVDC/HIFIMAN RE-400.vdc
deleted file mode 100644
index 18ed974..0000000
--- a/ViperVDC/HIFIMAN RE-400.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.0020525002462,-1.994717445686,0.992673043768664,1.994717445686,-0.99472554401486,0.992928167480272,-1.93059680819644,0.938303691105199,1.93059680819644,-0.93123185858547,0.974939483302392,-1.76179992631046,0.85344500589416,1.76179992631046,-0.828384489196551,1.15158341355935,-1.58034020517228,0.647894364135898,1.58034020517228,-0.799477777695249,1.10640501292364,0.96608336319059,0.377738845929545,-0.96608336319059,-0.484143858853184
-SR_48000:1.00188613861946,-1.99514621805134,0.993266916709705,1.99514621805134,-0.995153055329161,0.993484587945763,-1.93610506691596,0.943158032440146,1.93610506691596,-0.936642620385909,0.976815145599372,-1.78457616174715,0.864413960772283,1.78457616174715,-0.841229106371655,1.14037524880788,-1.62720025636346,0.673929257294844,1.62720025636346,-0.814304506102725,1.09867413871045,0.760811737024613,0.42294933533878,-0.760811737024613,-0.521623474049227
diff --git a/ViperVDC/HIFIMAN RE0.vdc b/ViperVDC/HIFIMAN RE0.vdc
deleted file mode 100644
index 1df71e8..0000000
--- a/ViperVDC/HIFIMAN RE0.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.0014855801704,-1.9949019429714,0.993434585803336,1.9949019429714,-0.994920165973734,0.992061623169807,-1.94468194337771,0.953576026240915,1.94468194337771,-0.945637649410722,0.973738215982504,-1.74676069427955,0.846419942240842,1.74676069427955,-0.820158158223346,1.03813026174135,-1.6956285780596,0.863883690447254,1.6956285780596,-0.902013952188603,1.10483751203302,-0.00584689656845384,0.536678192426162,0.00584689656845384,-0.641515704459183
-SR_48000:1.00136515840656,-1.99531655424857,0.993966781085429,1.99531655424857,-0.995331939491994,0.99269050166689,-1.94913572787232,0.957253735106433,1.94913572787232,-0.949944236773323,0.975695736129672,-1.77108618571583,0.857867605395278,1.77108618571583,-0.83356334152495,1.03517071054437,-1.73420775148673,0.874448611023927,1.73420775148673,-0.909619321568298,1.09760227417365,-0.217490061048037,0.568653803237802,0.217490061048037,-0.666256077411456
diff --git a/ViperVDC/JAYS a-JAYS One.vdc b/ViperVDC/JAYS a-JAYS One.vdc
deleted file mode 100644
index 4e05d94..0000000
--- a/ViperVDC/JAYS a-JAYS One.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00060189449722,-1.99533260021463,0.9947489326537,1.99533260021463,-0.995350827150924,0.956730222924103,-1.86544286688531,0.909138732339875,1.86544286688531,-0.865868955263978,1.06533243456479,-1.63971797081622,0.617933074641006,1.63971797081622,-0.683265509205796,0.766035573662421,-0.713809462762622,0.549630039213751,0.713809462762622,-0.315665612876172,1.26488110776329,0.203231138931412,0.202834882725957,-0.203231138931412,-0.46771599048925
-SR_48000:1.00055309500523,-1.99571237746227,0.995174670752531,1.99571237746227,-0.995727765757758,0.960028356188077,-1.87573113239415,0.916064410943466,1.87573113239415,-0.876092767131543,1.06078958540097,-1.66802477428049,0.644499854586551,1.66802477428049,-0.705289439987523,0.779053182974549,-0.824105596003687,0.574688293954472,0.824105596003687,-0.353741476929021,1.24744034398217,-9.20146903409008E-17,0.255323218426178,9.20146903409008E-17,-0.50276356240835
diff --git a/ViperVDC/JAYS a-JAYS Three.vdc b/ViperVDC/JAYS a-JAYS Three.vdc
deleted file mode 100644
index a41352b..0000000
--- a/ViperVDC/JAYS a-JAYS Three.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.98205124784336,-1.94012068370652,0.958307728776629,1.94012068370652,-0.940358976619989,1.04997574997948,-1.80669394068681,0.77913578483187,1.80669394068681,-0.829111534811354,1.04335994020964,-1.77706307292579,0.808373877969383,1.77706307292579,-0.851733818179027,0.664154800689763,-0.460796611490414,0.438836369947777,0.460796611490414,-0.10299117063754,1.14308550412348,0.209187111619464,0.367643955655636,-0.209187111619464,-0.510729459779118
-SR_48000:0.983469566568308,-1.94487020535194,0.961602271396954,1.94487020535194,-0.945071837965261,1.04623195182069,-1.82285193500944,0.795681230221456,1.82285193500944,-0.841913182042149,1.04007512643737,-1.79948697432031,0.822890875034658,1.79948697432031,-0.862966001472027,0.680177644000882,-0.572893288711708,0.465608933422534,0.572893288711708,-0.145786577423416,1.13365456116515,-9.44770262498639E-17,0.409323326463342,9.44770262498639E-17,-0.54297788762849
diff --git a/ViperVDC/JAYS c-JAYS.vdc b/ViperVDC/JAYS c-JAYS.vdc
deleted file mode 100644
index bb49f82..0000000
--- a/ViperVDC/JAYS c-JAYS.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00190086575191,-1.99510711005771,0.993214344216651,1.99510711005771,-0.995115209968565,0.991204440094047,-1.95209333532616,0.961128658671653,1.95209333532616,-0.9523330987657,1.0969964880597,-1.09496974223752,0.571331031186824,1.09496974223752,-0.668327519246523,0.962448151704679,-0.682985884025691,0.672388956393463,0.682985884025691,-0.634837108098142,2.02553889128914,0.224050587349279,-1.68134157255188,-0.224050587349279,0.655802681262735
-SR_48000:1.00174676693507,-1.99550437016218,0.993764441732295,1.99550437016218,-0.995511208667369,0.991903417553907,-1.95591837857023,0.964217739038746,1.95591837857023,-0.956121156592654,1.0902802945172,-1.19592479005207,0.601012763152634,1.19592479005207,-0.691293057669834,0.964995911675198,-0.829806058805025,0.694616205934852,0.829806058805025,-0.65961211761005,1.93473726671867,0.245401375971517,-1.44393451477563,-0.245401375971517,0.509197248056966
diff --git a/ViperVDC/JAYS q-JAYS.vdc b/ViperVDC/JAYS q-JAYS.vdc
deleted file mode 100644
index 9b7f7e4..0000000
--- a/ViperVDC/JAYS q-JAYS.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00099122573098,-1.99660246926931,0.995619349520173,1.99660246926931,-0.996610575251153,0.983152722996441,-1.90792254521277,0.925544676875511,1.90792254521277,-0.908697399871952,1.07698923119142,-1.60036541459964,0.659751656944183,1.60036541459964,-0.736740888135604,1.09131624835157,-1.28549787494541,0.674021888123074,1.28549787494541,-0.765338136474647,0.796884096314697,-0.701608939801097,0.660613705160954,0.701608939801097,-0.457497801475652
-SR_48000:1.00091081402544,-1.99687869405176,0.995974723241261,1.99687869405176,-0.996885537266701,0.984464055622136,-1.91514757405649,0.931340016641643,1.91514757405649,-0.915804072263779,1.07147931494461,-1.63897666418235,0.684102333582232,1.63897666418235,-0.755581648526841,1.08467949520406,-1.37037835607385,0.697713578255709,1.37037835607385,-0.782393073459767,0.809247136159135,-0.828087566149519,0.681271104259807,0.828087566149519,-0.490518240418942
diff --git a/ViperVDC/JAYS t-JAYS Three.vdc b/ViperVDC/JAYS t-JAYS Three.vdc
deleted file mode 100644
index 061304e..0000000
--- a/ViperVDC/JAYS t-JAYS Three.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.961918717097132,-1.90159057418141,0.93994981879041,1.90159057418141,-0.901868535887542,1.07698923119142,-1.60036541459964,0.659751656944183,1.60036541459964,-0.736740888135604,0.699731897692184,-0.560222673616677,0.464055033763677,0.560222673616677,-0.163786931455861,1.14308550412348,0.209187111619464,0.367643955655636,-0.209187111619464,-0.510729459779118
-SR_48000:0.964872887679788,-1.90924555508042,0.944608235348093,1.90924555508042,-0.909481123027881,1.07147931494461,-1.63897666418235,0.684102333582232,1.63897666418235,-0.755581648526841,0.714740939641606,-0.669787380466879,0.490844494312425,0.669787380466879,-0.205585433954031,1.13365456116515,-9.44770262498639E-17,0.409323326463342,9.44770262498639E-17,-0.54297788762849
diff --git a/ViperVDC/JAYS v-JAYS.vdc b/ViperVDC/JAYS v-JAYS.vdc
deleted file mode 100644
index d4a6968..0000000
--- a/ViperVDC/JAYS v-JAYS.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.98896659453621,-1.94934043634648,0.960613267128413,1.94934043634648,-0.949579861664623,0.973055815288077,-1.80370478568699,0.842429233232076,1.80370478568699,-0.815485048520154,0.972664907271221,-1.59204717598642,0.840143186108723,1.59204717598642,-0.812808093379944,1.77911637150836,0.282734059435179,-1.34476667252015,-0.282734059435179,0.565650301011788
-SR_48000:0.989842273759512,-1.95337900058978,0.963739241585037,1.95337900058978,-0.953581515344549,0.975059268592726,-1.81918420888646,0.854145515493813,1.81918420888646,-0.829204784086539,0.97469507162362,-1.63832707597713,0.852015675742113,1.63832707597713,-0.826710747365734,1.7071222430375,0.289511687117772,-1.12809886880196,-0.289511687117772,0.420976625764456
diff --git a/ViperVDC/JBL J22.vdc b/ViperVDC/JBL J22.vdc
deleted file mode 100644
index e3cd861..0000000
--- a/ViperVDC/JBL J22.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.979789710060584,-1.94081498315676,0.961096190433839,1.94081498315676,-0.940885900494423,1.05836975443608,-1.75383070520354,0.742039088790568,1.75383070520354,-0.800408843226653,0.831084391149606,-0.941427335743063,0.558358587752693,0.941427335743063,-0.389442978902299,0.787065700254136,-0.48193986284178,0.443268709767699,0.48193986284178,-0.230334410021835,1.56467157454125,0.204614527767431,-0.0869648812179523,-0.204614527767431,-0.477706693323299
-SR_48000:0.981387118192062,-1.94549823475456,0.964171122160832,1.94549823475456,-0.945558240352894,1.05405822167778,-1.77548639563569,0.761093596211173,1.77548639563569,-0.815151817888954,0.840964761736472,-1.03377182144979,0.584191492415608,1.03377182144979,-0.42515625415208,0.798357739899146,-0.606540481990044,0.472792519733607,0.606540481990044,-0.271150259632752,1.52602784487697,-9.26690386326477E-17,-0.0125776109565184,9.26690386326477E-17,-0.513450233920456
diff --git a/ViperVDC/JBL J33.vdc b/ViperVDC/JBL J33.vdc
deleted file mode 100644
index 481b4ee..0000000
--- a/ViperVDC/JBL J33.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.974964859777495,-1.92664829384318,0.951808592029203,1.92664829384318,-0.926773451806699,1.04175369924192,-1.71771497692281,0.755822546672339,1.71771497692281,-0.797576245914264,0.822963346974029,-0.880201525239937,0.588770289431732,0.880201525239937,-0.411733636405761,0.774495054657829,-0.355853172066689,0.476185683474427,0.355853172066689,-0.250680738132256,1.10537374224185,0.206198155723908,0.383769761832639,-0.206198155723908,-0.489143504074487
-SR_48000:0.976930379605919,-1.93241653875591,0.955592120584842,1.93241653875591,-0.932522500190762,1.03867408346168,-1.74445623484866,0.773832274004297,1.74445623484866,-0.812506357465978,0.833459102954645,-0.981959584249781,0.613150363390037,0.981959584249781,-0.446609466344682,0.786619370643738,-0.494032076716942,0.504348659154904,0.494032076716942,-0.290968029798641,1.09852121241376,-9.32148844728247E-17,0.423843654988272,9.32148844728247E-17,-0.522364867402036
diff --git a/ViperVDC/JVC HA-FR65S.vdc b/ViperVDC/JVC HA-FR65S.vdc
deleted file mode 100644
index 9c982c2..0000000
--- a/ViperVDC/JVC HA-FR65S.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.974819108346069,-1.89837706351024,0.924217590986863,1.89837706351024,-0.899036699332932,1.04578948026322,-1.78313667580929,0.797636701291257,1.78313667580929,-0.843426181554473,0.65376994330472,-0.499725516684253,0.333524247691032,0.499725516684253,0.0127058090042485,1.2185967025758,0.173434068120835,0.0339276714693614,-0.173434068120835,-0.252524374045159
-SR_48000:0.976769937454677,-1.90629949052585,0.930088651132589,1.90629949052585,-0.906858588587266,1.04233466421076,-1.80397925544653,0.812905011147297,1.80397925544653,-0.855239675358062,0.668891760569417,-0.59533955325934,0.362632998773951,0.59533955325934,-0.0315247593433687,1.20530271573794,-7.94758625399067E-17,0.09267948551127,7.94758625399067E-17,-0.297982201249207
diff --git a/ViperVDC/JVC HA-FRD60.vdc b/ViperVDC/JVC HA-FRD60.vdc
deleted file mode 100644
index 170c502..0000000
--- a/ViperVDC/JVC HA-FRD60.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.964914119709564,-1.8909616316075,0.926323919936805,1.8909616316075,-0.891238039646369,1.18952767404648,-1.63062781736097,0.559755512710813,1.63062781736097,-0.749283186757296,0.89551363798627,-0.690174218503932,0.538230074557974,0.690174218503932,-0.433743712544244,0.573827607785208,-0.301090551686163,0.105089824464239,0.301090551686163,0.321082567750553
-SR_48000:0.967621929528471,-1.89939756777714,0.932009991124481,1.89939756777714,-0.899631920652952,1.17585672467292,-1.66599422912802,0.591511086813655,1.66599422912802,-0.767367811486571,0.901833655845789,-0.815574097866297,0.56616093672541,0.815574097866297,-0.467994592571199,0.588043105574478,-0.377757969566257,0.134940640364845,0.377757969566257,0.277016254060676
diff --git a/ViperVDC/JVC HA-FRD80.vdc b/ViperVDC/JVC HA-FRD80.vdc
deleted file mode 100644
index 60e6e5d..0000000
--- a/ViperVDC/JVC HA-FRD80.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.965592663240321,-1.90398615194824,0.938586753650429,1.90398615194824,-0.904179416890749,1.06298929078296,-1.62628979757556,0.631635881621347,1.62628979757556,-0.694625172404309,0.936058792551278,-1.3921485837509,0.717416454863365,1.3921485837509,-0.653475247414642,0.736682766474917,-0.52488502613607,0.560023323472468,0.52488502613607,-0.296706089947385,0.810378317480811,0.737818456586213,0.323093982129564,-0.737818456586213,-0.133472299610375
-SR_48000:0.968264814465106,-1.91145728585654,0.943356244605141,1.91145728585654,-0.911621059070246,1.05858142010623,-1.65752361936583,0.657413301490318,1.65752361936583,-0.715994721596549,0.940428254687119,-1.45245903671483,0.736726976981303,1.45245903671483,-0.677155231668421,0.751134278938583,-0.652458205942464,0.584170350765137,0.652458205942464,-0.33530462970372,0.822364034754202,0.594122142505101,0.365880250256001,-0.594122142505101,-0.188244285010203
diff --git a/ViperVDC/JVC HA-FX101.vdc b/ViperVDC/JVC HA-FX101.vdc
deleted file mode 100644
index d080f8c..0000000
--- a/ViperVDC/JVC HA-FX101.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.972657274536118,-1.9199537239231,0.947366604454688,1.9199537239231,-0.920023878990806,0.892037153061788,-1.09672617752237,0.522866000688051,1.09672617752237,-0.414903153749839,0.635811111160457,-0.472589671397914,0.23524764064185,0.472589671397914,0.128941248197693,0.795292304510648,-0.237773444075926,0.383927999019483,0.237773444075926,-0.179220303530131,1.31593755537207,0.206302519373457,0.173959653071112,-0.206302519373457,-0.489897208443185
-SR_48000:0.974797024564964,-1.92622313101219,0.951485517537625,1.92622313101219,-0.926282542102588,0.898468303625249,-1.1728774920344,0.551288005808734,1.1728774920344,-0.449756309433983,0.650247742402402,-0.55751014051478,0.265562809889987,0.55751014051478,0.0841894477076111,0.805915203173498,-0.377560991214853,0.415897830049968,0.377560991214853,-0.221813033223466,1.29484165298603,-9.33124316117357E-17,0.229116332704288,9.33124316117357E-17,-0.523957985690316
diff --git a/ViperVDC/JVC HA-FX3X.vdc b/ViperVDC/JVC HA-FX3X.vdc
deleted file mode 100644
index 0f605c4..0000000
--- a/ViperVDC/JVC HA-FX3X.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.97220801020135,-1.92247753097508,0.95039440779824,1.92247753097508,-0.922602417999589,1.02252570944131,-1.80750413265717,0.803480480640863,1.80750413265717,-0.826006190082168,0.802382306213611,-1.02373960730196,0.585026885208893,1.02373960730196,-0.387409191422504,0.884634152736298,-0.615293512641349,0.588170322971273,0.615293512641349,-0.472804475707571,1.16084293278613,0.501863401890036,0.05938351747205,-0.501863401890036,-0.22022645025818
-SR_48000:0.974385618140416,-1.92856106243675,0.95428119432138,1.92856106243675,-0.928666812461796,1.02084124228311,-1.82328435668443,0.818176163241558,1.82328435668443,-0.839017405524667,0.813897106433601,-1.10595927081883,0.609206564780763,1.10595927081883,-0.423103671214364,0.891769211813285,-0.752705031532193,0.6136408512511,0.752705031532193,-0.505410063064386,1.15039980917928,0.328921521239286,0.120455359569982,-0.328921521239286,-0.270855168749258
diff --git a/ViperVDC/JVC HA-FXC51.vdc b/ViperVDC/JVC HA-FXC51.vdc
deleted file mode 100644
index 52dc275..0000000
--- a/ViperVDC/JVC HA-FXC51.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.981452442100626,-1.94230767222196,0.961052384906429,1.94230767222196,-0.942504827007055,1.23713374222541,-1.55192090028056,0.379997612294823,1.55192090028056,-0.617131354520231,0.951761085974838,-1.40577354549733,0.71789672791126,1.40577354549733,-0.669657813886098,0.712660938146107,-0.484424124124998,0.446886503024284,0.484424124124998,-0.159547441170391,1.20722455616132,0.358613197800343,0.0841860506561078,-0.358613197800343,-0.291410606817427
-SR_48000:0.982919565171578,-1.94688592130595,0.964133164865295,1.94688592130595,-0.947052730036873,1.22117602569987,-1.58691584947011,0.42172015357177,1.58691584947011,-0.64289617927164,0.955087559614747,-1.4656939995525,0.737350090767768,1.4656939995525,-0.692437650382515,0.72703734915852,-0.600798866529871,0.474560383901223,0.600798866529871,-0.201597733059743,1.19407487232261,0.1744319401731,0.142300128022366,-0.1744319401731,-0.336375000344981
diff --git a/ViperVDC/JVC HA-FXC80.vdc b/ViperVDC/JVC HA-FXC80.vdc
deleted file mode 100644
index 582931a..0000000
--- a/ViperVDC/JVC HA-FXC80.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.979382512761827,-1.93959840158436,0.960312355752882,1.93959840158436,-0.939694868514709,1.05975173761382,-1.75648595483075,0.786699968950456,1.75648595483075,-0.846451706564276,0.913654699527368,-1.1875356860455,0.618403184941231,1.1875356860455,-0.532057884468599,0.804143986422304,-0.607672736453305,0.650418929692131,0.607672736453305,-0.454562916114435,0.89439371181544,0.633400197193589,0.0786662213942835,-0.633400197193589,0.0269400667902767
-SR_48000:0.981011188125841,-1.94437703550847,0.96344747535763,1.94437703550847,-0.944458663483471,1.05523610481122,-1.78154061709527,0.802819744800776,1.78154061709527,-0.858055849612,0.919169236705506,-1.26363885206069,0.642774283451307,1.26363885206069,-0.561943520156813,0.816055953877995,-0.743868206336443,0.671680458794891,0.743868206336443,-0.487736412672886,0.901830077028093,0.522686437585135,0.143542798142177,-0.522686437585135,-0.0453728751702697
diff --git a/ViperVDC/JVC HA-FXT90.vdc b/ViperVDC/JVC HA-FXT90.vdc
deleted file mode 100644
index 6b4394b..0000000
--- a/ViperVDC/JVC HA-FXT90.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.956801196911509,-1.86560411748056,0.909287769078735,1.86560411748056,-0.866088965990244,1.16335315899576,-1.51649775685291,0.416866600415358,1.51649775685291,-0.580219759411115,0.837339401298922,-0.981716712915195,0.65843253200933,0.981716712915195,-0.495771933308252,0.882083609382972,-0.476071307227261,0.645128208091173,0.476071307227261,-0.527211817474146,1.19477177236838,0.184714696471549,0.139220228636721,-0.184714696471549,-0.333992001005103
-SR_48000:0.960094294394203,-1.87588566457355,0.916202873154292,1.87588566457355,-0.876297167548495,1.1525948326643,-1.55307948431191,0.455271363727395,1.55307948431191,-0.607866196391692,0.847482491751646,-1.07990357350344,0.679731787952092,1.07990357350344,-0.527214279703738,0.889607621851442,-0.63344330963032,0.66777187766975,0.63344330963032,-0.557379499521193,1.1826581418812,-8.42170168877408E-17,0.192755543093944,8.42170168877408E-17,-0.375413684975148
diff --git a/ViperVDC/JVC HA-MX10-B.vdc b/ViperVDC/JVC HA-MX10-B.vdc
deleted file mode 100644
index 6acb7a9..0000000
--- a/ViperVDC/JVC HA-MX10-B.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.993851127481461,-1.97170092119912,0.978049932077276,1.97170092119912,-0.971901059558737,0.964992184653836,-1.85491876430804,0.894643262928091,1.85491876430804,-0.859635447581927,1.33904451838508,-0.551749697946296,-0.498382745449909,0.551749697946296,0.159338227064831,0.928072140368923,-0.00536931557406999,0.579362741340279,0.00536931557406999,-0.507434881709203,1.11807583929699,0.708189457088102,-0.0301210377872556,-0.708189457088102,-0.0879548015097366
-SR_48000:0.994344271816163,-1.9739854857131,0.979810344512204,1.9739854857131,-0.974154616328368,0.967652732332503,-1.86629850575296,0.902650235641954,1.86629850575296,-0.870302967974458,1.32488195893388,-0.628681300386353,-0.435792337517141,0.628681300386353,0.110910378583266,0.932656533593292,-0.200857490677446,0.606172472762948,0.200857490677446,-0.53882900635624,1.10885634164633,0.579584171008806,0.0503120003712809,-0.579584171008806,-0.159168342017612
diff --git a/ViperVDC/JVC HA-S160-V.vdc b/ViperVDC/JVC HA-S160-V.vdc
deleted file mode 100644
index 6221038..0000000
--- a/ViperVDC/JVC HA-S160-V.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.0014855801704,-1.9949019429714,0.993434585803336,1.9949019429714,-0.994920165973734,0.965524941231954,-1.84137983431904,0.876931928688241,1.84137983431904,-0.842456869920195,1.15333188036239,-1.58426604059466,0.599103311726755,1.58426604059466,-0.752435192089147,0.901567790370536,-0.870967985704013,0.703766249713305,0.870967985704013,-0.605334040083841,1.28241634388233,0.52408449047575,-0.00816172591217157,-0.52408449047575,-0.274254617970158
-SR_48000:1.00136515840656,-1.99531655424857,0.993966781085429,1.99531655424857,-0.995331939491994,0.968122527640493,-1.85341224687668,0.886204717793992,1.85341224687668,-0.854327245434484,1.14225698019861,-1.62655112532875,0.628059395667845,1.62655112532875,-0.770316375866451,0.908120116299267,-0.993258632762956,0.723485608755182,0.993258632762956,-0.631605725054449,1.263322765756,0.342500611537027,0.0599979790576541,-0.342500611537027,-0.323320744813657
diff --git a/ViperVDC/JVC HA-S600.vdc b/ViperVDC/JVC HA-S600.vdc
deleted file mode 100644
index 3180ac8..0000000
--- a/ViperVDC/JVC HA-S600.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.94688913335581,-1.83461769112872,0.888473641513003,1.83461769112872,-0.835362774868814,1.00765315254002,-1.96882427604725,0.966177445460919,1.96882427604725,-0.973830598000935,1.19715754942202,-1.65411531680436,0.620481458690689,1.65411531680436,-0.817639008112708,0.818107650203673,-0.550276222181361,0.196139905867443,0.550276222181361,-0.0142475560711159,1.14308550412348,0.209187111619464,0.367643955655636,-0.209187111619464,-0.510729459779118
-SR_48000:0.950876376798176,-1.84708957601566,0.896846367654102,1.84708957601566,-0.847722744452278,1.00703880063516,-1.97170070928625,0.968892529303735,1.97170070928625,-0.9759313299389,1.18244447752195,-1.69185242850937,0.648803395142337,1.69185242850937,-0.831247872664287,0.826448865209881,-0.644953615732398,0.233003302747953,0.644953615732398,-0.0594521679578343,1.13365456116515,-9.44770262498639E-17,0.409323326463342,9.44770262498639E-17,-0.54297788762849
diff --git a/ViperVDC/JVC HA-SR75S.vdc b/ViperVDC/JVC HA-SR75S.vdc
deleted file mode 100644
index e312089..0000000
--- a/ViperVDC/JVC HA-SR75S.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.991309078202177,-1.96499201323197,0.973844492902181,1.96499201323197,-0.965153571104359,1.19534631479025,-1.59776107635935,0.623967995865829,1.59776107635935,-0.819314310656075,1.19107487181464,-0.531224326053819,0.31790642885966,0.531224326053819,-0.508981300674302,1.28081450495098,0.143975182017819,-0.241039409499346,-0.143975182017819,-0.0397750954516349
-SR_48000:0.9920039040431,-1.96780292466792,0.975935585497049,1.96780292466792,-0.967939489540149,1.18075496556961,-1.64379785653953,0.652055622173753,1.64379785653953,-0.83281058774336,1.17875527084937,-0.681407584105462,0.361884585367759,0.681407584105462,-0.540639856217124,1.26454987859127,-6.70711272803203E-17,-0.169159068785813,6.70711272803203E-17,-0.0953908098054606
diff --git a/ViperVDC/KOSS KSC75.vdc b/ViperVDC/KOSS KSC75.vdc
deleted file mode 100644
index 96dd5e3..0000000
--- a/ViperVDC/KOSS KSC75.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00110973082678,-1.99460175631528,0.993510245748687,1.99460175631528,-0.994619976575471,0.993656968685817,-1.96528724694145,0.971967431532911,1.96528724694145,-0.965624400218728,1.06624292666137,-1.34545438412205,0.612608477169319,1.34545438412205,-0.678851403830685,0.947532057999933,-1.24931832784132,0.768121722313542,1.24931832784132,-0.715653780313475,1.2576583580024,0.308819465431012,-0.506797309648689,-0.308819465431012,0.249138951646288
-SR_48000:1.00101978801054,-1.99504064015352,0.994036235258916,1.99504064015352,-0.99505602326946,0.994164198169682,-1.96808830287283,0.974209095578174,1.96808830287283,-0.968373293747856,1.06163929424672,-1.41447117238555,0.639530720215416,1.41447117238555,-0.701170014462138,0.951239489303632,-1.33451408569356,0.784506447015368,1.33451408569356,-0.735745936319,1.24097663905031,0.215268793524175,-0.409241890013953,-0.215268793524175,0.16826525096364
diff --git a/ViperVDC/KOSS MV1.vdc b/ViperVDC/KOSS MV1.vdc
deleted file mode 100644
index 3d15d04..0000000
--- a/ViperVDC/KOSS MV1.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00716609730942,-1.97546396718811,0.968329950851898,1.97546396718811,-0.975496048161318,0.968440814371259,-1.9045937858178,0.939250126967789,1.9045937858178,-0.907690941339048,1.05374002185811,-1.84306042967759,0.83826830388708,1.84306042967759,-0.892008325745185,0.895090746162521,-1.46526145980513,0.725707580620147,1.46526145980513,-0.620798326782668,1.18234563116439,-0.0049028770010312,0.194136661621015,0.0049028770010312,-0.376482292785405
-SR_48000:1.00659040783613,-1.97743747011365,0.970874168872666,1.97743747011365,-0.977464576708794,0.970896020474732,-1.91224803194912,0.943976277408062,1.91224803194912,-0.914872297882794,1.04958863394648,-1.85882340415569,0.850761990807081,1.85882340415569,-0.900350624753566,0.902123999471094,-1.51253292711514,0.744096502431643,1.51253292711514,-0.646220501902737,1.17105696606224,-0.184705404442372,0.244026101181314,0.184705404442372,-0.415083067243554
diff --git a/ViperVDC/KOSS Porta Pro.vdc b/ViperVDC/KOSS Porta Pro.vdc
deleted file mode 100644
index 5c769e8..0000000
--- a/ViperVDC/KOSS Porta Pro.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.0014855801704,-1.9949019429714,0.993434585803336,1.9949019429714,-0.994920165973734,0.98435714823677,-1.93694737411365,0.952922517330004,1.93694737411365,-0.937279665566774,1.08914847163522,-1.58461454242208,0.792921411687684,1.58461454242208,-0.882069883322905,1.07752932027807,-0.933455728925772,0.76667392320453,0.933455728925772,-0.844203243482603,1.29637470210729,0.0949736440545012,0.108054265714002,-0.0949736440545012,-0.404428967821294
-SR_48000:1.00136515840656,-1.99531655424857,0.993966781085429,1.99531655424857,-0.995331939491994,0.985591458686598,-1.94194745306324,0.95663719990136,1.94194745306324,-0.942228658587958,1.08229204389531,-1.63777520715684,0.808847869552883,1.63777520715684,-0.891139913448198,1.07167143167052,-1.07116692321372,0.78430335890968,1.07116692321372,-0.855974790580196,1.27738868702944,-0.0943493608727727,0.165193066830879,0.0943493608727727,-0.442581753860316
diff --git a/ViperVDC/Klipsch Image One II.vdc b/ViperVDC/Klipsch Image One II.vdc
deleted file mode 100644
index d922abc..0000000
--- a/ViperVDC/Klipsch Image One II.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.970494599879636,-1.90834314205193,0.938042249372974,1.90834314205193,-0.90853684925261,1.0369669239748,-1.85571937249218,0.868036540082006,1.85571937249218,-0.905003464056809,1.06151860740625,-1.28790329610918,0.640236502119594,1.28790329610918,-0.70175510952584,1.21668987552459,-0.210007016140429,0.22646672677137,0.210007016140429,-0.443156602295956
-SR_48000:0.972790897295458,-1.91549097305512,0.942864194578751,1.91549097305512,-0.915655091874209,1.03409371097978,-1.87059672052407,0.878293253033361,1.87059672052407,-0.912386964013145,1.05719188490822,-1.36673459066769,0.665539363902019,1.36673459066769,-0.72273124881024,1.20298885800581,-0.382629038911015,0.275376224283446,0.382629038911015,-0.478365082289256
diff --git a/ViperVDC/Klipsch Image X10.vdc b/ViperVDC/Klipsch Image X10.vdc
deleted file mode 100644
index cdf6241..0000000
--- a/ViperVDC/Klipsch Image X10.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.983194342493403,-1.93223292191073,0.949423029636806,1.93223292191073,-0.932617372130209,1.08324951672875,-1.47104712534961,0.513153197090294,1.47104712534961,-0.596402713819043,1.08670540058954,-1.34499078686914,0.690481559591754,1.34499078686914,-0.777186960181294,0.704327827000034,-0.559350173747353,0.556929231921775,0.559350173747353,-0.261257058921809,1.41055523788336,0.388652732080885,-0.465588257098988,-0.388652732080885,0.0550330192156272
-SR_48000:0.984517472091153,-1.93759707982331,0.953405015252411,1.93759707982331,-0.937922487343564,1.07771756626862,-1.51540814777224,0.545504284534376,1.51540814777224,-0.623221850802996,1.08036766031329,-1.42285819393742,0.7131058421933,1.42285819393742,-0.793473502506589,0.720114699908368,-0.679614344043592,0.580586182232921,0.679614344043592,-0.300700882141288,1.38223863316249,0.263408987493818,-0.364504457574754,-0.263408987493818,-0.0177341755877337
diff --git a/ViperVDC/Klipsch Mode M40.vdc b/ViperVDC/Klipsch Mode M40.vdc
deleted file mode 100644
index 15c7f9f..0000000
--- a/ViperVDC/Klipsch Mode M40.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00420276792245,-1.9930848699596,0.989011575820324,1.9930848699596,-0.993214343742769,0.995645677297033,-1.96938159361011,0.974535731015908,1.96938159361011,-0.970181408312941,1.04502439239548,-1.56474475106714,0.736695390531664,1.56474475106714,-0.781719782927143,1.28329454908726,-1.2655662090468,0.45467199026533,1.2655662090468,-0.737966539352586,1.38020203939937,-0.118209856455867,0.201621972625442,0.118209856455867,-0.58182401202481
-SR_48000:1.00386235695129,-1.99365464119498,0.989901603586666,1.99365464119498,-0.993763960537956,0.995994619122387,-1.97189502633651,0.976576358021933,1.97189502633651,-0.972570977144321,1.04172897272236,-1.61230464862657,0.755967148436656,1.61230464862657,-0.797696121159015,1.26290910355599,-1.35071829834738,0.493912965691568,1.35071829834738,-0.756822069247558,1.35423112726577,-0.314171280439782,0.256157728485928,0.314171280439782,-0.610388855751694
diff --git a/ViperVDC/Klipsch Reference One.vdc b/ViperVDC/Klipsch Reference One.vdc
deleted file mode 100644
index 8799b3a..0000000
--- a/ViperVDC/Klipsch Reference One.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.972306181862438,-1.91395825583706,0.941846351139869,1.91395825583706,-0.914152533002307,1.02424106596341,-1.94159069777379,0.927046015645479,1.94159069777379,-0.951287081608891,0.940950693008505,-1.52884674532159,0.739035855384812,1.52884674532159,-0.679986548393317,1.10153607071146,-1.39209361596125,0.694425116235245,1.39209361596125,-0.795961186946706,0.95479681616204,-1.07269886349686,0.735649810382013,1.07269886349686,-0.690446626544053
-SR_48000:0.974467331661181,-1.92068727041638,0.946384502791835,1.92068727041638,-0.920851834453015,1.0223154164016,-1.94695468981377,0.932841297429583,1.94695468981377,-0.955156713831179,0.945043293724232,-1.57259642274806,0.757122808465987,1.57259642274806,-0.702166102190219,1.09404390787235,-1.46514340193301,0.716972933702149,1.46514340193301,-0.811016841574497,0.957950452247589,-1.17849253917263,0.754092411686151,1.17849253917263,-0.712042863933741
diff --git a/ViperVDC/Klipsch S4i.vdc b/ViperVDC/Klipsch S4i.vdc
deleted file mode 100644
index 8ab919c..0000000
--- a/ViperVDC/Klipsch S4i.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.96656886524171,-1.89587483396782,0.92979868423804,1.89587483396782,-0.89636754947975,1.08829212547244,-1.68671718691414,0.684817314829918,1.68671718691414,-0.773109440302359,0.766035573662421,-0.713809462762622,0.549630039213751,0.713809462762622,-0.315665612876172,0.779068310003354,-0.565571049279133,0.574717412737512,0.565571049279133,-0.353785722740866,1.24699034857362,-0.00535589778073967,0.256677488821892,0.00535589778073967,-0.503667837395516
-SR_48000:0.969155448802313,-1.90396798059201,0.935230195031657,1.90396798059201,-0.90438564383397,1.08185589542335,-1.71595085524948,0.707793183384323,1.71595085524948,-0.789649078807676,0.779053182974549,-0.824105596003687,0.574688293954472,0.824105596003687,-0.353741476929021,0.791691211128488,-0.695353542424418,0.599015873720349,0.695353542424418,-0.390707084848837,1.2307532385409,-0.200526950861057,0.305543403921428,0.200526950861057,-0.536296642462323
diff --git a/ViperVDC/LG GS100.vdc b/ViperVDC/LG GS100.vdc
deleted file mode 100644
index c61d49c..0000000
--- a/ViperVDC/LG GS100.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.968989713920446,-1.90910266110393,0.940306731479477,1.90910266110393,-0.909296445399923,1.02657413860692,-1.76856798256716,0.768161044604456,1.76856798256716,-0.79473518321138,1.01149265803525,-1.82631754152238,0.899735382846351,1.82631754152238,-0.911228040881603,0.968460877976561,-1.52034371548244,0.724845376470581,1.52034371548244,-0.693306254447142,0.612894730521687,-0.334224665676751,0.187126029306337,0.334224665676751,0.199979240171977
-SR_48000:0.971404010491136,-1.91619396453034,0.944954133090436,1.91619396453034,-0.916358143581572,1.02461764099685,-1.78756539749232,0.785229984029492,1.78756539749232,-0.809847625026339,1.01059685243489,-1.8461310588265,0.907550598898976,1.8461310588265,-0.918147451333866,0.97066367161186,-1.56648081640294,0.744063059606571,1.56648081640294,-0.714726731218431,0.627463720522245,-0.422591428183522,0.217719135844799,0.422591428183522,0.154817143632956
diff --git a/ViperVDC/LG HBS-730.vdc b/ViperVDC/LG HBS-730.vdc
deleted file mode 100644
index 8d53120..0000000
--- a/ViperVDC/LG HBS-730.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00034826331892,-1.99729168843005,0.99696166994328,1.99729168843005,-0.9973099332622,0.950861624095699,-1.85566227692147,0.905411054254938,1.85566227692147,-0.856272678350637,1.14347062871816,-1.44854583596202,0.365941925343334,1.44854583596202,-0.509412554061493,0.640414411367159,-0.514458600359961,0.307815508592721,0.514458600359961,0.0517700800401201,1.38049149113771,0.420427519255723,-0.358267560322619,-0.420427519255723,-0.0222239308150865
-SR_48000:1.00032000188931,-1.9975128289283,0.997208229217188,1.9975128289283,-0.997528231106493,0.954589334012937,-1.86665777402874,0.912586711663755,1.86665777402874,-0.867176045676692,1.1344022377346,-1.48793267997861,0.406019023900992,1.48793267997861,-0.540421261635596,0.655585252289709,-0.604258956479849,0.337018627794804,0.604258956479849,0.00739611991548709,1.35438362513276,0.281935512766319,-0.265068452616605,-0.281935512766319,-0.0893151725161567
diff --git a/ViperVDC/LG HBS-800.vdc b/ViperVDC/LG HBS-800.vdc
deleted file mode 100644
index ee0d2d2..0000000
--- a/ViperVDC/LG HBS-800.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00116129888494,-1.99435175440506,0.993208673496599,1.99435175440506,-0.994369972381538,0.998403103238438,-1.98442105092478,0.986068301872313,1.98442105092478,-0.984471405110752
-SR_48000:1.00106718735288,-1.99481084784748,0.993759041838685,1.99481084784748,-0.994826229191562,0.998531925424892,-1.98568157105699,0.987192176537861,1.98568157105699,-0.985724101962752
diff --git a/ViperVDC/LG HSS-F700.vdc b/ViperVDC/LG HSS-F700.vdc
deleted file mode 100644
index fb3309c..0000000
--- a/ViperVDC/LG HSS-F700.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.970337893705129,-1.88014518776997,0.91073128377175,1.88014518776997,-0.881069177476879,1.05282855649922,-1.67356309480995,0.691056298647596,1.67356309480995,-0.743884855146813,1.05613972730421,-1.52228002090607,0.75189453253053,1.52228002090607,-0.80803425983474,0.904241557868731,-1.04911973383541,0.576802485690999,1.04911973383541,-0.48104404355973,1.2576583580024,0.308819465431012,-0.506797309648689,-0.308819465431012,0.249138951646288
-SR_48000:0.972615900780437,-1.88941915524777,0.917586992707255,1.88941915524777,-0.890202893487692,1.0490362923559,-1.70222202575064,0.71323362467314,1.70222202575064,-0.762269917029042,1.05197569865833,-1.57813458492265,0.770297156186774,1.57813458492265,-0.822272854845099,0.910181394703474,-1.13770998026056,0.603053165296026,1.13770998026056,-0.5132345599995,1.24097663905031,0.215268793524175,-0.409241890013953,-0.215268793524175,0.16826525096364
diff --git a/ViperVDC/LG LBA-200.vdc b/ViperVDC/LG LBA-200.vdc
deleted file mode 100644
index 287ff5a..0000000
--- a/ViperVDC/LG LBA-200.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.975702322160507,-1.88776702359914,0.913262849842262,1.88776702359914,-0.888965172002769,0.978519021101999,-1.67868989924684,0.812594952474255,1.67868989924684,-0.791113973576254,1.17845305621802,-1.45743004854258,0.585480196308314,1.45743004854258,-0.763933252526332,0.869263763146583,-0.710424232588727,0.606546618355454,0.710424232588727,-0.475810381502037,1.24931666365972,0.188220865709296,0.109996558702802,-0.188220865709296,-0.35931322236252
-SR_48000:0.977575591933454,-1.89650962726581,0.919949994295135,1.89650962726581,-0.89752558622859,0.980097144163058,-1.71059140991185,0.826362864479734,1.71059140991185,-0.806460008642792,1.16547911125309,-1.51863385358224,0.615616733243828,1.51863385358224,-0.781095844496916,0.877348749731769,-0.837926192927561,0.630878551024274,0.837926192927561,-0.508227300756043,1.23353497288155,-8.57143964426551E-17,0.166333583656869,8.57143964426551E-17,-0.399868556538414
diff --git a/ViperVDC/LG QuadBeat.vdc b/ViperVDC/LG QuadBeat.vdc
deleted file mode 100644
index 49062cc..0000000
--- a/ViperVDC/LG QuadBeat.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.971866170905842,-1.88609364719001,0.915330665298885,1.88609364719001,-0.887196836204726,1.04090738016471,-1.7606910286595,0.76077185752929,1.7606910286595,-0.801679237694005,1.03705064294029,-1.37347246742747,0.676761588284516,1.37347246742747,-0.713812231224802,0.800240009297075,-0.845427447309374,0.580528322315921,0.845427447309374,-0.380768331612996,0.952742620166656,1.002740464487,0.587715645750481,-1.002740464487,-0.540458265917138
-SR_48000:0.974033299579234,-1.89495047770675,0.921852683413579,1.89495047770675,-0.895885982992813,1.03788438299286,-1.78143449473988,0.778450476771224,1.78143449473988,-0.816334859764084,1.03443050397232,-1.44181054054992,0.699620289005184,1.44181054054992,-0.734050792977501,0.811842655663686,-0.947980832419464,0.604892468108334,0.947980832419464,-0.41673512377202,0.955994194423087,0.786038664481144,0.616083134539203,-0.786038664481144,-0.572077328962289
diff --git a/ViperVDC/LG QuadBeat2.vdc b/ViperVDC/LG QuadBeat2.vdc
deleted file mode 100644
index 7c99db3..0000000
--- a/ViperVDC/LG QuadBeat2.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.976969521697462,-1.91647462365989,0.939785239318692,1.91647462365989,-0.916754761016154,1.07122034368915,-1.68563804221088,0.685246838329287,1.68563804221088,-0.756467182018432,0.814429088823786,-0.625004288490708,0.337554308937387,0.625004288490708,-0.151983397761173,1.30935594372662,0.220269896260696,0.281412334525948,-0.220269896260696,-0.59076827825257,0.705679355813987,0.385029671446606,0.230478545846094,-0.385029671446606,0.0638420983399193
-SR_48000:0.978769026921264,-1.92302192800985,0.944490168802682,1.92302192800985,-0.923259195723946,1.06607361520508,-1.71361621340566,0.707992432898325,1.71361621340566,-0.774066048103403,0.82377374609929,-0.727278965558971,0.370912597191609,0.727278965558971,-0.194686343290899,1.28796035422891,-9.9136259153425E-17,0.331111094224545,9.9136259153425E-17,-0.619071448453455,0.720565161856375,0.256221450644833,0.269398503852002,-0.256221450644833,0.0100363342916234
diff --git a/ViperVDC/Logitech (Ultimate Ears) Super.fi 3.vdc b/ViperVDC/Logitech (Ultimate Ears) Super.fi 3.vdc
deleted file mode 100644
index d2ae427..0000000
--- a/ViperVDC/Logitech (Ultimate Ears) Super.fi 3.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00074048432775,-1.99640199453132,0.995669615371506,1.99640199453132,-0.99641009969926,0.991145167177466,-1.95162356516419,0.960866706300618,1.95162356516419,-0.952011873478083,1.07930879444049,-1.63460010289842,0.71688575107234,1.63460010289842,-0.796194545512833,0.901567790370536,-0.870967985704013,0.703766249713305,0.870967985704013,-0.605334040083841,1.10483751203302,-0.00584689656845384,0.536678192426162,0.00584689656845384,-0.641515704459183
-SR_48000:1.00068041918601,-1.99669445554129,0.996020878938845,1.99669445554129,-0.996701298124853,0.991848750962288,-1.95549648133554,0.963976143987969,1.95549648133554,-0.955824894950257,1.07345986509736,-1.6733536652418,0.737765090491059,1.6733536652418,-0.811224955588418,0.908120116299267,-0.993258632762956,0.723485608755182,0.993258632762956,-0.631605725054449,1.09760227417365,-0.217490061048037,0.568653803237802,0.217490061048037,-0.666256077411456
diff --git a/ViperVDC/Logitech (Ultimate Ears) Super.fi 4.vdc b/ViperVDC/Logitech (Ultimate Ears) Super.fi 4.vdc
deleted file mode 100644
index 9f74d2e..0000000
--- a/ViperVDC/Logitech (Ultimate Ears) Super.fi 4.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.0008143783431,-1.99604375457807,0.995237479948495,1.99604375457807,-0.996051858291599,0.992700398776868,-1.95999265410475,0.967739939953892,1.95999265410475,-0.96044033873076,1.0700157565079,-1.66938376154967,0.789286147211655,1.66938376154967,-0.859301903719552,0.910024965044705,-0.704626346361605,0.678809713054946,0.704626346361605,-0.588834678099651,1.31691703153577,0.376872702078419,-0.400591916525451,-0.376872702078419,0.0836748849896788
-SR_48000:1.00074833010118,-1.99636522159236,0.995623732946465,1.99636522159236,-0.99637206304765,0.993282708073769,-1.96321762003857,0.97031341380667,1.96321762003857,-0.963596121880439,1.06469045496803,-1.70833293480099,0.805312751231841,1.70833293480099,-0.870003206199867,0.915966235327252,-0.84434980330139,0.700018688498161,0.84434980330139,-0.615984923825413,1.29567691141691,0.255960174106278,-0.306722740734111,-0.255960174106278,0.0110458293171968
diff --git a/ViperVDC/Logitech (Ultimate Ears) UE 100.vdc b/ViperVDC/Logitech (Ultimate Ears) UE 100.vdc
deleted file mode 100644
index d9b0492..0000000
--- a/ViperVDC/Logitech (Ultimate Ears) UE 100.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.975785394908208,-1.91920923450798,0.943753088000586,1.91920923450798,-0.919538482908794,0.953136142554834,-1.13949489270434,0.591148826436015,1.13949489270434,-0.544284968990849
-SR_48000:0.977679951032984,-1.92555497822681,0.948153858990832,1.92555497822681,-0.925833810023816,0.956155674002105,-1.22295387234206,0.617491919880133,1.22295387234206,-0.573647593882238
diff --git a/ViperVDC/Logitech (Ultimate Ears) UE 200.vdc b/ViperVDC/Logitech (Ultimate Ears) UE 200.vdc
deleted file mode 100644
index 07da5c8..0000000
--- a/ViperVDC/Logitech (Ultimate Ears) UE 200.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.969747061014006,-1.88995598466683,0.920901621884811,1.88995598466683,-0.890648682898817,1.14316057775762,-1.43009584189116,0.367312173155303,1.43009584189116,-0.510472750912926,0.856491391279609,-0.696822510350296,0.48770710412183,0.696822510350296,-0.34419849540144,0.897533873453037,-0.393811265794802,0.634219374250655,0.393811265794802,-0.531753247703692,1.24931666365972,0.188220865709296,0.109996558702802,-0.188220865709296,-0.35931322236252
-SR_48000:0.972081291881927,-1.89849859744296,0.927004628137672,1.89849859744296,-0.899085920019599,1.13409670510315,-1.47213078171266,0.407369303284121,1.47213078171266,-0.541466008387274,0.864694204217645,-0.812133169108137,0.516989269365037,0.812133169108137,-0.381683473582682,0.904099384233855,-0.559683341879471,0.657656745435666,0.559683341879471,-0.561756129669521,1.23353497288155,-8.57143964426551E-17,0.166333583656869,8.57143964426551E-17,-0.399868556538414
diff --git a/ViperVDC/Logitech (Ultimate Ears) UE 600.vdc b/ViperVDC/Logitech (Ultimate Ears) UE 600.vdc
deleted file mode 100644
index a2bf475..0000000
--- a/ViperVDC/Logitech (Ultimate Ears) UE 600.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.979622153169643,-1.90625086075468,0.927255749619693,1.90625086075468,-0.906877902789336,1.06275494287878,-1.62478943549465,0.722659065396077,1.62478943549465,-0.785414008274854,1.04734324944616,-1.12348391337201,0.723134613413789,1.12348391337201,-0.77047786285995,0.890520330992262,-0.652155259722628,0.670518694516835,0.652155259722628,-0.561039025509097
-SR_48000:0.981206882515493,-1.91358845148373,0.932912870770876,1.91358845148373,-0.914119753286369,1.05815258056506,-1.66404696291824,0.74299887301789,1.66404696291824,-0.80115145358295,1.04389532637492,-1.23022285381002,0.743298217839045,1.23022285381002,-0.787193544213966,0.897634629366401,-0.794781975252999,0.691929321139596,0.794781975252999,-0.589563950505997
diff --git a/ViperVDC/Logitech (Ultimate Ears) UE 700.vdc b/ViperVDC/Logitech (Ultimate Ears) UE 700.vdc
deleted file mode 100644
index d518f24..0000000
--- a/ViperVDC/Logitech (Ultimate Ears) UE 700.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00082475017751,-1.99597675822339,0.99517682500872,1.99597675822339,-0.996001575186235,0.992172248390903,-1.92310010720183,0.931708877454415,1.92310010720183,-0.923881125845318,1.14371893067709,-1.61349314804746,0.666162383577981,1.61349314804746,-0.809881314255075,0.779068310003354,-0.565571049279133,0.574717412737512,0.565571049279133,-0.353785722740866,1.22292922689839,0.214904397285236,0.329089927156758,-0.214904397285236,-0.552019154055151
-SR_48000:1.00075786229559,-1.99630489910649,0.99556798825806,1.99630489910649,-0.996325850553647,0.992785994449893,-1.92918802385918,0.937063340577342,1.92918802385918,-0.929849335027235,1.13303950040121,-1.65646096444618,0.690969105498668,1.65646096444618,-0.824008605899881,0.791691211128488,-0.695353542424418,0.599015873720349,0.695353542424418,-0.390707084848837,1.20786124025295,-9.68846448419828E-17,0.374437341484369,9.68846448419828E-17,-0.582298581737319
diff --git a/ViperVDC/Logitech (Ultimate Ears) UE 900.vdc b/ViperVDC/Logitech (Ultimate Ears) UE 900.vdc
deleted file mode 100644
index e0f1c95..0000000
--- a/ViperVDC/Logitech (Ultimate Ears) UE 900.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.97633311548055,-1.90433374477971,0.928774026457493,1.90433374477971,-0.905107141938043,0.986053123694458,-1.93154931999219,0.950212842875915,1.93154931999219,-0.936265966570373,1.09101997873281,-1.55102666546196,0.675079502870449,1.55102666546196,-0.766099481603257,0.832356872691933,-0.540824073267493,0.647969828108874,0.540824073267493,-0.480326700800807,1.23399463301894,0.643789515928433,-0.0341223692790726,-0.643789515928433,-0.199872263739865
-SR_48000:0.97817205039252,-1.91182502985583,0.934308338727396,1.91182502985583,-0.912480389119916,0.987153106956438,-1.93730072107298,0.954139531425974,1.93730072107298,-0.941292638382411,1.08440567280279,-1.59921085657753,0.698691061572922,1.59921085657753,-0.783096734375714,0.842733245374923,-0.686657086883197,0.669758948354088,0.686657086883197,-0.512492193729011,1.21721061810356,0.481134098975976,0.0400533716187891,-0.481134098975976,-0.257263989722351
diff --git a/ViperVDC/Logitech (Ultimate Ears) UE18Pro.vdc b/ViperVDC/Logitech (Ultimate Ears) UE18Pro.vdc
deleted file mode 100644
index 548d237..0000000
--- a/ViperVDC/Logitech (Ultimate Ears) UE18Pro.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.978474968570923,-1.90070143967556,0.923160563097957,1.90070143967556,-0.90163553166888,1.10349183668727,-1.57804607550038,0.630557823749991,1.57804607550038,-0.734049660437261,1.0393039665335,-1.11339911028449,0.657103070063203,1.11339911028449,-0.696407036596707,0.916471457353637,-0.207800405896069,0.511521441360569,0.207800405896069,-0.427992898714206,1.18225197252536,0.726727926468082,-0.0658174802030512,-0.726727926468082,-0.116434492322306
-SR_48000:0.980144696826462,-1.90847416540347,0.929121110907504,1.90847416540347,-0.909265807733965,1.09609178230558,-1.61962189533896,0.656974324632097,1.61962189533896,-0.753066106937677,1.03654738058439,-1.21459699738044,0.681152165928657,1.21459699738044,-0.717699546513051,0.921554004628725,-0.378600086105041,0.541244399387774,0.378600086105041,-0.462798404016499,1.16767880103555,0.593542931495158,0.0194070619547668,-0.593542931495158,-0.187085862990317
diff --git a/ViperVDC/Logitech (Ultimate Ears) Ultimate Ears Super.fi 5 Pro.vdc b/ViperVDC/Logitech (Ultimate Ears) Ultimate Ears Super.fi 5 Pro.vdc
deleted file mode 100644
index c3309bc..0000000
--- a/ViperVDC/Logitech (Ultimate Ears) Ultimate Ears Super.fi 5 Pro.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.977591332193599,-1.91850374108486,0.941411005389296,1.91850374108486,-0.919002337582895,1.16197734240789,-1.54983639116686,0.576499159906274,1.54983639116686,-0.738476502314162,0.935457910042813,-0.573338232560063,0.436919821332578,0.573338232560063,-0.372377731375391
-SR_48000:0.979344157927224,-1.9249157876308,0.945993888153594,1.9249157876308,-0.925338046080818,1.15035726208551,-1.59582361887846,0.606880654659366,1.59582361887846,-0.757237916744873,0.939245072217213,-0.704602487845912,0.46995990347461,0.704602487845912,-0.409204975691823
diff --git a/ViperVDC/Logitech (Ultimate Ears) Ultimate Ears Triple.fi 10 Pro.vdc b/ViperVDC/Logitech (Ultimate Ears) Ultimate Ears Triple.fi 10 Pro.vdc
deleted file mode 100644
index c7ee3ef..0000000
--- a/ViperVDC/Logitech (Ultimate Ears) Ultimate Ears Triple.fi 10 Pro.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.982230015584999,-1.91816427647061,0.936565221718456,1.91816427647061,-0.918795237303455,1.16197734240789,-1.54983639116686,0.576499159906274,1.54983639116686,-0.738476502314162,0.970252168114594,-0.788270196199443,0.482656548983276,0.788270196199443,-0.45290871709787
-SR_48000:0.983619880195355,-1.92461223802547,0.941526720352346,1.92461223802547,-0.925146600547701,1.15035726208551,-1.59582361887846,0.606880654659366,1.59582361887846,-0.757237916744873,0.972079023619313,-0.904927729578916,0.514427325924643,0.904927729578916,-0.486506349543957
diff --git a/ViperVDC/M-Audio IE-40.vdc b/ViperVDC/M-Audio IE-40.vdc
deleted file mode 100644
index c7ee3ef..0000000
--- a/ViperVDC/M-Audio IE-40.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.982230015584999,-1.91816427647061,0.936565221718456,1.91816427647061,-0.918795237303455,1.16197734240789,-1.54983639116686,0.576499159906274,1.54983639116686,-0.738476502314162,0.970252168114594,-0.788270196199443,0.482656548983276,0.788270196199443,-0.45290871709787
-SR_48000:0.983619880195355,-1.92461223802547,0.941526720352346,1.92461223802547,-0.925146600547701,1.15035726208551,-1.59582361887846,0.606880654659366,1.59582361887846,-0.757237916744873,0.972079023619313,-0.904927729578916,0.514427325924643,0.904927729578916,-0.486506349543957
diff --git a/ViperVDC/M-Audio Q40.vdc b/ViperVDC/M-Audio Q40.vdc
deleted file mode 100644
index ef98ed9..0000000
--- a/ViperVDC/M-Audio Q40.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00074048432775,-1.99640199453132,0.995669615371506,1.99640199453132,-0.99641009969926,0.99558534353635,-1.97591263260821,0.98048974481661,1.97591263260821,-0.976075088352959,0.979102037630761,-1.72432848108446,0.817681324040452,1.72432848108446,-0.796783361671212,1.02659968952726,-1.66801873513655,0.844443856089477,1.66801873513655,-0.87104354561674,1.04936780279392,-1.05809013850092,0.711294937180147,1.05809013850092,-0.760662739974066
-SR_48000:1.00068041918601,-1.99669445554129,0.996020878938845,1.99669445554129,-0.996701298124853,0.995940091008038,-1.97786035378285,0.982057525629295,1.97786035378285,-0.977997616637334,0.980641682698105,-1.75002116543926,0.831113545094649,1.75002116543926,-0.811755227792754,1.02456572964193,-1.70813037505983,0.85633854216492,1.70813037505983,-0.88090427180685,1.0457894503897,-1.17232394617377,0.732221298030454,1.17232394617377,-0.778010748420151
diff --git a/ViperVDC/MONSTER DNA IE.vdc b/ViperVDC/MONSTER DNA IE.vdc
deleted file mode 100644
index 612e673..0000000
--- a/ViperVDC/MONSTER DNA IE.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.966966668261406,-1.90318595308562,0.936412468542188,1.90318595308562,-0.903379136803594,1.05050395518121,-1.69123688421156,0.70465066849121,1.69123688421156,-0.755154623672418,0.920212598057852,-1.23767746634872,0.715177231805113,1.23767746634872,-0.635389829862965,1.18883524541319,-0.697917365536072,0.431696462513286,0.697917365536072,-0.620531707926477,0.759313999372738,-0.164440204025545,0.370709989748044,0.164440204025545,-0.130023989120782
-SR_48000:0.96953112344355,-1.91071633177564,0.94134891806103,1.91071633177564,-0.91088004150458,1.04685781095971,-1.71828288377324,0.725973478844195,1.71828288377324,-0.772831289803903,0.925610823735706,-1.31701294494952,0.734447662267579,1.31701294494952,-0.660058486003285,1.17599570455705,-0.84175869468231,0.470337323610391,0.84175869468231,-0.646333028167443,0.771395994588707,-0.303774667585175,0.402299192582883,0.303774667585175,-0.173695187171589
diff --git a/ViperVDC/MONSTER DNA.vdc b/ViperVDC/MONSTER DNA.vdc
deleted file mode 100644
index ab02290..0000000
--- a/ViperVDC/MONSTER DNA.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.01034538831025,-1.96058816022311,0.954279304048653,1.96058816022311,-0.964624692358901,1.02934497588885,-1.85051120250259,0.870311999890346,1.85051120250259,-0.8996569757792,0.956273457975184,-1.44238406780869,0.806753707742417,1.44238406780869,-0.763027165717602,1.07826243266697,-1.18065723380961,0.720621023178123,1.18065723380961,-0.798883455845096,1.1883656984862,0.35477313969744,-0.643346089796233,-0.35477313969744,0.454980391310038
-SR_48000:1.00951846497711,-1.96403996770701,0.957933831955756,1.96403996770701,-0.967452296932863,1.02707007527817,-1.86575378458562,0.880365758726771,1.86575378458562,-0.907435834004945,0.959439772547911,-1.50555348658243,0.820747006159504,1.50555348658243,-0.780186778707414,1.07247948979945,-1.28251089088249,0.741264805977764,1.28251089088249,-0.813744295777212,1.17235333807232,0.334351399200102,-0.50365053967212,-0.334351399200102,0.331297201599795
diff --git a/ViperVDC/MONSTER Diamond Tears Edge.vdc b/ViperVDC/MONSTER Diamond Tears Edge.vdc
deleted file mode 100644
index 1209e8c..0000000
--- a/ViperVDC/MONSTER Diamond Tears Edge.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.990853520090499,-1.96324280991872,0.972473481437501,1.96324280991872,-0.963327001528,1.21948308649543,-1.15839046902884,0.490173562415328,1.15839046902884,-0.709656648910754,1.15786335189672,-0.645357137558243,0.436463955596037,0.645357137558243,-0.594327307492757,1.17221291324747,0.757139720409556,0.23891747613926,-0.757139720409556,-0.411130389386726
-SR_48000:0.991584140824181,-1.96618526793448,0.974672299495028,1.96618526793448,-0.966256440319208,1.20392074668206,-1.25507414599931,0.526322554094901,1.25507414599931,-0.730243300776962,1.14727771507846,-0.792313988013241,0.474252256860308,0.792313988013241,-0.621529971938764,1.16014643763296,0.555805908219313,0.292244393044708,-0.555805908219313,-0.452390830677667
diff --git a/ViperVDC/MONSTER Diesel Vektr.vdc b/ViperVDC/MONSTER Diesel Vektr.vdc
deleted file mode 100644
index eba44a3..0000000
--- a/ViperVDC/MONSTER Diesel Vektr.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.990142251359562,-1.96042540968543,0.970332903628464,1.96042540968543,-0.960475154988025,1.43443914604235,-0.625904780418586,-0.550848344174984,0.625904780418586,0.116409198132637,1.13940818787854,0.256358508705744,-0.216229399922123,-0.256358508705744,0.0768212120435831
-SR_48000:0.990928634787983,-1.96358611779775,0.972699540657556,1.96358611779775,-0.963628175445538,1.41576244303256,-0.700403179542664,-0.484176787982969,0.700403179542664,0.0684143449504065,1.13134236450885,0.128631092935922,-0.14586128405976,-0.128631092935922,0.0145189195509129
diff --git a/ViperVDC/Marshall Major.vdc b/ViperVDC/Marshall Major.vdc
deleted file mode 100644
index 52a9b5e..0000000
--- a/ViperVDC/Marshall Major.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00080861320361,-1.99722689707371,0.996426392387055,1.99722689707371,-0.997235005590662,0.97633311548055,-1.90433374477971,0.928774026457493,1.90433374477971,-0.905107141938043,1.01353021189009,-1.92185303639709,0.920874731046878,1.92185303639709,-0.934404942936965,0.93226233619584,-1.69454032061003,0.822895245096631,1.69454032061003,-0.755157581292471,1.20357640162495,-1.15848072627712,0.387332651067721,1.15848072627712,-0.590909052692672
-SR_48000:1.00074299682298,-1.9974525308805,0.996716379238966,1.9974525308805,-0.99745937606195,0.97817205039252,-1.91182502985583,0.934308338727396,1.91182502985583,-0.912480389119916,1.01246393364374,-1.92894911536609,0.927110372713586,1.92894911536609,-0.939574306357324,0.937144876361676,-1.72107752407001,0.835660980299371,1.72107752407001,-0.772805856661047,1.19000004261582,-1.2441329516127,0.428190981482654,1.2441329516127,-0.618191024098477
diff --git a/ViperVDC/PHIATON MS200.vdc b/ViperVDC/PHIATON MS200.vdc
deleted file mode 100644
index 600b2f8..0000000
--- a/ViperVDC/PHIATON MS200.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00070713062715,-1.99655356180424,0.995864669266615,1.99655356180424,-0.996571799893766,0.937297321983278,-1.80457381904109,0.868332004570053,1.80457381904109,-0.805629326553332,1.10267169483771,-1.54542257386883,0.546249864992099,1.54542257386883,-0.648921559829806,1.04357507130311,-1.47793143047376,0.745171083459806,1.47793143047376,-0.788746154762916,0.618864899177094,-0.158130407864257,0.114680070370407,0.158130407864257,0.266455030452499
-SR_48000:1.00064976673561,-1.99683450559274,0.996200135804985,1.99683450559274,-0.996849902540597,0.941934320011871,-1.81910539446514,0.878069136293113,1.81910539446514,-0.820003456304985,1.09565159528336,-1.58414430169905,0.577274687613239,1.58414430169905,-0.672926282896603,1.04037422010693,-1.53838797131502,0.763889800789163,1.53838797131502,-0.804264020896092,0.632969566083224,-0.250855431882512,0.147443105540409,0.250855431882512,0.219587328376368
diff --git a/ViperVDC/PHIATON MS400.vdc b/ViperVDC/PHIATON MS400.vdc
deleted file mode 100644
index 542b999..0000000
--- a/ViperVDC/PHIATON MS400.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.998491953011259,-1.98518981513986,0.986843447920226,1.98518981513986,-0.985335400931485,1.00613062040241,-1.94947552458831,0.946515044154579,1.94947552458831,-0.95264566455699,1.23527863168454,-1.29839149222469,0.384847925683375,1.29839149222469,-0.620126557367918,0.94380814292736,-0.607260990142308,0.509769191838933,0.607260990142308,-0.453577334766293,1.22008569649619,0.513053050196759,0.0273471704513328,-0.513053050196759,-0.247432866947519
-SR_48000:0.998613656379958,-1.98639591006319,0.987905216366787,1.98639591006319,-0.986518872746745,1.00564333145415,-1.95372840617662,0.950766266081711,1.95372840617662,-0.956409597535861,1.21935181033128,-1.3684671937091,0.426489689419355,1.3684671937091,-0.645841499750632,0.947261614337211,-0.743579846304675,0.539898078272138,0.743579846304675,-0.48715969260935,1.20549860336962,0.335769150783034,0.0918137742802995,-0.335769150783034,-0.297312377649923
diff --git a/ViperVDC/PHIATON MS500.vdc b/ViperVDC/PHIATON MS500.vdc
deleted file mode 100644
index c207264..0000000
--- a/ViperVDC/PHIATON MS500.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.01324178494634,-1.9718202738964,0.960148577077451,1.9718202738964,-0.973390362023793,1.05972159689833,-1.7425925923584,0.820266631330333,1.7425925923584,-0.879988228228662,0.950539162264255,-1.47015225032923,0.710750864784693,1.47015225032923,-0.661290027048948,1.24962509794829,-1.05646735665215,0.475817663687498,1.05646735665215,-0.72544276163579,1.19141481234283,0.553374821896674,0.154056070854153,-0.553374821896674,-0.345470883196987
-SR_48000:1.01217902091787,-1.97419923254172,0.963346987181319,1.97419923254172,-0.975526008099186,1.05513425350575,-1.77243725328812,0.834072335196492,1.77243725328812,-0.889206588702244,0.953934091791529,-1.5204397986165,0.730604560654691,1.5204397986165,-0.68453865244622,1.23176577754774,-1.16769034714551,0.513320063764495,1.16769034714551,-0.745085841312232,1.17867059661523,0.359512286041481,0.210378211207525,-0.359512286041481,-0.38904880782276
diff --git a/ViperVDC/PHIATON PS20.vdc b/ViperVDC/PHIATON PS20.vdc
deleted file mode 100644
index cea59ba..0000000
--- a/ViperVDC/PHIATON PS20.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00081796211679,-1.99717820575665,0.996385075540893,1.99717820575665,-0.997203037657688,0.976958652377394,-1.87341646532466,0.898170429434836,1.87341646532466,-0.875129081812231,1.01634115229927,-1.83114870873495,0.857435993126263,1.83114870873495,-0.873777145425528,1.07204823286105,-1.65391004568569,0.783169368011739,1.65391004568569,-0.855217600872788,0.883709902840493,-0.882560240383359,0.584870962327621,0.882560240383359,-0.468580865168114
-SR_48000:1.00075158807594,-1.99740903585819,0.996678410817454,1.99740903585819,-0.99742999889339,0.978723146043963,-1.88323859877167,0.905968481670088,1.88323859877167,-0.884691627714051,1.01509013521242,-1.84725051478949,0.868350156662712,1.84725051478949,-0.883440291875132,1.06657902182116,-1.69478414008646,0.799629070618786,1.69478414008646,-0.866208092439947,0.890870296077185,-0.989877338487939,0.610431927760704,0.989877338487939,-0.501302223837889
diff --git a/ViperVDC/PHIATON PS200.vdc b/ViperVDC/PHIATON PS200.vdc
deleted file mode 100644
index 8713484..0000000
--- a/ViperVDC/PHIATON PS200.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00099122573098,-1.99660246926931,0.995619349520173,1.99660246926931,-0.996610575251153,0.988377347656876,-1.91918947814313,0.93203022243339,1.91918947814313,-0.920407570090266,1.10778089725332,-1.57822369375844,0.67563118289423,1.57822369375844,-0.783412080147551,0.73244294126428,-0.486602155958823,0.552939000960566,0.486602155958823,-0.285381942224847
-SR_48000:1.00091081402544,-1.99687869405176,0.995974723241261,1.99687869405176,-0.996885537266701,0.989287129636212,-1.92560625073983,0.937350667108498,1.92560625073983,-0.92663779674471,1.09987899698345,-1.62401367862756,0.699412113548391,1.62401367862756,-0.799291110531846,0.747019597676199,-0.616620167261042,0.577295131234086,0.616620167261042,-0.324314728910285
diff --git a/ViperVDC/PHIATON PS210.vdc b/ViperVDC/PHIATON PS210.vdc
deleted file mode 100644
index 5d9173e..0000000
--- a/ViperVDC/PHIATON PS210.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00197997367442,-1.99486130160427,0.992931947034555,1.99486130160427,-0.994911920708979,0.969976333437816,-1.86418784411732,0.909643160744299,1.86418784411732,-0.879619494182115,1.0781847931751,-1.79820614409402,0.795580510829533,1.79820614409402,-0.873765304004636,1.20798410186792,-1.30539540278963,0.516883986722243,1.30539540278963,-0.72486808859016,0.807882220630065,-0.708336003107428,0.497694926027219,0.708336003107428,-0.305577146657284
-SR_48000:1.00181947673795,-1.99528162458391,0.993504884373302,1.99528162458391,-0.995324361111249,0.972280640737004,-1.87576595636097,0.916578020742068,1.87576595636097,-0.888858661479072,1.07219668364929,-1.81925707557776,0.811236832738871,1.81925707557776,-0.883433516388156,1.19313869143893,-1.38400993987614,0.551367658490951,1.38400993987614,-0.744506349929884,0.818550481501327,-0.818259555475603,0.525587823726091,0.818259555475603,-0.344138305227418
diff --git a/ViperVDC/PHIATON PS300 NC.vdc b/ViperVDC/PHIATON PS300 NC.vdc
deleted file mode 100644
index 74c50ee..0000000
--- a/ViperVDC/PHIATON PS300 NC.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.958875560874846,-1.87151394196283,0.913643681034709,1.87151394196283,-0.872519241909555,0.985919603449533,-1.83121287784965,0.877159351198506,1.83121287784965,-0.863078954648039,1.12449594384668,-1.47326874637183,0.62532690792968,1.47326874637183,-0.749822851776364,0.924540413195177,-1.02704345740611,0.666511809759723,1.02704345740611,-0.5910522229549,1.67632245753721,0.417195711210762,-1.03540628371093,-0.417195711210762,0.359083826173719
-SR_48000:0.962020563896057,-1.88141536345685,0.920247804758318,1.88141536345685,-0.882268368654374,0.986991712626563,-1.84644360640602,0.886512680589503,1.84644360640602,-0.873504393216065,1.11551647522832,-1.53101797311159,0.652350802591942,1.53101797311159,-0.76786727782026,0.929526922022097,-1.12907816856157,0.688549325133453,1.12907816856157,-0.61807624715555,1.60971102001421,0.387386610701445,-0.834937798611322,-0.387386610701445,0.225226778597111
diff --git a/ViperVDC/Panasonic RP-DJ120.vdc b/ViperVDC/Panasonic RP-DJ120.vdc
deleted file mode 100644
index faba7d4..0000000
--- a/ViperVDC/Panasonic RP-DJ120.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00052387686001,-1.9974419759404,0.996936345285375,1.9974419759404,-0.997460222145389,0.945678314880953,-1.84057173564608,0.895433440117906,1.84057173564608,-0.841111754998859,1.45565101342482,-1.30425535517082,0.122894312350471,1.30425535517082,-0.578545325775289,0.774178368868238,-0.457647301901232,0.52580204807344,0.457647301901232,-0.299980416941678,1.43247682530557,0.444300248491185,0.167503479469999,-0.444300248491185,-0.599980304775572
-SR_48000:1.00048136152222,-1.99765093511329,0.997184976834151,1.99765093511329,-0.997666338356372,0.949768147211609,-1.85261551606919,0.9033061652805,1.85261551606919,-0.853074312492108,1.42531515174097,-1.36985552405616,0.181289347231789,1.36985552405616,-0.606604498972761,0.786669136373935,-0.592091991925749,0.552031140209155,0.592091991925749,-0.33870027658309,1.4016568920253,0.212560235942467,0.22683032825701,-0.212560235942467,-0.628487220282314
diff --git a/ViperVDC/Panasonic RP-DJ600.vdc b/ViperVDC/Panasonic RP-DJ600.vdc
deleted file mode 100644
index cbdd3a8..0000000
--- a/ViperVDC/Panasonic RP-DJ600.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.966318097318923,-1.88770447610225,0.921761969320013,1.88770447610225,-0.888080066638936,1.0225056009378,-1.90355843124639,0.900538123188663,1.90355843124639,-0.92304372412646,0.978524744861587,-1.77821727285004,0.874411771783943,1.77821727285004,-0.85293651664553,1.07709985207248,-1.57909733525015,0.798417163546406,1.57909733525015,-0.875517015618886,0.836899289038449,-0.791054529480525,0.621141401987768,0.791054529480525,-0.458040691026218
-SR_48000:0.968913583125568,-1.89638599205541,0.927790895301202,1.89638599205541,-0.896704478426771,1.02074144490557,-1.91257261448187,0.908334683273351,1.91257261448187,-0.929076128178919,0.980151742757852,-1.80056134241027,0.883926526406701,1.80056134241027,-0.864078269164552,1.07118914929925,-1.63251006373657,0.813871100206914,1.63251006373657,-0.885060249506159,0.846854956269371,-0.907737490569906,0.644266930424443,0.907737490569906,-0.491121886693814
diff --git a/ViperVDC/Panasonic RP-DJS400A.vdc b/ViperVDC/Panasonic RP-DJS400A.vdc
deleted file mode 100644
index 68d9777..0000000
--- a/ViperVDC/Panasonic RP-DJS400A.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.949741224454832,-1.81759804672495,0.868594993910555,1.81759804672495,-0.818336218365388,0.981110517834743,-1.83355378599248,0.889533484852058,1.83355378599248,-0.870644002686801,1.32564991741411,-1.4801874285184,0.373139998966232,1.4801874285184,-0.698789916380346,0.921334614903454,-0.670066082828138,0.313704915281073,0.670066082828138,-0.235039530184527,1.21355466707368,0.396759482119816,-0.248877002493912,-0.396759482119816,0.0353223354202327
-SR_48000:0.953482091379618,-1.83123010579064,0.878375746340339,1.83123010579064,-0.831857837719957,0.982554077969783,-1.84903992401871,0.897975487450606,1.84903992401871,-0.880529565420389,1.30268324429856,-1.53256058406046,0.417349709956725,1.53256058406046,-0.720032954255289,0.925566149468332,-0.776894003050059,0.350621805335437,0.776894003050059,-0.276187954803769,1.19967265251721,0.267095632039928,-0.16769437621174,-0.267095632039928,-0.031978276305473
diff --git a/ViperVDC/Panasonic RP-HC288.vdc b/ViperVDC/Panasonic RP-HC288.vdc
deleted file mode 100644
index 0b6f82a..0000000
--- a/ViperVDC/Panasonic RP-HC288.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00367604685817,-1.98197718312632,0.978502317724202,1.98197718312632,-0.982178364582376,1.03225314405724,-1.76929117517574,0.811382207548227,1.76929117517574,-0.843635351605468,0.943730057610727,-1.0597469012387,0.670930923942887,1.0597469012387,-0.614660981553614
-SR_48000:1.00337981230535,-1.98344458153977,0.980234710302809,1.98344458153977,-0.98361452260816,1.02981962631256,-1.79221080019495,0.825613525402962,1.79221080019495,-0.855433151715526,0.947499118577767,-1.1599886459914,0.692972556782077,1.1599886459914,-0.640471675359845
diff --git a/ViperVDC/Panasonic RP-HJE120.vdc b/ViperVDC/Panasonic RP-HJE120.vdc
deleted file mode 100644
index e8eddb6..0000000
--- a/ViperVDC/Panasonic RP-HJE120.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.954629225363067,-1.86692127053625,0.91266350054177,1.86692127053625,-0.867292725904837,1.03337873688428,-1.81137782627927,0.804799691627951,1.81137782627927,-0.838178428512231,0.965562756683758,-1.26729199395624,0.79860949987057,1.26729199395624,-0.764172256554327,0.826728427331068,-0.566450084904588,0.381460133106848,0.566450084904588,-0.208188560437917,1.21919858213363,-0.00626503569276963,0.539709645209649,0.00626503569276963,-0.758908227343282
-SR_48000:0.95808990260193,-1.87709978846841,0.919325133238492,1.87709978846841,-0.877415035840422,1.03086725680147,-1.82757326282821,0.819486936634688,1.82757326282821,-0.850354193436157,0.968058587177917,-1.35448362939221,0.813205225400666,1.35448362939221,-0.781263812578583,0.83581762720165,-0.680648540974052,0.413906496878572,0.680648540974052,-0.249724124080222,1.20316014084493,-0.231886119029837,0.573388420679828,0.231886119029837,-0.77654856152476
diff --git a/ViperVDC/Panasonic RP-HJE240.vdc b/ViperVDC/Panasonic RP-HJE240.vdc
deleted file mode 100644
index 27323cc..0000000
--- a/ViperVDC/Panasonic RP-HJE240.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.991986692917018,-1.95637387882301,0.964585768487504,1.95637387882301,-0.956572461404521,1.05334443049751,-1.72373925599546,0.688039445017168,1.72373925599546,-0.741383875514681,0.961129604527649,-1.64883857680182,0.828215096465786,1.64883857680182,-0.789344700993435,0.728135865450788,-0.764531217587085,0.476674973487411,0.764531217587085,-0.204810838938198,1.31002599001939,0.611807723353145,-0.370137456575732,-0.611807723353145,0.0601114665563451
-SR_48000:0.992624775240588,-1.95986258187322,0.967405727200796,1.95986258187322,-0.960030502441384,1.04952278111708,-1.7448551123251,0.710388617190346,1.7448551123251,-0.759911398307428,0.963982118872297,-1.68492940456,0.840821577453968,1.68492940456,-0.804803696326265,0.742123348983131,-0.857499496856803,0.503600188181676,0.857499496856803,-0.245723537164807,1.28275185639063,0.516575231110364,-0.249601394169906,-0.516575231110364,-0.0331504622207292
diff --git a/ViperVDC/Panasonic RP-HJE290.vdc b/ViperVDC/Panasonic RP-HJE290.vdc
deleted file mode 100644
index 15cbdea..0000000
--- a/ViperVDC/Panasonic RP-HJE290.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.975838414784966,-1.9122295227361,0.936827882934417,1.9122295227361,-0.912666297719382,0.849247894515621,-0.955020100763902,0.605848309587876,0.955020100763902,-0.455096204103498,1.07283959602368,-0.772122783024422,0.574030867171195,0.772122783024422,-0.646870463194874,0.793338688929597,-0.275338556766052,0.459669867697964,0.275338556766052,-0.253008556627562,1.10451873444239,0.490531034339117,0.088154292757645,-0.490531034339117,-0.19267302720003
-SR_48000:0.977722608336072,-1.91910684674726,0.941754235842364,1.91910684674726,-0.919476844178436,0.858433367640955,-1.05238541373762,0.62986435731041,1.05238541373762,-0.488297724951364,1.06784686226357,-0.910132922764387,0.603228591847562,0.910132922764387,-0.671075454111135,0.804523576039961,-0.420568267400488,0.488913520033389,0.420568267400488,-0.29343709607335,1.09787609428429,0.321966316735677,0.146106227836333,-0.321966316735677,-0.243982322120626
diff --git a/ViperVDC/Panasonic RP-HJE300.vdc b/ViperVDC/Panasonic RP-HJE300.vdc
deleted file mode 100644
index d55bbda..0000000
--- a/ViperVDC/Panasonic RP-HJE300.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.972306181862438,-1.91395825583706,0.941846351139869,1.91395825583706,-0.914152533002307,0.971162133422197,-1.86651124438361,0.897055414920261,1.86651124438361,-0.868217548342458,1.06217921893015,-1.75194330340273,0.72520343577812,1.75194330340273,-0.787382654708265,0.943909078172718,-1.55447287565664,0.799768243650378,1.55447287565664,-0.743677321823095,0.723331817620526,-0.854431724080228,0.53771522754268,0.854431724080228,-0.261047045163206
-SR_48000:0.974467331661181,-1.92068727041638,0.946384502791835,1.92068727041638,-0.920851834453015,0.973363002641653,-1.87682693511028,0.90491201443675,1.87682693511028,-0.878275017078404,1.05761644025468,-1.77279360038312,0.745368306371472,1.77279360038312,-0.802984746626154,0.947929316617102,-1.60019267286512,0.81411957499669,1.60019267286512,-0.762048891613792,0.73809932022872,-0.943341798689229,0.562390242661074,0.943341798689229,-0.300489562889794
diff --git a/ViperVDC/Panasonic RP-HJE355.vdc b/ViperVDC/Panasonic RP-HJE355.vdc
deleted file mode 100644
index df77d79..0000000
--- a/ViperVDC/Panasonic RP-HJE355.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.962956283287084,-1.88473848920859,0.922212701639893,1.88473848920859,-0.885168984926977,0.994847057806313,-1.96291799135061,0.969865369420114,1.96291799135061,-0.964712427226428,1.02492622320769,-1.85175852043068,0.854230360077445,1.85175852043068,-0.879156583285133,0.879673872588328,-1.09013100484757,0.637876055868153,1.09013100484757,-0.517549928456481,0.81770880767664,0.175729218468577,0.451390924277105,-0.175729218468577,-0.269099731953745
-SR_48000:0.965806767971727,-1.89364005314164,0.928198372687797,1.89364005314164,-0.894005140659524,0.995258946573729,-1.96601616277706,0.97227411288735,1.96601616277706,-0.96753305946108,1.02301291838911,-1.86518263232241,0.865419450062788,1.86518263232241,-0.888432368451902,0.887286296917434,-1.17716325976726,0.660785802751552,1.17716325976726,-0.548072099668987,0.827909669318125,-8.021173427313E-17,0.482090626250557,8.021173427313E-17,-0.310000295568681
diff --git a/ViperVDC/Panasonic RP-HJE900.vdc b/ViperVDC/Panasonic RP-HJE900.vdc
deleted file mode 100644
index 9b0cdd8..0000000
--- a/ViperVDC/Panasonic RP-HJE900.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.9789021172477,-1.92956386108583,0.950992768618603,1.92956386108583,-0.929894885866303,1.00679201979998,-1.94042511572994,0.940744842241377,1.94042511572994,-0.947536862041355,1.06612760560431,-1.73352562298242,0.707753826230936,1.73352562298242,-0.773881431835245,0.60304193229541,-0.573231843202705,0.453516524338877,0.573231843202705,-0.0565584566342871,1.18234563116439,-0.0049028770010312,0.194136661621015,0.0049028770010312,-0.376482292785405
-SR_48000:0.980561013912272,-1.93512693390976,0.954846137870532,1.93512693390976,-0.935407151782804,1.00625345021294,-1.94568046838844,0.945443448367915,1.94568046838844,-0.951696898580858,1.06130772941869,-1.75596133380972,0.729054920689388,1.75596133380972,-0.790362650108076,0.62107152991388,-0.669277797752593,0.478337476406403,0.669277797752593,-0.0994090063202834,1.17105696606224,-0.184705404442372,0.244026101181314,0.184705404442372,-0.415083067243554
diff --git a/ViperVDC/Panasonic RP-HT560.vdc b/ViperVDC/Panasonic RP-HT560.vdc
deleted file mode 100644
index 9f399db..0000000
--- a/ViperVDC/Panasonic RP-HT560.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.950446464742271,-1.8005828244351,0.85086762102954,1.8005828244351,-0.801314085771812,1.02351997095533,-1.91990642148717,0.916039085465939,1.91990642148717,-0.939559056421266,0.976745575846985,-1.825492988023,0.897228753108237,1.825492988023,-0.873974328955221,1.19416100367013,-1.21833317363373,0.415668483993738,1.21833317363373,-0.609829487663866,0.929362289955801,-0.633452055173579,0.586907592365579,0.633452055173579,-0.51626988232138
-SR_48000:0.954102963110504,-1.81535260160621,0.861871927735811,1.81535260160621,-0.815974890846315,1.0216618559102,-1.92769994012467,0.922672131008166,1.92769994012467,-0.944333986918364,0.978525549033917,-1.84245913197606,0.905095215964993,1.84245913197606,-0.88362076499891,1.18109374158647,-1.29799621172892,0.454994676787662,1.29799621172892,-0.636088418374135,0.933851773367585,-0.773507030217228,0.61316228706687,0.773507030217228,-0.547014060434456
diff --git a/ViperVDC/Panasonic RP-HTX7.vdc b/ViperVDC/Panasonic RP-HTX7.vdc
deleted file mode 100644
index e9701ab..0000000
--- a/ViperVDC/Panasonic RP-HTX7.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00186645179307,-1.99518542037644,0.993337194175213,1.99518542037644,-0.995203645968284,0.99826192683779,-1.98789581698814,0.989835672379912,1.98789581698814,-0.988097599217702,0.98157614131247,-1.86580290639644,0.892256471247637,1.86580290639644,-0.873832612560106,1.0807726179721,-1.67235857431428,0.756913152387606,1.67235857431428,-0.837685770359702,0.978456050554687,-1.47938187495254,0.81204558279852,1.47938187495254,-0.790501633353207
-SR_48000:1.0017151366564,-1.99557710399357,0.993877354589618,1.99557710399357,-0.995592491246015,0.99840237310639,-1.98888897384487,0.990657008281129,1.98888897384487,-0.989059381387519,0.982986264349929,-1.87667562075941,0.900502932241918,1.87667562075941,-0.883489196591847,1.07469280678128,-1.70908777329744,0.775210468650969,1.70908777329744,-0.849903275432245,0.980038505091957,-1.53977416624266,0.825851283608175,1.53977416624266,-0.805889788700131
diff --git a/ViperVDC/Panasonic RP-HTX7A.vdc b/ViperVDC/Panasonic RP-HTX7A.vdc
deleted file mode 100644
index f4bc8f9..0000000
--- a/ViperVDC/Panasonic RP-HTX7A.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00094657358185,-1.99674502020954,0.995816686466141,1.99674502020954,-0.99676326004799,0.994068655498443,-1.97597545604493,0.982149497277843,1.97597545604493,-0.976218152776286,1.19542974880397,-1.3207005146352,0.489035555421267,1.3207005146352,-0.684465304225233,0.673273393332919,-0.143654716597567,0.313913875544348,0.143654716597567,0.0128127311227328,1.09866407646531,0.343752603868217,0.139231688329381,-0.343752603868217,-0.237895764794688
-SR_48000:1.00086977881898,-1.99701045588493,0.996156075370505,1.99701045588493,-0.997025854189484,0.994545310303275,-1.97792425051503,0.983583999672529,1.97792425051503,-0.978129309975805,1.18176681208284,-1.39361927078047,0.524758237949137,1.39361927078047,-0.706525050031976,0.687965209715281,-0.267290221502931,0.344764902541546,0.267290221502931,-0.0327301122568278,1.09264684959868,0.167644476614406,0.191727372640004,-0.167644476614406,-0.284374222238688
diff --git a/ViperVDC/Panasonic RP-HXD3.vdc b/ViperVDC/Panasonic RP-HXD3.vdc
deleted file mode 100644
index 011461e..0000000
--- a/ViperVDC/Panasonic RP-HXD3.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00180386662204,-1.99533207191168,0.993560608915225,1.99533207191168,-0.995364475537265,0.966982300557828,-1.88966552836914,0.923304814267798,1.88966552836914,-0.890287114825626,1.32525951021118,-1.33943649567933,0.244470724239806,1.33943649567933,-0.569730234450987,1.12198616474567,0.43503915535518,-0.0642356249310877,-0.43503915535518,-0.0577505398145827
-SR_48000:1.00165761449443,-1.99571295292584,0.994082695545781,1.99571295292584,-0.995740310040208,0.969529379782632,-1.8982236429579,0.929221298987246,1.8982236429579,-0.898750678769878,1.30379395104985,-1.39943945759595,0.294332013019392,1.39943945759595,-0.598125964069244,1.11427239896329,0.289187178598391,0.0030610587961344,-0.289187178598391,-0.117333457759422
diff --git a/ViperVDC/Philips Fidelio L1.vdc b/ViperVDC/Philips Fidelio L1.vdc
deleted file mode 100644
index f1ace68..0000000
--- a/ViperVDC/Philips Fidelio L1.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.984396798893528,-1.94336247134464,0.959204363533127,1.94336247134464,-0.943601162426655,0.955791761173764,-1.64100608337747,0.804624883541913,1.64100608337747,-0.760416644715678,1.16382873819685,-1.18352402148711,0.50695405799096,1.18352402148711,-0.67078279618781,0.851718217692652,-0.741026164470576,0.612307138490878,0.741026164470576,-0.464025356183529,1.16916509904552,0.196838944582187,0.252387070731984,-0.196838944582187,-0.421552169777504
-SR_48000:0.985631668236286,-1.9478627392629,0.962433013888109,1.9478627392629,-0.948064682124395,0.958988224128953,-1.67577114943988,0.818751420556399,1.67577114943988,-0.777739644685352,1.15245503231491,-1.27334483703877,0.541183458720133,1.27334483703877,-0.693638491035044,0.860813080561466,-0.863928265629574,0.636086279500494,0.863928265629574,-0.496899360061961,1.15835458352934,-8.93055172091336E-17,0.300163362754108,8.93055172091336E-17,-0.458517946283445
diff --git a/ViperVDC/Philips Fidelio L2BO.vdc b/ViperVDC/Philips Fidelio L2BO.vdc
deleted file mode 100644
index a6b00d3..0000000
--- a/ViperVDC/Philips Fidelio L2BO.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.996168977446111,-1.97356466300641,0.977596013099834,1.97356466300641,-0.973764990545944,0.954790623452783,-1.66948159072477,0.800200427738638,1.66948159072477,-0.754991051191421,1.16934715487245,-1.37660493246565,0.60663184547699,1.37660493246565,-0.775979000349438,0.909335420663921,-0.957336936883498,0.599314444168775,0.957336936883498,-0.508649864832696,0.951807957047993,0.154211651921475,0.161893952191897,-0.154211651921475,-0.113701909239889
-SR_48000:0.996476495759739,-1.97570161171072,0.979394393603518,1.97570161171072,-0.975870889363257,0.958050208618004,-1.69965768769004,0.81460592879837,1.69965768769004,-0.772656137416375,1.15696083954545,-1.45005313516576,0.635403406506123,1.45005313516576,-0.79236424605157,0.915054173621839,-1.05981977614099,0.624588059558427,1.05981977614099,-0.539642233180265,0.954431613573097,-7.11467807207159E-17,0.20752186639448,7.11467807207159E-17,-0.161953479967578
diff --git a/ViperVDC/Philips Fidelio M1.vdc b/ViperVDC/Philips Fidelio M1.vdc
deleted file mode 100644
index 356eb20..0000000
--- a/ViperVDC/Philips Fidelio M1.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.99855473663872,-1.99008459450198,0.991548036860148,1.99008459450198,-0.990102773498868,0.99860788518891,-1.99033744178135,0.991858851898554,1.99033744178135,-0.990466737087463,1.00284504361604,-1.97621762855332,0.975179178909485,1.97621762855332,-0.978024222525523,1.38834943074179,-1.06423305642126,-0.0153661476610358,1.06423305642126,-0.372983283080757,1.24931666365972,0.188220865709296,0.109996558702802,-0.188220865709296,-0.35931322236252
-SR_48000:0.998671630332497,-1.99088791551396,0.992231636277079,1.99088791551396,-0.990903266609576,0.998720499151704,-1.99112874157513,0.992517423262132,1.99112874157513,-0.991237922413835,1.00261621611942,-1.97826539155848,0.977175523120933,1.97826539155848,-0.979791739240351,1.36523803269483,-1.14095522381706,0.0450601832265445,1.14095522381706,-0.410298215921373,1.23353497288155,-8.57143964426551E-17,0.166333583656869,8.57143964426551E-17,-0.399868556538414
diff --git a/ViperVDC/Philips Fidelio M1BT.vdc b/ViperVDC/Philips Fidelio M1BT.vdc
deleted file mode 100644
index c4a9594..0000000
--- a/ViperVDC/Philips Fidelio M1BT.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.990944223210294,-1.95082584683754,0.959978648960399,1.95082584683754,-0.950922872170692,0.984948444155304,-1.88552250905003,0.911977845280677,1.88552250905003,-0.896926289435982,1.05169267013936,-1.53616539281231,0.549021143300854,1.53616539281231,-0.600713813440212,1.32350530436074,-0.413805162028804,0.377268273131109,0.413805162028804,-0.700773577491849,0.861442984021885,0.432326706495527,0.189712530470954,-0.432326706495527,-0.0511555144928386
-SR_48000:0.991663396833156,-1.95473831868561,0.96315698481025,1.95473831868561,-0.954820381643405,0.98611345928224,-1.89523641840868,0.918790904529274,1.89523641840868,-0.904904363811514,1.04825537944649,-1.57181656029608,0.57900886540215,1.57181656029608,-0.627264244848639,1.30045618555797,-0.596045717408607,0.42163668799595,0.596045717408607,-0.722092873553922,0.869263009277987,0.285919311368755,0.235444379065477,-0.285919311368755,-0.104707388343464
diff --git a/ViperVDC/Philips Fidelio S1.vdc b/ViperVDC/Philips Fidelio S1.vdc
deleted file mode 100644
index 762c75a..0000000
--- a/ViperVDC/Philips Fidelio S1.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.990784108402332,-1.94985722043555,0.95927103313849,1.94985722043555,-0.950055141540823,1.18518225804916,-1.6128369723738,0.611139787362483,1.6128369723738,-0.796322045411644,0.702414848647333,-0.704280447970395,0.427163286986658,0.704280447970395,-0.129578135633991,1.16969667039259,-0.20659865019281,0.250037829581517,0.20659865019281,-0.419734499974111,1.16084293278613,0.501863401890036,0.05938351747205,-0.501863401890036,-0.22022645025818
-SR_48000:0.991515702716961,-1.95385255842413,0.962504261337932,1.95385255842413,-0.954019964054892,1.17150661547716,-1.65476297837934,0.63985697298558,1.65476297837934,-0.811363588462743,0.716899504955901,-0.795517166649133,0.455045534710421,0.795517166649133,-0.171945039666322,1.15913026924673,-0.376805730163224,0.29673527578674,0.376805730163224,-0.455865545033471,1.15039980917928,0.328921521239286,0.120455359569982,-0.328921521239286,-0.270855168749258
diff --git a/ViperVDC/Philips Fidelio X1.vdc b/ViperVDC/Philips Fidelio X1.vdc
deleted file mode 100644
index 848b7b0..0000000
--- a/ViperVDC/Philips Fidelio X1.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.0008359148859,-1.99831209899861,0.99748429703545,1.99831209899861,-0.998320211921355,0.9967892417143,-1.9824707432462,0.985810285805479,1.9824707432462,-0.982599527519779,1.03108658927904,-1.69367047416831,0.818204270744552,1.69367047416831,-0.849290860023589,1.04452791087346,-0.98922537198185,0.739598836115467,0.98922537198185,-0.784126746988925,1.49145316827159,1.01116607696903,-0.284937921166962,-1.01116607696903,-0.206515247104626
-SR_48000:1.00076804920539,-1.99844974079705,0.997688540190505,1.99844974079705,-0.998456589395898,0.997048030173852,-1.98389322878387,0.986953982699214,1.98389322878387,-0.984002012873066,1.02873448414654,-1.72823033267322,0.83195948409426,1.72823033267322,-0.8606939682408,1.04126245397836,-1.11434299807838,0.758695370388443,1.11434299807838,-0.7999578243668,1.42676801505258,0.926984357927653,-0.115814163963578,-0.926984357927653,-0.310953851089002
diff --git a/ViperVDC/Philips SHE3580.vdc b/ViperVDC/Philips SHE3580.vdc
deleted file mode 100644
index 769dd14..0000000
--- a/ViperVDC/Philips SHE3580.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.989967897661895,-1.96364061727535,0.973770382295847,1.96364061727535,-0.963738279957743,1.08282774949171,-1.77247914599983,0.704323886737329,1.77247914599983,-0.787151636229037,0.941679980249632,-1.10521590445815,0.74225888763965,1.10521590445815,-0.683938867889282,0.926045592113218,-0.668101709816111,0.673163839205145,0.668101709816111,-0.599209431318363,1.1127717133775,0.22354008576586,0.501613563007815,-0.22354008576586,-0.614385276385316
-SR_48000:0.990769415993647,-1.96655286383656,0.975866006793703,1.96655286383656,-0.96663542278735,1.07675173884674,-1.79026964598012,0.726013854443445,1.79026964598012,-0.802765593290189,0.945733122975124,-1.206256697961,0.760171458984704,1.206256697961,-0.705904581959827,0.930961058371529,-0.812924222726428,0.694887387081326,0.812924222726428,-0.625848445452855,1.10503777548165,-1.00468598390844E-16,0.535793142588473,1.00468598390844E-16,-0.64083091807012
diff --git a/ViperVDC/Philips SHE9000.vdc b/ViperVDC/Philips SHE9000.vdc
deleted file mode 100644
index 0de6f91..0000000
--- a/ViperVDC/Philips SHE9000.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.951009978932813,-1.8563881377412,0.90569662998634,1.8563881377412,-0.856706608919154,1.03209486176386,-1.81970070686738,0.812307849299914,1.81970070686738,-0.844402711063769,1.13815629823401,-1.70317591155176,0.679083548153054,1.70317591155176,-0.81723984638706,0.735444372529304,-0.698882907154386,0.385476779782878,0.698882907154386,-0.120921152312182,1.24774353066453,-0.00630756908975805,0.523105944194088,0.00630756908975805,-0.770849474858619
-SR_48000:0.954727143490617,-1.86730873419496,0.91285198809928,1.86730873419496,-0.867579131589896,1.02967261329612,-1.83515479742183,0.826473263931809,1.83515479742183,-0.856145877227933,1.12785558699045,-1.73370231984573,0.703010562310475,1.73370231984573,-0.830866149300925,0.748304450203459,-0.78988870735876,0.415348820004134,0.78988870735876,-0.163653270207593,1.22950249348644,-0.233344484449628,0.558219039493219,0.233344484449628,-0.787721532979657
diff --git a/ViperVDC/Philips SHE9005.vdc b/ViperVDC/Philips SHE9005.vdc
deleted file mode 100644
index 80befcd..0000000
--- a/ViperVDC/Philips SHE9005.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.959331161750202,-1.87350361964844,0.914600387444574,1.87350361964844,-0.873931549194775,1.10769873777652,-1.65374967087469,0.615540149473144,1.65374967087469,-0.723238887249667,0.949179617679163,-0.816972024954322,0.556631184764153,0.816972024954322,-0.505810802443316,1.16916509904552,0.196838944582187,0.252387070731984,-0.196838944582187,-0.421552169777504
-SR_48000:0.962443396099609,-1.8832160192449,0.921135700944028,1.8832160192449,-0.883579097043637,1.10004397525046,-1.68352166154262,0.642865900149023,1.68352166154262,-0.742909875399484,0.952390067830773,-0.935684558010703,0.584639897313913,0.935684558010703,-0.537029965144686,1.15835458352934,-8.93055172091336E-17,0.300163362754108,8.93055172091336E-17,-0.458517946283445
diff --git a/ViperVDC/Philips SHE9750.vdc b/ViperVDC/Philips SHE9750.vdc
deleted file mode 100644
index f8551b6..0000000
--- a/ViperVDC/Philips SHE9750.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.970491707090738,-1.92386454577426,0.953468523082415,1.92386454577426,-0.923960230173153,1.05991830960707,-1.43933009851731,0.649595113410641,1.43933009851731,-0.709513423017712,0.856755592062895,-1.03494985633182,0.625477698310859,1.03494985633182,-0.482233290373754,0.867247036494294,-0.617931282101405,0.526102296460462,0.617931282101405,-0.393349332954756,1.1127717133775,0.22354008576586,0.501613563007815,-0.22354008576586,-0.614385276385316
-SR_48000:0.972805286892227,-1.92984106445724,0.957116795297314,1.92984106445724,-0.929922082189541,1.05568913503761,-1.49823836413925,0.674327510654428,1.49823836413925,-0.730016645692039,0.865625130892146,-1.12533889209369,0.6486677142081,1.12533889209369,-0.514292845100246,0.875077708611714,-0.746720313692805,0.554056004126333,0.746720313692805,-0.429133712738048,1.10503777548165,-1.00468598390844E-16,0.535793142588473,1.00468598390844E-16,-0.64083091807012
diff --git a/ViperVDC/Philips SHE9900.vdc b/ViperVDC/Philips SHE9900.vdc
deleted file mode 100644
index 9907206..0000000
--- a/ViperVDC/Philips SHE9900.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.988877852551613,-1.93933846174143,0.950846473175879,1.93933846174143,-0.939724325727492,1.1056837964613,-1.27488367092231,0.38195655124112,1.27488367092231,-0.487640347702425,0.938552648813944,-0.449327632257597,0.640653211601526,0.449327632257597,-0.579205860415471,1.20722455616132,0.358613197800343,0.0841860506561078,-0.358613197800343,-0.291410606817427
-SR_48000:0.98975647832177,-1.94415946495598,0.954729496266712,1.94415946495598,-0.944485974588481,1.09906195707166,-1.33557643095774,0.420681356656302,1.33557643095774,-0.519743313727965,0.942600894086278,-0.614944883527608,0.664327526428501,0.614944883527608,-0.606928420514779,1.19407487232261,0.1744319401731,0.142300128022366,-0.1744319401731,-0.336375000344981
diff --git a/ViperVDC/Philips SHL5001.vdc b/ViperVDC/Philips SHL5001.vdc
deleted file mode 100644
index e4f8263..0000000
--- a/ViperVDC/Philips SHL5001.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00099122573098,-1.99660246926931,0.995619349520173,1.99660246926931,-0.996610575251153,0.966318097318923,-1.88770447610225,0.921761969320013,1.88770447610225,-0.888080066638936,1.01236459074643,-1.91627859629147,0.927691334307701,1.91627859629147,-0.940055925054127,1.19477177236838,0.184714696471549,0.139220228636721,-0.184714696471549,-0.333992001005103
-SR_48000:1.00091081402544,-1.99687869405176,0.995974723241261,1.99687869405176,-0.996885537266701,0.968913583125568,-1.89638599205541,0.927790895301202,1.89638599205541,-0.896704478426771,1.01138757168331,-1.92466665018446,0.933404984379832,1.92466665018446,-0.944792556063138,1.1826581418812,-8.42170168877408E-17,0.192755543093944,8.42170168877408E-17,-0.375413684975148
diff --git a/ViperVDC/Philips SHP1900.vdc b/ViperVDC/Philips SHP1900.vdc
deleted file mode 100644
index 5d94916..0000000
--- a/ViperVDC/Philips SHP1900.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00362679553198,-1.99599273318415,0.992384170618642,1.99599273318415,-0.996010966150618,0.954673199894174,-1.84877767445793,0.894712611372234,1.84877767445793,-0.849385811266408,0.949000682575059,-1.74906560579111,0.846516509994816,1.74906560579111,-0.795517192569875,1.17561822533768,-1.33779834085436,0.592065085157634,1.33779834085436,-0.767683310495314,1.09255423276796,-1.25386386714367,0.758010628222572,1.25386386714367,-0.850564860990534
-SR_48000:1.0033326582028,-1.99631908845433,0.99300182322517,1.99631908845433,-0.996334481427974,0.958100036475866,-1.86025618327926,0.902672641069851,1.86025618327926,-0.860772677545717,0.952754219755573,-1.77100184208975,0.857812856993526,1.77100184208975,-0.810567076749099,1.16282300426911,-1.41582589004032,0.621786473168253,1.41582589004032,-0.78460947743736,1.08554068209055,-1.35056635789394,0.776348036157338,1.35056635789394,-0.861888718247891
diff --git a/ViperVDC/Philips SHP2000.vdc b/ViperVDC/Philips SHP2000.vdc
deleted file mode 100644
index a63cc0c..0000000
--- a/ViperVDC/Philips SHP2000.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.999290738365781,-1.99762498161692,0.998352491127845,1.99762498161692,-0.997643229493627,0.998314240944554,-1.99316808423229,0.994926673606592,1.99316808423229,-0.993240914551146,0.995445674484501,-1.97211121302326,0.979872487536179,1.97211121302326,-0.97531816202068,1.03300690749366,-1.74513602013549,0.882172892799388,1.74513602013549,-0.915179800293045,1.05394852745721,0.598644016464478,0.0617831417261155,-0.598644016464478,-0.115731669183329
-SR_48000:0.999348303480746,-1.99781910523547,0.998486206294513,1.99781910523547,-0.997834509775259,0.998450783546541,-1.99372689177995,0.995337601362993,1.99372689177995,-0.993788384909534,0.995811517133807,-1.97459099776496,0.98148930268447,1.97459099776496,-0.977300819818277,1.0304290156247,-1.77743504144581,0.891375376905269,1.77743504144581,-0.921804392529973,1.05033206236476,0.449656483149806,0.12467695323543,-0.449656483149806,-0.17500901560019
diff --git a/ViperVDC/Philips UPTOWN SHL5905.vdc b/ViperVDC/Philips UPTOWN SHL5905.vdc
deleted file mode 100644
index 6b33a25..0000000
--- a/ViperVDC/Philips UPTOWN SHL5905.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.989686662897909,-1.94398133100098,0.954420952046687,1.94398133100098,-0.944107614944597,0.977906566008117,-1.83700509930882,0.870796634900699,1.83700509930882,-0.848703200908816,1.23477572692282,-1.28700749010023,0.161904375635518,1.28700749010023,-0.396680102558338,0.815243804058757,-0.556547372344559,0.516942289393759,0.556547372344559,-0.332186093452516,1.47865256085906,0.288281621974974,-0.440514682352192,-0.288281621974974,-0.0381378785068718
-SR_48000:0.990503076728818,-1.94842527144509,0.95802903396822,1.94842527144509,-0.948532110697038,0.979576809768947,-1.85020398875087,0.880564293224644,1.85020398875087,-0.860141102993591,1.22083703070341,-1.33735336573181,0.211662331723846,1.33735336573181,-0.432499362427259,0.825704076959658,-0.684997732639268,0.544291388318878,0.684997732639268,-0.369995465278535,1.44773307424357,0.143614212748015,-0.347461854304057,-0.143614212748015,-0.100271219939508
diff --git a/ViperVDC/Pioneer SE-CL531.vdc b/ViperVDC/Pioneer SE-CL531.vdc
deleted file mode 100644
index 34762a1..0000000
--- a/ViperVDC/Pioneer SE-CL531.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.981050290884767,-1.94450198506067,0.963522746236539,1.94450198506067,-0.944573037121306,1.02159428509977,-1.79149540491187,0.811606442861759,1.79149540491187,-0.833200727961524,0.764522234585166,-0.961183221636567,0.505525340843881,0.961183221636567,-0.270047575429047,0.893873284606913,-0.347221749031548,0.0741258935902864,0.347221749031548,0.0320008218028007,1.14308550412348,0.209187111619464,0.367643955655636,-0.209187111619464,-0.510729459779118
-SR_48000:0.982550682165137,-1.94890149691759,0.966410925318641,1.94890149691759,-0.948961607483778,1.01997355166955,-1.8102546637755,0.825746097621317,1.8102546637755,-0.845719649290872,0.777205352340295,-1.03878806302199,0.532158345102079,1.03878806302199,-0.309363697442374,0.898748882457527,-0.455055452195731,0.116661741293006,0.455055452195731,-0.0154106237505325,1.13365456116515,-9.44770262498639E-17,0.409323326463342,9.44770262498639E-17,-0.54297788762849
diff --git a/ViperVDC/Pioneer SE-CL721.vdc b/ViperVDC/Pioneer SE-CL721.vdc
deleted file mode 100644
index c3ff5bb..0000000
--- a/ViperVDC/Pioneer SE-CL721.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.954629225363067,-1.86692127053625,0.91266350054177,1.86692127053625,-0.867292725904837,1.2279720359119,-1.65838118755976,0.561165094706062,1.65838118755976,-0.789137130617958,0.850170537351884,-0.918370426302058,0.549085164391086,0.918370426302058,-0.39925570174297,0.853032758939233,-0.439761493778983,0.557699078862414,0.439761493778983,-0.410731837801647,1.24665462705118,-0.00570528844040643,0.355104607741163,0.00570528844040643,-0.601759234792342
-SR_48000:0.95808990260193,-1.87709978846841,0.919325133238492,1.87709978846841,-0.877415035840422,1.21119055732035,-1.69311559680044,0.593468611841205,1.69311559680044,-0.804659169161555,0.859001052955575,-1.01445911214006,0.57566078190586,1.01445911214006,-0.434661834861435,0.861797195424124,-0.588089540640769,0.584075829916184,0.588089540640769,-0.445873025340309,1.22976107689152,-0.212631739061128,0.399273950060434,0.212631739061128,-0.629035026951957
diff --git a/ViperVDC/Pioneer SE-MJ511.vdc b/ViperVDC/Pioneer SE-MJ511.vdc
deleted file mode 100644
index 5833e79..0000000
--- a/ViperVDC/Pioneer SE-MJ511.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00251317371822,-1.99721757050747,0.994722640944354,1.99721757050747,-0.997235814662571,1.01793729895244,-1.88031859671827,0.895101893788955,1.88031859671827,-0.913039192741394,1.09435824377776,-1.24496625967161,0.663162660512783,1.24496625967161,-0.757520904290546,1.21938659478574,-1.17947242010011,0.577691644677121,1.17947242010011,-0.797078239462864,1.10451873444239,0.490531034339117,0.088154292757645,-0.490531034339117,-0.19267302720003
-SR_48000:1.00230923757263,-1.99744471795884,0.995150882039222,1.99744471795884,-0.997460119611853,1.01653792661027,-1.89209359489344,0.903285484248535,1.89209359489344,-0.919823410858803,1.0875261418119,-1.3345741837711,0.687551701227712,1.3345741837711,-0.775077843039616,1.20315435881711,-1.28134272215362,0.608937896900608,1.28134272215362,-0.812092255717716,1.09787609428429,0.321966316735677,0.146106227836333,-0.321966316735677,-0.243982322120626
diff --git a/ViperVDC/Pioneer SE-MJ591.vdc b/ViperVDC/Pioneer SE-MJ591.vdc
deleted file mode 100644
index 9ba4595..0000000
--- a/ViperVDC/Pioneer SE-MJ591.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.978267923130521,-1.8995783050989,0.922421458251302,1.8995783050989,-0.900689381381823,0.943393824388975,-1.78091531313316,0.868512306265283,1.78091531313316,-0.811906130654258,1.14924280326008,-1.25423647745531,0.340432217124068,1.25423647745531,-0.489675020384151,0.935457910042813,-0.573338232560063,0.436919821332578,0.573338232560063,-0.372377731375391,1.55617916212302,0.0639125562212758,-1.45799361061311,-0.0639125562212758,0.901814448490091
-SR_48000:0.979952949434613,-1.90744789097884,0.928436616593727,1.90744789097884,-0.90838956602834,0.947594330303145,-1.79949111593134,0.878269454301011,1.79949111593134,-0.825863784604156,1.1398627638939,-1.31787362740388,0.381886623185174,1.31787362740388,-0.521749387079076,0.939245072217213,-0.704602487845912,0.46995990347461,0.704602487845912,-0.409204975691823,1.53082278242796,0.0924449296556793,-1.3459329231166,-0.0924449296556793,0.815110140688641
diff --git a/ViperVDC/Rooth LS3.vdc b/ViperVDC/Rooth LS3.vdc
deleted file mode 100644
index f92b0d9..0000000
--- a/ViperVDC/Rooth LS3.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.979739196902155,-1.91820109951494,0.939024698235583,1.91820109951494,-0.918763895137738,1.00447231208208,-1.91419262179186,0.92222218494843,1.91419262179186,-0.926694497030512,1.0807726179721,-1.67235857431428,0.756913152387606,1.67235857431428,-0.837685770359702,0.913859234385337,-0.287715853850193,0.619307111963808,0.287715853850193,-0.533166346349145,1.1883656984862,0.35477313969744,-0.643346089796233,-0.35477313969744,0.454980391310038
-SR_48000:0.981323843790861,-1.92464093591374,0.943793725492906,1.92464093591374,-0.925117569283767,1.0041211561907,-1.92186411550904,0.928329124149653,1.92186411550904,-0.932450280340354,1.07469280678128,-1.70908777329744,0.775210468650969,1.70908777329744,-0.849903275432245,0.919394846728782,-0.46354376611744,0.643771350643803,0.46354376611744,-0.563166197372584,1.17235333807232,0.334351399200102,-0.50365053967212,-0.334351399200102,0.331297201599795
diff --git a/ViperVDC/Rooth LS8 Plus.vdc b/ViperVDC/Rooth LS8 Plus.vdc
deleted file mode 100644
index 548f9b3..0000000
--- a/ViperVDC/Rooth LS8 Plus.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.976073370450082,-1.91999639821306,0.944422012184993,1.91999639821306,-0.920495382635075,0.977408824634968,-1.80870704426527,0.867885821652584,1.80870704426527,-0.845294646287553,1.07555290058331,-1.50520379685061,0.666099416259718,1.50520379685061,-0.741652316843025,0.733246177614489,-0.6051514767792,0.523874273580835,0.6051514767792,-0.257120451195324,1.32686326876653,0.372983978008241,0.0162983000973443,-0.372983978008241,-0.343161568863877
-SR_48000:0.977946264607636,-1.92629616901062,0.948772465659862,1.92629616901062,-0.926718730267497,0.979113893388231,-1.82587587986613,0.877857138050395,1.82587587986613,-0.856971031438626,1.07013086118328,-1.55774868056042,0.69006172752446,1.55774868056042,-0.760192588707742,0.747499723285834,-0.720471801227471,0.549315257804146,0.720471801227471,-0.29681498108998,1.30534530570697,0.180961820441517,0.0810570505069969,-0.180961820441517,-0.386402356213966
diff --git a/ViperVDC/SAMSUNG EP-1.vdc b/ViperVDC/SAMSUNG EP-1.vdc
deleted file mode 100644
index 9b3e605..0000000
--- a/ViperVDC/SAMSUNG EP-1.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00492278263292,-1.98296561878028,0.978244117935,1.98296561878028,-0.983166900567922,1.04658891105244,-1.61452507667447,0.72754601722402,1.61452507667447,-0.774134928276457,1.31691718793472,0.126881283078448,-0.400592607719285,-0.126881283078448,0.0836754197845681
-SR_48000:1.00452589788011,-1.98435400030917,0.979998121416234,1.98435400030917,-0.984524019296347,1.04319215473536,-1.65430104770903,0.747410396240435,1.65430104770903,-0.790602550975793,1.29904338920252,-5.98491296909086E-17,-0.321600646004255,5.98491296909086E-17,0.0225572568017326
diff --git a/ViperVDC/SAMSUNG EP-390.vdc b/ViperVDC/SAMSUNG EP-390.vdc
deleted file mode 100644
index 7ca077b..0000000
--- a/ViperVDC/SAMSUNG EP-390.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00186645179307,-1.99518542037644,0.993337194175213,1.99518542037644,-0.995203645968284,0.991764889862683,-1.94332154512962,0.951840716925414,1.94332154512962,-0.943605606788097,1.03573213153814,-1.67405681621787,0.842084427113251,1.67405681621787,-0.877816558651388,0.922496339487587,-0.964310650657435,0.546755214721422,0.964310650657435,-0.469251554209009,1.36204896254243,-0.155649827736064,-0.292431953207258,0.155649827736064,-0.0696170093351761
-SR_48000:1.0017151366564,-1.99557710399357,0.993877354589618,1.99557710399357,-0.995592491246015,0.992416641812401,-1.94782850413404,0.955652190739066,1.94782850413404,-0.948068832551467,1.0329907226684,-1.71383926850125,0.854199885484938,1.71383926850125,-0.887190608153334,0.92727858209457,-1.06207478135947,0.574721977958427,1.06207478135947,-0.502000560052997,1.34226029276087,-0.28999881051641,-0.221790930077227,0.28999881051641,-0.12046936268364
diff --git a/ViperVDC/SAMSUNG S2 Bundle.vdc b/ViperVDC/SAMSUNG S2 Bundle.vdc
deleted file mode 100644
index 45abdc4..0000000
--- a/ViperVDC/SAMSUNG S2 Bundle.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.987040812270484,-1.95308676386551,0.966117317343298,1.95308676386551,-0.953158129613781,0.968759213889212,-1.74149489539802,0.861933603629215,1.74149489539802,-0.830692817518427,0.866341273328874,-1.13979809084671,0.742713555082256,1.13979809084671,-0.60905482841113,0.855643148573141,-0.635145634215794,0.664680588928073,0.635145634215794,-0.520323737501214,1.18234563116439,-0.0049028770010312,0.194136661621015,0.0049028770010312,-0.376482292785405
-SR_48000:0.988071058716735,-1.95682167100646,0.968810967140269,1.95682167100646,-0.956882025857005,0.971100004644449,-1.76746774584463,0.872278559197476,1.76746774584463,-0.843378563841925,0.875239745201473,-1.22932005109458,0.759842673773735,1.22932005109458,-0.635082418975208,0.864794706313338,-0.775366498698787,0.685938291084236,0.775366498698787,-0.550732997397574,1.17105696606224,-0.184705404442372,0.244026101181314,0.184705404442372,-0.415083067243554
diff --git a/ViperVDC/SAMSUNG S3 Bundle.vdc b/ViperVDC/SAMSUNG S3 Bundle.vdc
deleted file mode 100644
index 45abdc4..0000000
--- a/ViperVDC/SAMSUNG S3 Bundle.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.987040812270484,-1.95308676386551,0.966117317343298,1.95308676386551,-0.953158129613781,0.968759213889212,-1.74149489539802,0.861933603629215,1.74149489539802,-0.830692817518427,0.866341273328874,-1.13979809084671,0.742713555082256,1.13979809084671,-0.60905482841113,0.855643148573141,-0.635145634215794,0.664680588928073,0.635145634215794,-0.520323737501214,1.18234563116439,-0.0049028770010312,0.194136661621015,0.0049028770010312,-0.376482292785405
-SR_48000:0.988071058716735,-1.95682167100646,0.968810967140269,1.95682167100646,-0.956882025857005,0.971100004644449,-1.76746774584463,0.872278559197476,1.76746774584463,-0.843378563841925,0.875239745201473,-1.22932005109458,0.759842673773735,1.22932005109458,-0.635082418975208,0.864794706313338,-0.775366498698787,0.685938291084236,0.775366498698787,-0.550732997397574,1.17105696606224,-0.184705404442372,0.244026101181314,0.184705404442372,-0.415083067243554
diff --git a/ViperVDC/SHURE SCL4.vdc b/ViperVDC/SHURE SCL4.vdc
deleted file mode 100644
index fcaa3e1..0000000
--- a/ViperVDC/SHURE SCL4.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00197909870417,-1.99320024600992,0.991253516311084,1.99320024600992,-0.993232615015255,1.04115990088666,-1.72381441883239,0.853068571932377,1.72381441883239,-0.894228472819036,1.07233001893247,-1.28506502842704,0.741798382771365,1.28506502842704,-0.814128401703831,0.908188616882872,-0.660261652619778,0.672254370305446,0.660261652619778,-0.580442987188318
-SR_48000:1.00181879672969,-1.99375342577828,0.991961959301879,1.99375342577828,-0.993780756031573,1.03797701984389,-1.75759558160782,0.864430728956793,1.75759558160782,-0.902407748800681,1.06694652305256,-1.37433516525523,0.761016231225588,1.37433516525523,-0.82796275427815,0.914224065331326,-0.804011802791341,0.693799540251355,0.804011802791341,-0.608023605582681
diff --git a/ViperVDC/SHURE SE102.vdc b/ViperVDC/SHURE SE102.vdc
deleted file mode 100644
index c2f8ead..0000000
--- a/ViperVDC/SHURE SE102.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.988108973179575,-1.93511543715291,0.947448466359894,1.93511543715291,-0.935557439539469,0.95206528356425,-1.75103360766555,0.888654811141546,1.75103360766555,-0.840720094705797,1.08814988493758,-1.62506442402803,0.734711116404897,1.62506442402803,-0.822861001342476,0.937821228384483,-1.29857591397742,0.778036012911785,1.29857591397742,-0.715857241296268,0.855643148573141,-0.635145634215794,0.664680588928073,0.635145634215794,-0.520323737501214
-SR_48000:0.989046485412055,-1.94026414283951,0.951591733915102,1.94026414283951,-0.940638219327156,0.955674237329077,-1.77641693332223,0.897037871862572,1.77641693332223,-0.852712109191649,1.08156193661337,-1.66744133490254,0.754537681775338,1.66744133490254,-0.836099618388707,0.942214113651974,-1.37720723000796,0.793717608148544,1.37720723000796,-0.735931721800518,0.864794706313338,-0.775366498698787,0.685938291084236,0.775366498698787,-0.550732997397574
diff --git a/ViperVDC/SHURE SE115.vdc b/ViperVDC/SHURE SE115.vdc
deleted file mode 100644
index 5a0af01..0000000
--- a/ViperVDC/SHURE SE115.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.966468363790433,-1.89570528935657,0.92958764341736,1.89570528935657,-0.896056007207793,1.04218655448467,-1.69638213047024,0.813559571377516,1.69638213047024,-0.855746125862189,0.944344770224057,-1.41373582906247,0.801323564579778,1.41373582906247,-0.745668334803836,0.935279151620621,-0.667588944729665,0.713970888116828,0.667588944729665,-0.649250039737448,1.50917387705064,-0.0925301859856946,0.0198654443739914,0.0925301859856946,-0.529039321424627
-SR_48000:0.969062311232078,-1.90379963030965,0.935034617465278,1.90379963030965,-0.904096928697357,1.03898422798355,-1.73107557654438,0.827712021909472,1.73107557654438,-0.866696249893026,0.948338304487166,-1.47934600401957,0.815579568109314,1.47934600401957,-0.76391787259648,0.939698810573171,-0.817562068815343,0.733503251438369,0.817562068815343,-0.673202062011539,1.47475276616806,-0.28444726734612,0.0861243821153956,0.28444726734612,-0.560877148283454
diff --git a/ViperVDC/SHURE SE215.vdc b/ViperVDC/SHURE SE215.vdc
deleted file mode 100644
index 39734e2..0000000
--- a/ViperVDC/SHURE SE215.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.98267475316591,-1.94233418871134,0.959756038541571,1.94233418871134,-0.942430791707481,1.03207633060121,-1.6785529836437,0.81241622034687,1.6785529836437,-0.844492550948083,0.928113906997118,-1.32683591942198,0.783657331234718,1.32683591942198,-0.711771238231836,1.10356430101398,-1.05633954962878,0.688321115611663,1.05633954962878,-0.791885416625638,0.890520330992262,-0.652155259722628,0.670518694516835,0.652155259722628,-0.561039025509097
-SR_48000:0.984045137925453,-1.94690264163915,0.96293923771757,1.94690264163915,-0.946984375643023,1.02965498605599,-1.71493413788004,0.82657634880052,1.71493413788004,-0.856231334856513,0.933180515140371,-1.40128693474035,0.798905392181017,1.40128693474035,-0.732085907321388,1.09593316448327,-1.17369572384058,0.711287177248919,1.17369572384058,-0.807220341732186,0.897634629366401,-0.794781975252999,0.691929321139596,0.794781975252999,-0.589563950505997
diff --git a/ViperVDC/SHURE SE315.vdc b/ViperVDC/SHURE SE315.vdc
deleted file mode 100644
index 1c332ce..0000000
--- a/ViperVDC/SHURE SE315.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00152279481041,-1.99606853212017,0.994563970968641,1.99606853212017,-0.996086765779053,0.974461786081695,-1.77789593670628,0.850651411723362,1.77789593670628,-0.825113197805056,1.13318398509919,-1.55541196225806,0.59918006989197,1.55541196225806,-0.732364054991161,0.87301341036893,-0.64378284040249,0.66798487621824,0.64378284040249,-0.540998286587171,1.1127717133775,0.22354008576586,0.501613563007815,-0.22354008576586,-0.614385276385316
-SR_48000:1.00139929011198,-1.99638875108321,0.995004854482013,1.99638875108321,-0.996404144593997,0.976370059343451,-1.79801246817479,0.861811076945099,1.79801246817479,-0.83818113628855,1.12366372864705,-1.60007048884778,0.627831476612634,1.60007048884778,-0.751495205259689,0.881166220316363,-0.785233587874989,0.689300955433615,0.785233587874989,-0.570467175749978,1.10503777548165,-1.00468598390844E-16,0.535793142588473,1.00468598390844E-16,-0.64083091807012
diff --git a/ViperVDC/SHURE SE420.vdc b/ViperVDC/SHURE SE420.vdc
deleted file mode 100644
index 907d230..0000000
--- a/ViperVDC/SHURE SE420.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00047168987035,-1.99770511648781,0.997241537075927,1.99770511648781,-0.997713226946274,0.970337893705129,-1.88014518776997,0.91073128377175,1.88014518776997,-0.881069177476879,0.973177232613234,-1.46429885626014,0.765991949400559,1.46429885626014,-0.739169182013792,1.13897976693128,-1.21889588428369,0.58173754579924,1.21889588428369,-0.720717312730518,0.862864972433195,-0.605830948571392,0.587289326687797,0.605830948571392,-0.450154299120993
-SR_48000:1.00043340532542,-1.99789198540154,0.997465426763564,1.99789198540154,-0.997898832088988,0.972615900780437,-1.88941915524777,0.917586992707255,1.88941915524777,-0.890202893487692,0.97509639107855,-1.52232675582093,0.782735133457014,1.52232675582093,-0.757831524535564,1.12909108490854,-1.30864396462707,0.611497736818172,1.30864396462707,-0.740588821726711,0.871223910440986,-0.741834816106553,0.612445721772121,0.741834816106553,-0.483669632213106
diff --git a/ViperVDC/SHURE SE425.vdc b/ViperVDC/SHURE SE425.vdc
deleted file mode 100644
index b22df90..0000000
--- a/ViperVDC/SHURE SE425.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00094657358185,-1.99674502020954,0.995816686466141,1.99674502020954,-0.99676326004799,0.988252443631881,-1.91877296060024,0.931299778250303,1.91877296060024,-0.919552221882184,1.04380630743898,-1.64725401635435,0.743818804457039,1.64725401635435,-0.787625111896014,1.04113936449452,-1.31114205402673,0.759415203055735,1.31114205402673,-0.800554567550256,0.862864972433195,-0.605830948571392,0.587289326687797,0.605830948571392,-0.450154299120993
-SR_48000:1.00086977881898,-1.99701045588493,0.996156075370505,1.99701045588493,-0.997025854189484,0.989171617229486,-1.92518682316144,0.936675145518451,1.92518682316144,-0.925846762747937,1.04059093302694,-1.68344472309957,0.76262245418584,1.68344472309957,-0.803213387212775,1.03809919820453,-1.39567352359165,0.777194228048968,1.39567352359165,-0.815293426253499,0.871223910440986,-0.741834816106553,0.612445721772121,0.741834816106553,-0.483669632213106
diff --git a/ViperVDC/SHURE SE530.vdc b/ViperVDC/SHURE SE530.vdc
deleted file mode 100644
index 32d2436..0000000
--- a/ViperVDC/SHURE SE530.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.0014855801704,-1.9949019429714,0.993434585803336,1.9949019429714,-0.994920165973734,0.977474257860995,-1.89629238134322,0.919588254843445,1.89629238134322,-0.89706251270444,1.11598141468074,-1.3499959393567,0.487428520070875,1.3499959393567,-0.603409934751618,0.908188616882872,-0.660261652619778,0.672254370305446,0.660261652619778,-0.580442987188318,1.19477177236838,0.184714696471549,0.139220228636721,-0.184714696471549,-0.333992001005103
-SR_48000:1.00136515840656,-1.99531655424857,0.993966781085429,1.99531655424857,-0.995331939491994,0.979217736537089,-1.90437700517894,0.925812074779003,1.90437700517894,-0.905029811316092,1.10822859591656,-1.411552245822,0.521691542284543,1.411552245822,-0.629920138201105,0.914224065331326,-0.804011802791341,0.693799540251355,0.804011802791341,-0.608023605582681,1.1826581418812,-8.42170168877408E-17,0.192755543093944,8.42170168877408E-17,-0.375413684975148
diff --git a/ViperVDC/SHURE SE535.vdc b/ViperVDC/SHURE SE535.vdc
deleted file mode 100644
index c7c723d..0000000
--- a/ViperVDC/SHURE SE535.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00080492069527,-1.99607947562172,0.995292788685297,1.99607947562172,-0.996097709380569,0.970889516995886,-1.86621383793473,0.896082236657689,1.86621383793473,-0.866971753653574,1.1974378176707,-1.23326876995518,0.295192168105681,1.23326876995518,-0.49262998577638,0.844334669612447,-0.637439215353703,0.593002347040695,0.637439215353703,-0.437337016653142,1.22497152993471,-0.00438370968063783,0.0057545826805531,0.00438370968063783,-0.230726112615267
-SR_48000:1.00073963811301,-1.99639880859689,0.995674564072218,1.99639880859689,-0.996414202185228,0.973109723908866,-1.87647434990767,0.904007867315256,1.87647434990767,-0.877117591224122,1.18498148319547,-1.29996922783668,0.339658431957322,1.29996922783668,-0.524639915152791,0.853736389616948,-0.768762680529859,0.617583787018922,0.768762680529859,-0.471320176635871,1.21174913086932,-0.166543478832982,0.0641900197358696,0.166543478832982,-0.275939150605188
diff --git a/ViperVDC/SHURE SE846.vdc b/ViperVDC/SHURE SE846.vdc
deleted file mode 100644
index 2133140..0000000
--- a/ViperVDC/SHURE SE846.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.989686662897909,-1.94398133100098,0.954420952046687,1.94398133100098,-0.944107614944597,1.04044240785971,-1.71552157901966,0.821267701332914,1.71552157901966,-0.861710109192626,1.22898887403954,-0.660272886544682,-0.0119997792477021,0.660272886544682,-0.216989094791833,1.0447019766635,0.521220667711332,0.22258956674726,-0.521220667711332,-0.267291543410759
-SR_48000:0.990503076728818,-1.94842527144509,0.95802903396822,1.94842527144509,-0.948532110697038,1.03736364028187,-1.74788450073233,0.834874092133322,1.74788450073233,-0.872237732415195,1.21644150201948,-0.766974827147919,0.0434524245665495,0.766974827147919,-0.259893926586028,1.0418878093888,0.339937710545829,0.27153064639438,-0.339937710545829,-0.313418455783176
diff --git a/ViperVDC/SHURE SRH1440.vdc b/ViperVDC/SHURE SRH1440.vdc
deleted file mode 100644
index 370e806..0000000
--- a/ViperVDC/SHURE SRH1440.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00369985909679,-1.98733044537781,0.983648740119349,1.98733044537781,-0.987348599216138,0.930584683755821,-1.38747674031654,0.59405620459567,1.38747674031654,-0.524640888351491,1.02211877746489,-0.888393427689581,0.615333154024947,0.888393427689581,-0.637451931489834,0.916471457353637,-0.207800405896069,0.511521441360569,0.207800405896069,-0.427992898714206
-SR_48000:1.00340099261384,-1.98835521998797,0.984969558940941,1.98835521998797,-0.988370551554783,0.93499684625724,-1.436499236672,0.61985872324251,1.436499236672,-0.55485556949975,1.02061381807839,-1.01183434274303,0.641505847404784,1.01183434274303,-0.662119665483171,0.921554004628725,-0.378600086105041,0.541244399387774,0.378600086105041,-0.462798404016499
diff --git a/ViperVDC/SHURE SRH1840.vdc b/ViperVDC/SHURE SRH1840.vdc
deleted file mode 100644
index be61dfb..0000000
--- a/ViperVDC/SHURE SRH1840.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00314201348086,-1.99365368320824,0.990544046096406,1.99365368320824,-0.993686059577262,0.956752219359518,-1.5604570443708,0.747085093522376,1.5604570443708,-0.703837312881894,1.04907651291045,-1.36582754304297,0.712998413116818,1.36582754304297,-0.762074926027267,0.948078419923605,-0.775050024750342,0.547024079860063,0.775050024750342,-0.495102499783668,1.18019117400913,0.384282598669684,0.203658129310962,-0.384282598669684,-0.383849303320088
-SR_48000:1.00288746512453,-1.9941702437442,0.991310114586676,1.9941702437442,-0.994197579711202,0.959788723547855,-1.60185414359004,0.764842702385511,1.60185414359004,-0.724631425933367,1.04551861863143,-1.43950315434074,0.733805133959095,1.43950315434074,-0.779323752590529,0.951339743063043,-0.897440141265871,0.575476620167721,0.897440141265871,-0.526816363230765,1.16854487972269,0.18582661107858,0.255128085204521,-0.18582661107858,-0.423672964927208
diff --git a/ViperVDC/SHURE SRH240.vdc b/ViperVDC/SHURE SRH240.vdc
deleted file mode 100644
index 83dd4aa..0000000
--- a/ViperVDC/SHURE SRH240.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00099122573098,-1.99660246926931,0.995619349520173,1.99660246926931,-0.996610575251153,1.00464347968726,-1.98331648279784,0.979478477117468,1.98331648279784,-0.984121956804727,0.995452936349628,-1.9526080633443,0.960330360941799,1.9526080633443,-0.955783297291427,1.144123325295,-0.671106264515394,-0.257365353540376,0.671106264515394,0.113242028245372,1.08401514151857,-1.04532734644028,0.508675789943688,1.04532734644028,-0.592690931462258
-SR_48000:1.00091081402544,-1.99687869405176,0.995974723241261,1.99687869405176,-0.996885537266701,1.0042689470777,-1.98472229609518,0.98113369691704,1.98472229609518,-0.985402643994743,0.995814881262528,-1.95661777708779,0.963488052401106,1.95661777708779,-0.959302933663635,1.13810847640224,-0.740371666054421,-0.204890415225821,0.740371666054421,0.066781938823583,1.07842456335092,-1.14536753233361,0.541369734777073,1.14536753233361,-0.619794298127996
diff --git a/ViperVDC/SHURE SRH440.vdc b/ViperVDC/SHURE SRH440.vdc
deleted file mode 100644
index 3eb0e97..0000000
--- a/ViperVDC/SHURE SRH440.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00074048432775,-1.99640199453132,0.995669615371506,1.99640199453132,-0.99641009969926,1.00669818045396,-1.9858120382671,0.979841688778052,1.9858120382671,-0.986539869232016,0.979407439230911,-1.90504369138157,0.926489269988686,1.90504369138157,-0.905896709219596,1.01112639472988,-1.89466290758494,0.902930748964291,1.89466290758494,-0.914057143694168,0.913257041866117,-0.762809435512076,0.492723399464164,0.762809435512076,-0.405980441330281
-SR_48000:1.00068041918601,-1.99669445554129,0.996020878938845,1.99669445554129,-0.996701298124853,1.0061573155952,-1.98701204300156,0.981469432644746,1.98701204300156,-0.987626748239947,0.981008121684666,-1.91248865621371,0.93220334008474,1.91248865621371,-0.913211461769406,1.01025798296067,-1.90433254735145,0.910506974873374,1.90433254735145,-0.920764957834047,0.918422232588074,-0.877439437818882,0.522929659971322,0.877439437818882,-0.441351892559397
diff --git a/ViperVDC/SHURE SRH550DJ.vdc b/ViperVDC/SHURE SRH550DJ.vdc
deleted file mode 100644
index aa1f15c..0000000
--- a/ViperVDC/SHURE SRH550DJ.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00074048432775,-1.99640199453132,0.995669615371506,1.99640199453132,-0.99641009969926,1.00512753474889,-1.95636589187695,0.95526619630007,1.95636589187695,-0.960393731048959,1.12403040185224,-1.27240017164608,0.557239845690259,1.27240017164608,-0.681270247542497,1.36204896254243,-0.155649827736064,-0.292431953207258,0.155649827736064,-0.0696170093351761
-SR_48000:1.00068041918601,-1.99669445554129,0.996020878938845,1.99669445554129,-0.996701298124853,1.00471849497989,-1.96014768244153,0.958834754218815,1.96014768244153,-0.963553249198707,1.11538557900193,-1.3514658831469,0.588099885180758,1.3514658831469,-0.703485464182689,1.34226029276087,-0.28999881051641,-0.221790930077227,0.28999881051641,-0.12046936268364
diff --git a/ViperVDC/SHURE SRH840.vdc b/ViperVDC/SHURE SRH840.vdc
deleted file mode 100644
index 5e8a162..0000000
--- a/ViperVDC/SHURE SRH840.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00110973082678,-1.99460175631528,0.993510245748687,1.99460175631528,-0.994619976575471,0.9901440228253,-1.93226851017795,0.942361815832661,1.93226851017795,-0.932505838657961,0.978519021101999,-1.67868989924684,0.812594952474255,1.67868989924684,-0.791113973576254,0.89075034599168,-0.218388555803753,0.610003733402105,0.218388555803753,-0.500754079393785,1.11807583929699,0.708189457088102,-0.0301210377872556,-0.708189457088102,-0.0879548015097366
-SR_48000:1.00101978801054,-1.99504064015352,0.994036235258916,1.99504064015352,-0.99505602326946,0.990919955923571,-1.93761858153207,0.94689950641645,1.93761858153207,-0.937819462340021,0.980097144163058,-1.71059140991185,0.826362864479734,1.71059140991185,-0.806460008642792,0.897641803873327,-0.396574566940277,0.63460466115474,0.396574566940277,-0.532246465028067,1.10885634164633,0.579584171008806,0.0503120003712809,-0.579584171008806,-0.159168342017612
diff --git a/ViperVDC/SHURE SRH940.vdc b/ViperVDC/SHURE SRH940.vdc
deleted file mode 100644
index abb0dd9..0000000
--- a/ViperVDC/SHURE SRH940.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00081115996574,-1.99372631777821,0.992923252117458,1.99372631777821,-0.993734412083203,0.984210524360843,-1.89125087457535,0.907662458154674,1.89125087457535,-0.891872982515518,0.946809105170556,-1.31090947370289,0.688937328297083,1.31090947370289,-0.635746433467639,1.05518986997595,-1.03286348345674,0.518510759919558,1.03286348345674,-0.573700629895508,0.813801981112062,-0.182398911065801,0.439633249738445,0.182398911065801,-0.253435230850507
-SR_48000:1.0007454429104,-1.9942351917216,0.993496582966979,1.9942351917216,-0.994242025877379,0.985429550777484,-1.89969348464856,0.914791377779968,1.89969348464856,-0.900220928557452,0.950410907318789,-1.3805818987289,0.710000824272615,1.3805818987289,-0.660411731591405,1.05155830469862,-1.13260947704014,0.55019337860385,1.13260947704014,-0.601751683302471,0.823948996515264,-0.334942875956206,0.470170900355276,0.334942875956206,-0.29411989687054
diff --git a/ViperVDC/SONY DR-BT101.vdc b/ViperVDC/SONY DR-BT101.vdc
deleted file mode 100644
index 3695df1..0000000
--- a/ViperVDC/SONY DR-BT101.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.0024717836058,-1.99149738085557,0.989076130995837,1.99149738085557,-0.991547914601638,0.993243216746653,-1.96280621882896,0.970138884740614,1.96280621882896,-0.963382101487267,0.971958216932574,-1.57531689871676,0.836010430201702,1.57531689871676,-0.807968647134276,1.08631646044211,-1.31209763306218,0.740228844963501,1.31209763306218,-0.826545305405615,1.58052687169356,0.342774636324155,-0.747107506692703,-0.342774636324155,0.166580634999145
-SR_48000:1.00227173075978,-1.9921893105566,0.98996025009052,1.9921893105566,-0.992231980850303,0.993782967079924,-1.96582040802777,0.972524272329467,1.96582040802777,-0.966307239409391,0.97403582559343,-1.6235887041663,0.848160376219178,1.6235887041663,-0.822196201812608,1.07985193185899,-1.39879407834453,0.759683976096108,1.39879407834453,-0.839535907955101,1.5391038033997,0.237249031946748,-0.62244393452192,-0.237249031946748,0.0833401311222233
diff --git a/ViperVDC/SONY DR-BT150NC.vdc b/ViperVDC/SONY DR-BT150NC.vdc
deleted file mode 100644
index 2f9d103..0000000
--- a/ViperVDC/SONY DR-BT150NC.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.9717470211229,-1.91686326257471,0.945614411608819,1.91686326257471,-0.917361432731719,1.05068775246287,-1.56391041889015,0.703575813975811,1.56391041889015,-0.754263566438681,0.896094982278729,-1.2049610242557,0.758644158518741,1.2049610242557,-0.65473914079747,0.939647354301557,-0.494616071939516,0.647055097014367,0.494616071939516,-0.586702451315924,1.18225197252536,0.726727926468082,-0.0658174802030512,-0.726727926468082,-0.116434492322306
-SR_48000:0.973955229530952,-1.92339840762973,0.949865103689278,1.92339840762973,-0.92382033322023,1.0470286486859,-1.6092324838988,0.724974412374107,1.6092324838988,-0.772003061060011,0.90319413356857,-1.29036920528871,0.775134426947918,1.29036920528871,-0.678328560516488,0.94363842786443,-0.656486566404683,0.670395069192139,0.656486566404683,-0.614033497056569,1.16767880103555,0.593542931495158,0.0194070619547668,-0.593542931495158,-0.187085862990317
diff --git a/ViperVDC/SONY Jienne MDR-EX40LP.vdc b/ViperVDC/SONY Jienne MDR-EX40LP.vdc
deleted file mode 100644
index 5f47701..0000000
--- a/ViperVDC/SONY Jienne MDR-EX40LP.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00052387686001,-1.9974419759404,0.996936345285375,1.9974419759404,-0.997460222145389,0.987380937163313,-1.91280726912732,0.926203170430702,1.91280726912732,-0.913584107594015,0.763779765731109,-0.507622052772095,0.451295667262112,0.507622052772095,-0.215075432993221,1.11807583929699,0.708189457088102,-0.0301210377872556,-0.708189457088102,-0.0879548015097366
-SR_48000:1.00048136152222,-1.99765093511329,0.997184976834151,1.99765093511329,-0.997666338356372,0.988365479030638,-1.91966824536093,0.931960814189762,1.91966824536093,-0.9203262932204,0.776134924148867,-0.628064889796082,0.479994855443297,0.628064889796082,-0.256129779592164,1.10885634164633,0.579584171008806,0.0503120003712809,-0.579584171008806,-0.159168342017612
diff --git a/ViperVDC/SONY MDR-10RBT.vdc b/ViperVDC/SONY MDR-10RBT.vdc
deleted file mode 100644
index bfacdea..0000000
--- a/ViperVDC/SONY MDR-10RBT.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.984302414513327,-1.92748282763023,0.943963211691842,1.92748282763023,-0.928265626205169,0.995479455570059,-1.94889837515571,0.960561720778278,1.94889837515571,-0.956041176348338,0.940753567748663,-1.68245837224463,0.845096150745492,1.68245837224463,-0.785849718494155,1.08638078999848,-1.58509008077505,0.691640345125332,1.58509008077505,-0.778021135123808,0.842072913540142,-0.48392471210738,0.436236437789204,0.48392471210738,-0.278309351329347
-SR_48000:0.985535761725793,-1.93323904092867,0.948365979029156,1.93323904092867,-0.933901740754949,0.995839333447967,-1.95350010233968,0.96370137894437,1.95350010233968,-0.959540712392337,0.945092437807492,-1.71335956684702,0.856440423269388,1.71335956684702,-0.80153286107688,1.08006676113468,-1.62943293321613,0.714179983410007,1.62943293321613,-0.794246744544683,0.850765543000759,-0.613695153577603,0.467267135939527,0.613695153577603,-0.318032678940285
diff --git a/ViperVDC/SONY MDR-10RC.vdc b/ViperVDC/SONY MDR-10RC.vdc
deleted file mode 100644
index bcc6af3..0000000
--- a/ViperVDC/SONY MDR-10RC.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00163441218869,-1.99669737583889,0.995081203053431,1.99669737583889,-0.99671561524212,0.987334192824096,-1.95382982640379,0.96688438086635,1.95382982640379,-0.954218573690446,0.951218425347755,-1.63514779103134,0.784413356384715,1.63514779103134,-0.735631781732471,1.08978623758359,-1.62913085928117,0.765247740947911,1.62913085928117,-0.855033978531502,1.12285339245619,0.145536650366468,-0.071801520837254,-0.145536650366468,-0.051051871618932
-SR_48000:1.00150181651994,-1.99696667098644,0.995480252433443,1.99696667098644,-0.99698206895338,0.988341626320788,-1.95753125562465,0.969518384646416,1.95753125562465,-0.957860010967203,0.954700364794803,-1.66863046572002,0.799801536122902,1.66863046572002,-0.754501900917705,1.08296997042602,-1.67359979002122,0.783069337626943,1.67359979002122,-0.866039308052962,1.11598452422233,-6.76049206327532E-17,-0.0118759194982577,6.76049206327532E-17,-0.104108604724077
diff --git a/ViperVDC/SONY MDR-1R.vdc b/ViperVDC/SONY MDR-1R.vdc
deleted file mode 100644
index cc6cd26..0000000
--- a/ViperVDC/SONY MDR-1R.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.997193835990745,-1.98049377129186,0.983589430545314,1.98049377129186,-0.980783266536059,0.979102037630761,-1.72432848108446,0.817681324040452,1.72432848108446,-0.796783361671212,1.15983801404912,-1.43337488397978,0.62872015974237,1.43337488397978,-0.788558173791493,0.896696903806025,-0.367773499654964,0.395878990185871,0.367773499654964,-0.292575893991897,1.24493947043528,0.563694313157967,0.125622136936487,-0.563694313157967,-0.370561607371763
-SR_48000:0.997419823880752,-1.98208628622184,0.984911017577522,1.98208628622184,-0.982330841458274,0.980641682698105,-1.75002116543926,0.831113545094649,1.75002116543926,-0.811755227792754,1.14807791274107,-1.5000668260818,0.656037119109271,1.5000668260818,-0.804115031850346,0.902491225466142,-0.509832169258358,0.429764435844968,0.509832169258358,-0.33225566131111,1.22834812039152,0.365762448351088,0.18484946020463,-0.365762448351088,-0.413197580596151
diff --git a/ViperVDC/SONY MDR-1RBT MK2.vdc b/ViperVDC/SONY MDR-1RBT MK2.vdc
deleted file mode 100644
index 7614e3d..0000000
--- a/ViperVDC/SONY MDR-1RBT MK2.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00121208217898,-1.99583714104386,0.994643290410044,1.99583714104386,-0.995855372589027,0.996789725651861,-1.98243915784128,0.985812424532554,1.98243915784128,-0.982602150184415,1.19428694102576,-1.19452326450863,0.492023504519228,1.19452326450863,-0.686310445544984,0.781046069705254,-0.430941365608599,0.491402713258003,0.430941365608599,-0.272448782963257,1.55498792519697,0.520621134562813,-0.289154081636164,-0.520621134562813,-0.265833843560811
-SR_48000:1.0011137879789,-1.99617609063124,0.995077694523372,1.99617609063124,-0.996191482502268,0.997048475447897,-1.98386674630744,0.986955950555674,1.98386674630744,-0.984004426003571,1.18068211681803,-1.28435017317517,0.527594247906224,1.28435017317517,-0.708276364724256,0.792969688528027,-0.564860345181465,0.519099499395821,0.564860345181465,-0.312069187923848,1.51493036360936,0.341336772558321,-0.1961063473044,-0.341336772558321,-0.318824016304961
diff --git a/ViperVDC/SONY MDR-1RMK2.vdc b/ViperVDC/SONY MDR-1RMK2.vdc
deleted file mode 100644
index f40cd40..0000000
--- a/ViperVDC/SONY MDR-1RMK2.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00305186716456,-1.99594460290718,0.992910968269433,1.99594460290718,-0.995962835433992,0.994975660439536,-1.9506352084366,0.956166495084547,1.9506352084366,-0.951142155524083,1.16934715487245,-1.37660493246565,0.60663184547699,1.37660493246565,-0.775979000349438,0.827607216153426,-0.26131510402634,0.384597208120571,0.26131510402634,-0.212204424273997,1.34801518721676,0.534943184684134,-0.0473588315657201,-0.534943184684134,-0.300656355651039
-SR_48000:1.00280436269418,-1.99627485425935,0.993485884197731,1.99627485425935,-0.996290246891914,0.995374722082814,-1.9545939548102,0.95964800151772,1.9545939548102,-0.955022723600533,1.15696083954545,-1.45005313516576,0.635403406506123,1.45005313516576,-0.79236424605157,0.836774984540908,-0.403116921017046,0.417324043519792,0.403116921017046,-0.254099028060699,1.32403270597385,0.349107976523888,0.0248169367779188,-0.349107976523888,-0.348849642751765
diff --git a/ViperVDC/SONY MDR-1RNC MK2.vdc b/ViperVDC/SONY MDR-1RNC MK2.vdc
deleted file mode 100644
index c6079d4..0000000
--- a/ViperVDC/SONY MDR-1RNC MK2.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00080492069527,-1.99607947562172,0.995292788685297,1.99607947562172,-0.996097709380569,0.978223258878552,-1.91198493840736,0.934462451714606,1.91198493840736,-0.912685710593158,1.04340971536943,-1.86631443870572,0.869357572778547,1.86631443870572,-0.912767288147976,0.777746820256344,-0.393237676760736,0.483739049419032,0.393237676760736,-0.261485869675376,1.39234899054892,0.498301746002079,-0.180782320431781,-0.498301746002079,-0.211566670117139
-SR_48000:1.00073963811301,-1.99639880859689,0.995674564072218,1.99639880859689,-0.996414202185228,0.979921514912554,-1.91890126855365,0.939573388020852,1.91890126855365,-0.919494902933405,1.04002315658947,-1.88019725901521,0.879549490766891,1.88019725901521,-0.919572647356356,0.789771932901851,-0.529344769882525,0.511671590552405,0.529344769882525,-0.301443523454256,1.36516019012413,0.327717482751239,-0.098957068860678,-0.327717482751239,-0.266203121263457
diff --git a/ViperVDC/SONY MDR-1RNC.vdc b/ViperVDC/SONY MDR-1RNC.vdc
deleted file mode 100644
index 656af37..0000000
--- a/ViperVDC/SONY MDR-1RNC.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.988990526370018,-1.9495625781593,0.960698698299091,1.9495625781593,-0.949689224669109,0.992923767937994,-1.97111543300468,0.978703934723014,1.97111543300468,-0.971627702661008,1.02759668139172,-1.8622819362229,0.878038461067032,1.8622819362229,-0.905635142458752,1.06830896516067,-1.48724481285681,0.698113465323648,1.48724481285681,-0.766422430484316,0.888651889080569,-0.516983379838037,0.348831393366638,0.516983379838037,-0.237483282447206
-SR_48000:0.989864347048481,-1.95357526357962,0.963818038175909,1.95357526357962,-0.953682385224391,0.993491214961788,-1.97346998359792,0.980411678159642,1.97346998359792,-0.973902893121429,1.02545121729225,-1.87621419280516,0.887520184596849,1.87621419280516,-0.912971401889099,1.06334533763312,-1.54446554479381,0.720049858448491,1.54446554479381,-0.783395196081611,0.894659634192448,-0.639312291433912,0.383964948675375,0.639312291433912,-0.278624582867824
diff --git a/ViperVDC/SONY MDR-370LP.vdc b/ViperVDC/SONY MDR-370LP.vdc
deleted file mode 100644
index b8ee73b..0000000
--- a/ViperVDC/SONY MDR-370LP.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00060407681315,-1.99706330142366,0.996467332463277,1.99706330142366,-0.99707140927643,0.970003566699376,-1.83683229014624,0.867432930941399,1.83683229014624,-0.837436497640775,1.42904942542905,-1.21327844188765,0.174101054888406,1.21327844188765,-0.60315048031746
-SR_48000:1.00055506159721,-1.99730219251379,0.996753975582837,1.99730219251379,-0.997309037180045,0.972257932319261,-1.84914046116814,0.877395936870123,1.84914046116814,-0.849653869189384,1.40008184787761,-1.29312156313842,0.229862210420191,1.29312156313842,-0.629944058297805
diff --git a/ViperVDC/SONY MDR-500SL.vdc b/ViperVDC/SONY MDR-500SL.vdc
deleted file mode 100644
index eaf9cd0..0000000
--- a/ViperVDC/SONY MDR-500SL.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.978959773248251,-1.92970252139341,0.951126694898919,1.92970252139341,-0.93008646814717,1.09629551950534,-1.64397131356918,0.710196662390745,1.64397131356918,-0.806492181896085,0.664154800689763,-0.460796611490414,0.438836369947777,0.460796611490414,-0.10299117063754,1.36642801424168,0.19501459763449,0.0419488950840314,-0.19501459763449,-0.408376909325716
-SR_48000:0.980614290035636,-1.93525916550385,0.954969890350129,1.93525916550385,-0.935584180385766,1.08915614379039,-1.6822357950128,0.731682759784149,1.6822357950128,-0.820838903574534,0.680177644000882,-0.572893288711708,0.465608933422534,0.572893288711708,-0.145786577423416,1.34245077841151,-8.86057679664095E-17,0.104639018074415,8.86057679664095E-17,-0.447089796485921
diff --git a/ViperVDC/SONY MDR-7506.vdc b/ViperVDC/SONY MDR-7506.vdc
deleted file mode 100644
index 9ccb83e..0000000
--- a/ViperVDC/SONY MDR-7506.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.99936263840511,-1.9937409328744,0.994439509458637,1.9937409328744,-0.993802147863746,1.00253349141466,-1.98674114732196,0.985184031765052,1.98674114732196,-0.987717523179715,1.00456783388178,-1.96152725261387,0.960149156620432,1.96152725261387,-0.964716990502208,0.868408886126449,-0.973900556518298,0.418442582638314,0.973900556518298,-0.286851468764763,0.935457910042813,-0.573338232560063,0.436919821332578,0.573338232560063,-0.372377731375391
-SR_48000:0.999414276593726,-1.99425260487663,0.994890013005878,1.99425260487663,-0.994304289599603,1.00232880619622,-1.98788526368592,0.986381039845282,1.98788526368592,-0.988709846041507,1.00420270756766,-1.96484086942657,0.963334603362622,1.96484086942657,-0.967537310930283,0.875636743115714,-1.05200423476534,0.450385574227972,1.05200423476534,-0.326022317343686,0.939245072217213,-0.704602487845912,0.46995990347461,0.704602487845912,-0.409204975691823
diff --git a/ViperVDC/SONY MDR-7509HD.vdc b/ViperVDC/SONY MDR-7509HD.vdc
deleted file mode 100644
index 1f5465b..0000000
--- a/ViperVDC/SONY MDR-7509HD.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.9940730576665,-1.95861659775709,0.965338982861649,1.95861659775709,-0.959412040528149,1.01677600218151,-1.89922824211332,0.901893207929557,1.89922824211332,-0.918669210111062,0.934842162874925,-1.54351085517136,0.712039647937439,1.54351085517136,-0.646881810812363,1.22960445370958,-1.35450150719205,0.517858580878068,1.35450150719205,-0.747463034587644,0.908188616882872,-0.660261652619778,0.672254370305446,0.660261652619778,-0.580442987188318
-SR_48000:0.99454564043449,-1.96197575736766,0.968102667490064,1.96197575736766,-0.962648307924555,1.01546373203341,-1.90856224462099,0.909567420961184,1.90856224462099,-0.925031152994589,0.939277203243736,-1.58224183257973,0.731639988316493,1.58224183257973,-0.670917191560228,1.21302763604481,-1.42847768037438,0.552667881239135,1.42847768037438,-0.765695517283945,0.914224065331326,-0.804011802791341,0.693799540251355,0.804011802791341,-0.608023605582681
diff --git a/ViperVDC/SONY MDR-7510.vdc b/ViperVDC/SONY MDR-7510.vdc
deleted file mode 100644
index f031bee..0000000
--- a/ViperVDC/SONY MDR-7510.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00121208217898,-1.99583714104386,0.994643290410044,1.99583714104386,-0.995855372589027,0.992794115280733,-1.96690904017744,0.974276640383366,1.96690904017744,-0.9670707556641,0.973738215982504,-1.74676069427955,0.846419942240842,1.74676069427955,-0.820158158223346,1.19354764323205,-1.50456262497381,0.627430349745056,1.50456262497381,-0.820977992977109,0.809018044492586,-0.418005883703874,0.425235894530672,0.418005883703874,-0.234253939023257
-SR_48000:1.0011137879789,-1.99617609063124,0.995077694523372,1.99617609063124,-0.996191482502268,0.993370731752151,-1.96956907355628,0.976335029246499,1.96956907355628,-0.96970576099865,0.975695736129672,-1.77108618571583,0.857867605395278,1.77108618571583,-0.83356334152495,1.17907673459411,-1.56405145766262,0.655286133882129,1.56405145766262,-0.834362868476234,0.819221248070256,-0.548972206047692,0.455942644609023,0.548972206047692,-0.275163892679279
diff --git a/ViperVDC/SONY MDR-CD900ST.vdc b/ViperVDC/SONY MDR-CD900ST.vdc
deleted file mode 100644
index 5a1e78d..0000000
--- a/ViperVDC/SONY MDR-CD900ST.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00074048432775,-1.99640199453132,0.995669615371506,1.99640199453132,-0.99641009969926,1.08181639500254,-1.69451244274386,0.70793419084826,1.69451244274386,-0.789750585850796,0.938635688000669,-1.47675079727917,0.815322846599153,1.47675079727917,-0.753958534599821,1.11640522590929,-0.922798062281445,0.584459979034361,0.922798062281445,-0.700865204943647
-SR_48000:1.00068041918601,-1.99669445554129,0.996020878938845,1.99669445554129,-0.996701298124853,1.07580252180326,-1.72400664885053,0.729402342091411,1.72400664885053,-0.805204863894667,0.94305712103582,-1.53432539606346,0.828629239847613,1.53432539606346,-0.771686360883433,1.10819992279901,-1.0482573249142,0.613751033622676,1.0482573249142,-0.721950956421685
diff --git a/ViperVDC/SONY MDR-E10LP.vdc b/ViperVDC/SONY MDR-E10LP.vdc
deleted file mode 100644
index 64968e2..0000000
--- a/ViperVDC/SONY MDR-E10LP.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00233098338261,-1.99182718950364,0.989698387406265,1.99182718950364,-0.992029370788875,1.01112639472988,-1.89466290758494,0.902930748964291,1.89466290758494,-0.914057143694168,1.02632153030269,-1.53973111974583,0.770364858103105,1.53973111974583,-0.796686388405799
-SR_48000:1.00214228422194,-1.99250389666267,0.990532329709125,1.99250389666267,-0.992674613931061,1.01025798296067,-1.90433254735145,0.910506974873374,1.90433254735145,-0.920764957834047,1.02438095180269,-1.59213175479603,0.787294915515609,1.59213175479603,-0.811675867318303
diff --git a/ViperVDC/SONY MDR-E888.vdc b/ViperVDC/SONY MDR-E888.vdc
deleted file mode 100644
index 4fb22b3..0000000
--- a/ViperVDC/SONY MDR-E888.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00406707059788,-1.98604255069627,0.982025875429513,1.98604255069627,-0.986092946027396,0.962175396816236,-1.7363061737087,0.832836899903302,1.7363061737087,-0.795012296719538,1.07774921430212,-1.7058322188306,0.796719361584161,1.7058322188306,-0.874468575886284,1.09296654353502,0.177502310192474,0.18893828851043,-0.177502310192474,-0.281904832045447
-SR_48000:1.0037387317495,-1.98717311413681,0.983476945240127,1.98717311413681,-0.987215676989624,0.964959024733753,-1.76008481612182,0.845138942305363,1.76008481612182,-0.810097967039116,1.07179208923327,-1.74066919665156,0.812294672511608,1.74066919665156,-0.884086761744874,1.08739682195555,-8.11256799875417E-17,0.237529832790657,8.11256799875417E-17,-0.324926654746209
diff --git a/ViperVDC/SONY MDR-E9LP.vdc b/ViperVDC/SONY MDR-E9LP.vdc
deleted file mode 100644
index 4075aca..0000000
--- a/ViperVDC/SONY MDR-E9LP.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00294949545114,-1.99606584238331,0.99314876247397,1.99606584238331,-0.996098257925109,0.929501911809084,-1.79116820311044,0.864294663462056,1.79116820311044,-0.79379657527114,1.18141524442838,-1.75080036329616,0.650784617994226,1.75080036329616,-0.832199862422611,1.02077709111562,-1.52913767621861,0.638666372014888,1.52913767621861,-0.65944346313051,1.27387491604053,0.226769026525615,0.363829463954373,-0.226769026525615,-0.637704379994902
-SR_48000:1.00271027834524,-1.99638734007844,0.993704428092027,1.99638734007844,-0.996414706437266,0.934684159581484,-1.8067169481279,0.874270234375014,1.8067169481279,-0.808954393956498,1.16778633987606,-1.77554312347398,0.677019585868929,1.77554312347398,-0.844805925744989,1.01935043903572,-1.5710549691554,0.663477225903666,1.5710549691554,-0.682827664939386,1.25465446982225,-1.01833988084251E-16,0.408475690598626,1.01833988084251E-16,-0.663130160420872
diff --git a/ViperVDC/SONY MDR-EX1000.vdc b/ViperVDC/SONY MDR-EX1000.vdc
deleted file mode 100644
index ae1b8c9..0000000
--- a/ViperVDC/SONY MDR-EX1000.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00121208217898,-1.99583714104386,0.994643290410044,1.99583714104386,-0.995855372589027,0.995282490448864,-1.95367959912454,0.958843351328084,1.95367959912454,-0.954125841776947,1.08403872731577,-1.6018092057594,0.700000972998129,1.6018092057594,-0.784039700313894,0.971817911119096,-1.28002106253505,0.835189915688159,1.28002106253505,-0.807007826807255,0.87301341036893,-0.64378284040249,0.66798487621824,0.64378284040249,-0.540998286587171
-SR_48000:1.0011137879789,-1.99617609063124,0.995077694523372,1.99617609063124,-0.996191482502268,0.99565770765292,-1.95739716131328,0.962116833337103,1.95739716131328,-0.957774540990023,1.07787773892515,-1.64426491801773,0.721994291811827,1.64426491801773,-0.799872030736982,0.973905180000642,-1.36932699550924,0.847396355097348,1.36932699550924,-0.82130153509799,0.881166220316363,-0.785233587874989,0.689300955433615,0.785233587874989,-0.570467175749978
diff --git a/ViperVDC/SONY MDR-EX220LP.vdc b/ViperVDC/SONY MDR-EX220LP.vdc
deleted file mode 100644
index 1263935..0000000
--- a/ViperVDC/SONY MDR-EX220LP.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.973752995676928,-1.8941390407839,0.921009103080345,1.8941390407839,-0.894762098757273,1.01467154554468,-1.87219813811733,0.872002030115448,1.87219813811733,-0.886673575660129,1.07198139213949,-1.69136255091648,0.811799727115998,1.69136255091648,-0.883781119255488,0.955720517816613,-1.29868894601763,0.804310028673912,1.29868894601763,-0.760030546490525,1.22292922689839,0.214904397285236,0.329089927156758,-0.214904397285236,-0.552019154055151
-SR_48000:0.975782202460351,-1.90237005785257,0.927116042443219,1.90237005785257,-0.902898244903571,1.01354137153025,-1.88312557494868,0.881861930629903,1.88312557494868,-0.895403302160149,1.06644169724534,-1.72909063285408,0.826283638301718,1.72909063285408,-0.892725335547059,0.958922237913974,-1.38128527214681,0.81845979924828,1.38128527214681,-0.777382037162254,1.20786124025295,-9.68846448419828E-17,0.374437341484369,9.68846448419828E-17,-0.582298581737319
diff --git a/ViperVDC/SONY MDR-EX300LP.vdc b/ViperVDC/SONY MDR-EX300LP.vdc
deleted file mode 100644
index 5059184..0000000
--- a/ViperVDC/SONY MDR-EX300LP.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.977578744814131,-1.92521610174361,0.947918772056148,1.92521610174361,-0.925497516870278,1.06462076245489,-1.60831231953135,0.714413210626642,1.60831231953135,-0.779033973081536,0.903258670798583,-1.1353668414697,0.747063178222704,1.1353668414697,-0.650321849021287,0.869346471796721,-0.578352195884386,0.658397414522568,0.578352195884386,-0.527743886319289,1.32190459588098,0.763404521061397,-0.149125749951815,-0.763404521061397,-0.172778845929168
-SR_48000:0.979337996664033,-1.93110498305942,0.95200525141896,1.93110498305942,-0.931343248082993,1.05989647242066,-1.64940326865657,0.735291868997266,1.64940326865657,-0.795188341417928,0.909854659953468,-1.22937594469288,0.764308842997898,1.22937594469288,-0.674163502951366,0.877673574836435,-0.725354213995312,0.680169194948407,0.725354213995312,-0.557842769784842,1.29497419499906,0.62099190702693,-0.0529903809451965,-0.62099190702693,-0.241983814053861
diff --git a/ViperVDC/SONY MDR-EX310S.vdc b/ViperVDC/SONY MDR-EX310S.vdc
deleted file mode 100644
index a1270bb..0000000
--- a/ViperVDC/SONY MDR-EX310S.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.976094162706194,-1.92556447410351,0.949800650066167,1.92556447410351,-0.925894812772361,1.04658891105244,-1.61452507667447,0.72754601722402,1.61452507667447,-0.774134928276457,0.892863719977226,-1.16455354155345,0.751138418671623,1.16455354155345,-0.64400213864885,0.874928419754057,-0.745526594492795,0.759243387669692,0.745526594492795,-0.634171807423749,1.1516370220788,0.351239527840343,0.113220084599967,-0.351239527840343,-0.26485710667877
-SR_48000:0.977970254616727,-1.93143078680076,0.953740214833023,1.93143078680076,-0.93171046944975,1.04319215473536,-1.65430104770903,0.747410396240435,1.65430104770903,-0.790602550975793,0.900140825707486,-1.25420629113007,0.768042048694445,1.25420629113007,-0.668182874401931,0.883377925547816,-0.885205753578574,0.775508268842302,0.885205753578574,-0.658886194390118,1.14220024975343,0.171068539939219,0.168406740534148,-0.171068539939219,-0.310606990287575
diff --git a/ViperVDC/SONY MDR-EX510SL.vdc b/ViperVDC/SONY MDR-EX510SL.vdc
deleted file mode 100644
index be0e2eb..0000000
--- a/ViperVDC/SONY MDR-EX510SL.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00066196444564,-1.99677252742092,0.996128803064998,1.99677252742092,-0.99679076751064,0.981296807367246,-1.91341152185693,0.933233881915271,1.91341152185693,-0.914530689282517,1.05388997574869,-1.60220667170944,0.684849072606436,1.60220667170944,-0.738739048355126,0.884734139818109,-1.07281112429918,0.588527253974561,1.07281112429918,-0.47326139379267,0.839577782777389,-0.446004141825678,0.427329391895282,0.446004141825678,-0.266907174672671
-SR_48000:1.00060825911845,-1.99703573477858,0.996442874159606,1.99703573477858,-0.997051133278052,0.982756689379395,-1.92025401881162,0.93844532665237,1.92025401881162,-0.921202016031765,1.05003064319585,-1.64072023045459,0.70741861761458,1.64072023045459,-0.75744926081043,0.891843117358685,-1.15768189296087,0.613904677137311,1.15768189296087,-0.505747794495997,0.848352516192304,-0.578073838528388,0.458653182375643,0.578073838528388,-0.307005698567947
diff --git a/ViperVDC/SONY MDR-EX600.vdc b/ViperVDC/SONY MDR-EX600.vdc
deleted file mode 100644
index 98f0d84..0000000
--- a/ViperVDC/SONY MDR-EX600.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00117720625667,-1.99424224935353,0.993115646493278,1.99424224935353,-0.994292852749947,0.990776059978775,-1.90855952241899,0.919528205569197,1.90855952241899,-0.910304265547972,1.11271504512164,-1.58406947234459,0.705298805434098,1.58406947234459,-0.818013850555733,0.887741275392614,-0.943600786486646,0.599262039890877,0.943600786486646,-0.487003315283492
-SR_48000:1.00108180896947,-1.99471261861699,0.993673533987433,1.99471261861699,-0.994755342956907,0.991494604439247,-1.91581339641106,0.925796954279557,1.91581339641106,-0.917291558718804,1.10430851850386,-1.63195575521909,0.727278244236928,1.63195575521909,-0.831586762740785,0.894726823629972,-1.04555943667596,0.624198848683897,1.04555943667596,-0.518925672313869
diff --git a/ViperVDC/SONY MDR-EX700.vdc b/ViperVDC/SONY MDR-EX700.vdc
deleted file mode 100644
index 633f8da..0000000
--- a/ViperVDC/SONY MDR-EX700.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00094230259148,-1.995399271242,0.994489373367394,1.995399271242,-0.995431675958877,1.17280137077709,-1.6120449217675,0.598608217700337,1.6120449217675,-0.771409588477424,0.790389906198503,-0.519016539933097,0.451960073566833,0.519016539933097,-0.242349979765336,1.19477177236838,0.184714696471549,0.139220228636721,-0.184714696471549,-0.333992001005103
-SR_48000:1.00086590115601,-1.99577471548758,0.994936172292578,1.99577471548758,-0.995802073448591,1.16019863222838,-1.65197155827933,0.627882497558043,1.65197155827933,-0.788081129786419,0.80158620676646,-0.641409886967109,0.481233567167757,0.641409886967109,-0.282819773934217,1.1826581418812,-8.42170168877408E-17,0.192755543093944,8.42170168877408E-17,-0.375413684975148
diff --git a/ViperVDC/SONY MDR-MA100.vdc b/ViperVDC/SONY MDR-MA100.vdc
deleted file mode 100644
index 70e7a9b..0000000
--- a/ViperVDC/SONY MDR-MA100.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.992928167480272,-1.93059680819644,0.938303691105199,1.93059680819644,-0.93123185858547,1.06076723023724,-1.62294312423475,0.817119776387453,1.62294312423475,-0.877887006624695,0.903369085772731,-1.16479277325452,0.65504974703438,1.16479277325452,-0.558418832807111,1.09788358146,-1.14431230025687,0.705417357422507,1.14431230025687,-0.803300938882507,1.67632245753721,0.417195711210762,-1.03540628371093,-0.417195711210762,0.359083826173719
-SR_48000:0.993484587945763,-1.93610506691596,0.943158032440146,1.93610506691596,-0.936642620385909,1.05610400218378,-1.67019987381206,0.831153856694289,1.67019987381206,-0.887257858878069,0.909631499582162,-1.24632673622674,0.677405131385375,1.24632673622674,-0.587036630967536,1.09063252831483,-1.25134056336022,0.72723955032874,1.25134056336022,-0.817872078643574,1.60971102001421,0.387386610701445,-0.834937798611322,-0.387386610701445,0.225226778597111
diff --git a/ViperVDC/SONY MDR-MA300.vdc b/ViperVDC/SONY MDR-MA300.vdc
deleted file mode 100644
index 579cff3..0000000
--- a/ViperVDC/SONY MDR-MA300.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.990425150190675,-1.9474691930653,0.957684643264833,1.9474691930653,-0.948109793455508,1.01101834316378,-1.88697267812455,0.903873415915167,1.88697267812455,-0.914891759078947,1.05142055189262,-1.60072656355452,0.816440395655651,1.60072656355452,-0.867860947548269,0.900423097105986,-1.125018515852,0.644533241587299,1.125018515852,-0.544956338693284,1.33617461742017,0.236169369057629,-0.485699425550055,-0.236169369057629,0.149524808129886
-SR_48000:0.991184550101469,-1.95168342763571,0.961040756286954,1.95168342763571,-0.952225306388423,1.01015801954117,-1.89787978820609,0.911379078955419,1.89787978820609,-0.921537098496587,1.04749382221335,-1.65037612966205,0.830457922106935,1.65037612966205,-0.877951744320281,0.906827548898946,-1.21032866297179,0.667395669038745,1.21032866297179,-0.574223217937691,1.31586930760409,0.120072053356877,-0.395961576330896,-0.120072053356877,0.0800922687268026
diff --git a/ViperVDC/SONY MDR-MA500.vdc b/ViperVDC/SONY MDR-MA500.vdc
deleted file mode 100644
index 1a9b209..0000000
--- a/ViperVDC/SONY MDR-MA500.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.984302414513327,-1.92748282763023,0.943963211691842,1.92748282763023,-0.928265626205169,1.01793729895244,-1.88031859671827,0.895101893788955,1.88031859671827,-0.913039192741394,1.05142055189262,-1.60072656355452,0.816440395655651,1.60072656355452,-0.867860947548269,0.879673872588328,-1.09013100484757,0.637876055868153,1.09013100484757,-0.517549928456481,1.13220991979395,0.37739342805988,0.226830625643704,-0.37739342805988,-0.35904054543765
-SR_48000:0.985535761725793,-1.93323904092867,0.948365979029156,1.93323904092867,-0.933901740754949,1.01653792661027,-1.89209359489344,0.903285484248535,1.89209359489344,-0.919823410858803,1.04749382221335,-1.65037612966205,0.830457922106935,1.65037612966205,-0.877951744320281,0.887286296917434,-1.17716325976726,0.660785802751552,1.17716325976726,-0.548072099668987,1.1238082538602,0.182706933693002,0.275963934276411,-0.182706933693002,-0.399772188136616
diff --git a/ViperVDC/SONY MDR-MA900.vdc b/ViperVDC/SONY MDR-MA900.vdc
deleted file mode 100644
index 2e9eb6a..0000000
--- a/ViperVDC/SONY MDR-MA900.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00099122573098,-1.99660246926931,0.995619349520173,1.99660246926931,-0.996610575251153,0.998782855300181,-1.97741481820732,0.978832681258358,1.97741481820732,-0.977615536558539,1.05775773492542,-1.41407247680611,0.496108109873693,1.41407247680611,-0.55386584479911,1.22008569649619,0.513053050196759,0.0273471704513328,-0.513053050196759,-0.247432866947519
-SR_48000:1.00091081402544,-1.99687869405176,0.995974723241261,1.99687869405176,-0.996885537266701,0.998880731385349,-1.97924599070958,0.980534840658336,1.97924599070958,-0.979415572043685,1.05401077158989,-1.46232415493572,0.528797488011701,1.46232415493572,-0.582808259601593,1.20549860336962,0.335769150783034,0.0918137742802995,-0.335769150783034,-0.297312377649923
diff --git a/ViperVDC/SONY MDR-NC33.vdc b/ViperVDC/SONY MDR-NC33.vdc
deleted file mode 100644
index 10d48f6..0000000
--- a/ViperVDC/SONY MDR-NC33.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00202982241676,-1.99477116684371,0.992753998430652,1.99477116684371,-0.994783820847417,0.987351338994986,-1.94169389009537,0.954847174444669,1.94169389009537,-0.942198513439654,1.07608736289673,-1.62216384659665,0.771013523467856,1.62216384659665,-0.84710088636459,0.733849563640457,-0.706109090719353,0.441116463495848,0.706109090719353,-0.174966027136306,1.28081450495098,0.143975182017819,-0.241039409499346,-0.143975182017819,-0.0397750954516349
-SR_48000:1.00186529446858,-1.99519593649743,0.993341325558836,1.99519593649743,-0.995206620027414,0.988351726837721,-1.94634309813073,0.958418330137179,1.94634309813073,-0.9467700569749,1.07033390245873,-1.66698380632525,0.788328680458546,1.66698380632525,-0.85866258291728,0.747286659628621,-0.802172903328568,0.469332730314459,0.802172903328568,-0.216619389943079,1.26454987859127,-6.70711272803203E-17,-0.169159068785813,6.70711272803203E-17,-0.0953908098054606
diff --git a/ViperVDC/SONY MDR-PQ2.vdc b/ViperVDC/SONY MDR-PQ2.vdc
deleted file mode 100644
index 127d629..0000000
--- a/ViperVDC/SONY MDR-PQ2.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.0014855801704,-1.9949019429714,0.993434585803336,1.9949019429714,-0.994920165973734,0.969639502790828,-1.79095328999685,0.822450488821514,1.79095328999685,-0.792089991612342,1.01351464175513,-1.92530147690529,0.940273017498464,1.92530147690529,-0.953787659253597,0.977278238850383,-1.79347738688666,0.899582818754934,1.79347738688666,-0.876861057605317,1.1934968196416,-1.3852848073545,0.593680219567577,1.3852848073545,-0.787177039209176
-SR_48000:1.00136515840656,-1.99531655424857,0.993966781085429,1.99531655424857,-0.995331939491994,0.971869394569011,-1.80639270433027,0.835490993147567,1.80639270433027,-0.807360387716577,1.01243983816945,-1.93336325625313,0.945023034266781,1.93336325625313,-0.95746287243623,0.979019901447312,-1.81547918949694,0.907279970727968,1.81547918949694,-0.886299872175279,1.17926148871114,-1.45852348267248,0.62357268265178,1.45852348267248,-0.80283417136292
diff --git a/ViperVDC/SONY MDR-PQ3.vdc b/ViperVDC/SONY MDR-PQ3.vdc
deleted file mode 100644
index b48c972..0000000
--- a/ViperVDC/SONY MDR-PQ3.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.0014855801704,-1.9949019429714,0.993434585803336,1.9949019429714,-0.994920165973734,0.97362549927231,-1.8788565356696,0.905849067344423,1.8788565356696,-0.879474566616733,0.970395069418003,-1.81977030202509,0.910903355250321,1.81977030202509,-0.881298424668324,1.11336065638526,-1.36936668178555,0.595328395584915,1.36936668178555,-0.708689051970179,1.21075492635125,1.22227445022536,0.247653137301075,-1.22227445022536,-0.458408063652327
-SR_48000:1.00136515840656,-1.99531655424857,0.993966781085429,1.99531655424857,-0.995331939491994,0.975649422000996,-1.88819917782745,0.91307400837728,1.88819917782745,-0.888723430378276,0.97266912332958,-1.83818393780326,0.917747167058634,1.83818393780326,-0.890416290388214,1.10535239613858,-1.43783416633788,0.623916052237006,1.43783416633788,-0.72926844837559,1.19022404923815,1.06855694233138,0.320943670774811,-1.06855694233138,-0.511167720012959
diff --git a/ViperVDC/SONY MDR-Q38LW.vdc b/ViperVDC/SONY MDR-Q38LW.vdc
deleted file mode 100644
index d1de51c..0000000
--- a/ViperVDC/SONY MDR-Q38LW.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00147831608192,-1.99280069667416,0.991354743109007,1.99280069667416,-0.992833059190924,0.879970596445452,-1.50894952710651,0.747952855307635,1.50894952710651,-0.627923451753086,1.07826243266697,-1.18065723380961,0.720621023178123,1.18065723380961,-0.798883455845096,0.962448151704679,-0.682985884025691,0.672388956393463,0.682985884025691,-0.634837108098142,1.2501225586389,0.74514259069406,-0.105398570952998,-0.74514259069406,-0.144723987685903
-SR_48000:1.00135859828827,-1.99338613105494,0.992054857985114,1.99338613105494,-0.993413456273379,0.888045422119741,-1.55078752392537,0.76490900684069,1.55078752392537,-0.65295442896043,1.07247948979945,-1.28251089088249,0.741264805977764,1.28251089088249,-0.813744295777212,0.964995911675198,-0.829806058805025,0.694616205934852,0.829806058805025,-0.65961211761005,1.22965702003355,0.607352208926895,-0.0149526021797615,-0.607352208926895,-0.214704417853791
diff --git a/ViperVDC/SONY MDR-V55.vdc b/ViperVDC/SONY MDR-V55.vdc
deleted file mode 100644
index 0ed08a9..0000000
--- a/ViperVDC/SONY MDR-V55.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.992039987468131,-1.96328775386215,0.971584576649872,1.96328775386215,-0.963624564118003,0.98836633273926,-1.88208575492515,0.898505185622593,1.88208575492515,-0.886871518361853,1.02466194165732,-1.89219181471234,0.89100833122258,1.89219181471234,-0.915670272879904,1.06928524044288,-1.54784848884291,0.752667545281156,1.54784848884291,-0.82195278572404,1.18225197252536,0.726727926468082,-0.0658174802030512,-0.726727926468082,-0.116434492322306
-SR_48000:0.99267592527173,-1.96624593027834,0.973854729095143,1.96624593027834,-0.966530654366873,0.989262427743918,-1.89152676049817,0.906322926505481,1.89152676049817,-0.895585354249399,1.02273549126449,-1.90236493011529,0.899522139504563,1.90236493011529,-0.922257630769053,1.06411012179835,-1.60124974225582,0.771141534685417,1.60124974225582,-0.835251656483768,1.16767880103555,0.593542931495158,0.0194070619547668,-0.593542931495158,-0.187085862990317
diff --git a/ViperVDC/SONY MDR-XB300.vdc b/ViperVDC/SONY MDR-XB300.vdc
deleted file mode 100644
index 2d4f6e0..0000000
--- a/ViperVDC/SONY MDR-XB300.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.981823805787308,-1.94655099627486,0.965011724205448,1.94655099627486,-0.946835529992756,1.02005041507351,-1.93879261106814,0.928424606069596,1.93879261106814,-0.948475021143103,0.953219699934562,-1.64143450282385,0.726426765932804,1.64143450282385,-0.679646465867366,1.13511398341893,-1.44303706038852,0.6467352492904,1.44303706038852,-0.781849232709329,0.922496339487587,-0.964310650657435,0.546755214721422,0.964310650657435,-0.469251554209009
-SR_48000:0.983264501923698,-1.9508087988742,0.967784993084856,1.9508087988742,-0.951049495008554,1.01845977359376,-1.9443714642335,0.934102832185999,1.9443714642335,-0.952562605779757,0.956460813531899,-1.66914134098783,0.745380939539267,1.66914134098783,-0.701841753071167,1.12520944991596,-1.50779614759023,0.672631329550087,1.50779614759023,-0.797840779466042,0.92727858209457,-1.06207478135947,0.574721977958427,1.06207478135947,-0.502000560052997
diff --git a/ViperVDC/SONY MDR-XB30EX.vdc b/ViperVDC/SONY MDR-XB30EX.vdc
deleted file mode 100644
index 3d441be..0000000
--- a/ViperVDC/SONY MDR-XB30EX.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.979010675291885,-1.93486494704173,0.955924971673319,1.93486494704173,-0.934935646965204,0.965863083737588,-1.77684879180713,0.878139020060496,1.77684879180713,-0.844002103798084,1.14569309484765,-1.60529147273177,0.661576694984133,1.60529147273177,-0.807269789831788,0.912589092497781,-1.32195114474781,0.736935084127229,1.32195114474781,-0.649524176625009,1.17468841987298,0.228327571455141,0.474271623633873,-0.228327571455141,-0.648960043506848
-SR_48000:0.980664976611083,-1.94000394365626,0.959398803181406,1.94000394365626,-0.940063779792489,0.968437704326195,-1.79866725205272,0.88732982644407,1.79866725205272,-0.855767530770266,1.13488042357027,-1.64922266578121,0.686692915856305,1.64922266578121,-0.821573339426571,0.91854646881273,-1.39138989562763,0.754863930124794,1.39138989562763,-0.673410398937524,1.16246957494197,-1.02469797712173E-16,0.511044487635504,1.02469797712173E-16,-0.67351406257747
diff --git a/ViperVDC/SONY MDR-XB400.vdc b/ViperVDC/SONY MDR-XB400.vdc
deleted file mode 100644
index da950f0..0000000
--- a/ViperVDC/SONY MDR-XB400.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.977251862743558,-1.9293249166503,0.952231679298894,1.9293249166503,-0.929483542042452,0.99434734618582,-1.94009900244171,0.950684935648276,1.94009900244171,-0.945032281834096,1.18240584310184,-1.40284463137226,0.648877764492158,1.40284463137226,-0.831283607594003,0.744713838631521,-0.523591376854923,0.508586752761708,0.523591376854923,-0.25330059139323,1.50008846586054,0.165132739730112,-0.307515497320606,-0.165132739730112,-0.19257296853993
-SR_48000:0.979040148475924,-1.93489272933447,0.955986861774094,1.93489272933447,-0.935027010250018,0.994795027836236,-1.94521185785152,0.954590614312685,1.94521185785152,-0.949385642148921,1.16869960540164,-1.47748094216049,0.675261594855582,1.47748094216049,-0.843961200257226,0.758357158736695,-0.646603314300043,0.53484946986339,0.646603314300043,-0.293206628600085,1.4686002219213,-7.61345663986544E-17,-0.225187329917026,7.61345663986544E-17,-0.243412892004272
diff --git a/ViperVDC/SONY MDR-XB40EX.vdc b/ViperVDC/SONY MDR-XB40EX.vdc
deleted file mode 100644
index 4811b32..0000000
--- a/ViperVDC/SONY MDR-XB40EX.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.968989713920446,-1.90910266110393,0.940306731479477,1.90910266110393,-0.909296445399923,1.00897785559836,-1.91812539802825,0.921675103212035,1.91812539802825,-0.930652958810397,1.0700157565079,-1.66938376154967,0.789286147211655,1.66938376154967,-0.859301903719552,0.850170537351884,-0.918370426302058,0.549085164391086,0.918370426302058,-0.39925570174297,1.26488110776329,0.203231138931412,0.202834882725957,-0.203231138931412,-0.46771599048925
-SR_48000:0.971404010491136,-1.91619396453034,0.944954133090436,1.91619396453034,-0.916358143581572,1.0082716002043,-1.92550203594386,0.92783663925366,1.92550203594386,-0.936108239457961,1.06469045496803,-1.70833293480099,0.805312751231841,1.70833293480099,-0.870003206199867,0.859001052955575,-1.01445911214006,0.57566078190586,1.01445911214006,-0.434661834861435,1.24744034398217,-9.20146903409008E-17,0.255323218426178,9.20146903409008E-17,-0.50276356240835
diff --git a/ViperVDC/SONY MDR-XB500.vdc b/ViperVDC/SONY MDR-XB500.vdc
deleted file mode 100644
index 7e693fc..0000000
--- a/ViperVDC/SONY MDR-XB500.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.975551022287682,-1.91856495291633,0.943208675398695,1.91856495291633,-0.918759697686377,1.0143465965137,-1.91630811497373,0.916100478179491,1.91630811497373,-0.930447074693191,0.962873329918425,-1.68865979025486,0.782881614907247,1.68865979025486,-0.745754944825672,1.05142055189262,-1.60072656355452,0.816440395655651,1.60072656355452,-0.867860947548269,0.885903933653507,-0.749616974473977,0.49576068077549,0.749616974473977,-0.381664614428996
-SR_48000:0.977463186651143,-1.92494860520256,0.947650347698213,1.92494860520256,-0.925113534349355,1.01321809025712,-1.92394729905537,0.922700031962751,1.92394729905537,-0.935918122219867,0.965537597605738,-1.7152605066097,0.798462368485556,1.7152605066097,-0.763999966091294,1.04749382221335,-1.65037612966205,0.830457922106935,1.65037612966205,-0.877951744320281,0.892587274915224,-0.863153394009401,0.525297224460698,0.863153394009401,-0.417884499375923
diff --git a/ViperVDC/SONY MDR-XB60EX.vdc b/ViperVDC/SONY MDR-XB60EX.vdc
deleted file mode 100644
index ee1cb75..0000000
--- a/ViperVDC/SONY MDR-XB60EX.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.977710867179531,-1.92579530972369,0.948225672582985,1.92579530972369,-0.925936539762516,1.01070651852401,-1.90607125021234,0.90659384647434,1.90607125021234,-0.917300364998354,1.1098544450573,-1.60067516866036,0.712778039951772,1.60067516866036,-0.822632485009072,0.784922917382024,-1.03008174709934,0.500408051535617,1.03008174709934,-0.285330968917641,1.1948869034755,-0.945220697211252,0.547306822966095,0.945220697211252,-0.742193726441595
-SR_48000:0.9794601045817,-1.93162942195449,0.952288889879029,1.93162942195449,-0.931748994460728,1.00986959362624,-1.91425304594093,0.913895373606218,1.91425304594093,-0.923764967232457,1.10164316401747,-1.64655984082185,0.734246995837322,1.64655984082185,-0.835890159854792,0.79663744819407,-1.10107912647956,0.527619157444708,1.10107912647956,-0.324256605638779,1.18083975608441,-1.07189251695324,0.57993624889124,1.07189251695324,-0.760776004975653
diff --git a/ViperVDC/SONY MDR-XB700.vdc b/ViperVDC/SONY MDR-XB700.vdc
deleted file mode 100644
index c48bcd3..0000000
--- a/ViperVDC/SONY MDR-XB700.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.993157133209453,-1.97519381643124,0.982108856761285,1.97519381643124,-0.975265989970738,1.0159368299275,-1.93583750967846,0.929568331927992,1.93583750967846,-0.945505161855489,0.937731360292109,-1.69924133364832,0.812601253844066,1.69924133364832,-0.750332614136175,0.97010438986396,-1.10336617584094,0.739183755779536,1.10336617584094,-0.709288145643496,0.909462066536339,-0.392645874374496,0.470530218301996,0.392645874374496,-0.379992284838335
-SR_48000:0.993706795418963,-1.97719179848828,0.983545986201951,1.97719179848828,-0.977252781620915,1.01467430216808,-1.94164263858383,0.93514798211486,1.94164263858383,-0.949822284282939,0.942208796990275,-1.72468318376336,0.826076191263045,1.72468318376336,-0.76828498825332,0.972211418449867,-1.2070221539994,0.757565962389162,1.2070221539994,-0.72977738083903,0.914803458134498,-0.542098010363705,0.501766909214276,0.542098010363705,-0.416570367348774
diff --git a/ViperVDC/SONY MDR-XB900.vdc b/ViperVDC/SONY MDR-XB900.vdc
deleted file mode 100644
index be4cfc7..0000000
--- a/ViperVDC/SONY MDR-XB900.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.977061587567104,-1.9328572312274,0.955844689427289,1.9328572312274,-0.932906276994393,0.982910805342566,-1.8760964711171,0.900061644677389,1.8760964711171,-0.882972450019955,1.05203856916925,-1.82381507210603,0.814234215391123,1.82381507210603,-0.866272784560373,1.30632125207958,-0.796010427264375,-0.0934967783195812,0.796010427264375,-0.212824473759994,0.857888899149932,-0.522511694409483,0.572313732256345,0.522511694409483,-0.430202631406277
-SR_48000:0.978867756538553,-1.93814771920719,0.959321475456593,1.93814771920719,-0.938189231995146,0.984224611262164,-1.88613713982767,0.907744838967684,1.88613713982767,-0.891969450229848,1.04806822955041,-1.84041969547462,0.828407419347956,1.84041969547462,-0.876475648898366,1.28965527330095,-0.8878802036445,-0.034003047544317,0.8878802036445,-0.255652225756638,0.866455159538406,-0.664891435835112,0.598094068290278,0.664891435835112,-0.464549227828684
diff --git a/ViperVDC/SONY MDR-XB90EX.vdc b/ViperVDC/SONY MDR-XB90EX.vdc
deleted file mode 100644
index d39ee83..0000000
--- a/ViperVDC/SONY MDR-XB90EX.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.984939698427487,-1.94546675112777,0.960623811496035,1.94546675112777,-0.945563509923522,1.01914180207217,-1.89323101749498,0.88805790703707,1.89323101749498,-0.907199709109245,1.05455252445928,-1.68525307699649,0.835823060672804,1.68525307699649,-0.890375585132081,0.907510321236272,-1.19654713523844,0.758179409081784,1.19654713523844,-0.665689730318056,1.32190459588098,0.763404521061397,-0.149125749951815,-0.763404521061397,-0.172778845929168
-SR_48000:0.986132700554114,-1.94979384232408,0.963742997150951,1.94979384232408,-0.949875697705065,1.01765263086178,-1.90258139182092,0.896766645192628,1.90258139182092,-0.914419276054405,1.05034136302787,-1.72441676812882,0.848496637224462,1.72441676812882,-0.898838000252334,0.913869104934945,-1.28407777511551,0.774804883968147,1.28407777511551,-0.688673988903092,1.29497419499906,0.62099190702693,-0.0529903809451965,-0.62099190702693,-0.241983814053861
diff --git a/ViperVDC/SONY MDR-XB920.vdc b/ViperVDC/SONY MDR-XB920.vdc
deleted file mode 100644
index b0e4977..0000000
--- a/ViperVDC/SONY MDR-XB920.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.976482658894558,-1.93114237533061,0.954730280336838,1.93114237533061,-0.931212939231397,0.983326417611493,-1.87358194008763,0.902492163343779,1.87358194008763,-0.885818580955272,1.36783313703102,-1.21286873832523,0.145578546062472,1.21286873832523,-0.51341168309349,0.756635547359585,-0.421848398104666,0.488964257164195,0.421848398104666,-0.24559980452378,1.20079659341029,0.512521292018615,0.283202107261361,-0.512521292018615,-0.483998700671653
-SR_48000:0.978332923605409,-1.93656514201897,0.958291948485771,1.93656514201897,-0.93662487209118,0.984610062223845,-1.88423016868719,0.909998972994483,1.88423016868719,-0.894609035218328,1.34420924345375,-1.28433998561373,0.200453323416338,1.28433998561373,-0.544662566870093,0.769623778820597,-0.553577748851443,0.516237963084628,0.553577748851443,-0.285861741905224,1.18722598192958,0.296317240649655,0.331646085056694,-0.296317240649655,-0.518872066986277
diff --git a/ViperVDC/SONY MDR-Z1000.vdc b/ViperVDC/SONY MDR-Z1000.vdc
deleted file mode 100644
index 575f275..0000000
--- a/ViperVDC/SONY MDR-Z1000.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00151296758929,-1.99481841793539,0.993313549084902,1.99481841793539,-0.99482651667419,0.999250858152047,-1.9858818734351,0.986971701654961,1.9858818734351,-0.986222559807008,1.14952655951567,-1.47102593877802,0.686012416412031,1.47102593877802,-0.835538975927701,0.898204728399093,-0.412089237070974,0.550123154145946,0.412089237070974,-0.44832788254504,1.12058782311045,0.440878636071166,0.467070830931868,-0.440878636071166,-0.587658654042319
-SR_48000:1.00139033109408,-1.99523902571045,0.993855532212239,1.99523902571045,-0.99524586330632,0.999311340720913,-1.98704715627856,0.988023551787243,1.98704715627856,-0.987334892508157,1.13827305950542,-1.53648637993512,0.709643397333224,1.53648637993512,-0.847916456838641,0.904434670025027,-0.567171518241501,0.577655930909076,0.567171518241501,-0.482090600934103,1.11232914702259,0.210917091278319,0.503569453028028,-0.210917091278319,-0.615898600050617
diff --git a/ViperVDC/SONY MDR-ZX100.vdc b/ViperVDC/SONY MDR-ZX100.vdc
deleted file mode 100644
index ccc9064..0000000
--- a/ViperVDC/SONY MDR-ZX100.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00169711825632,-1.99773671705647,0.996057847697544,1.99773671705647,-0.997754965953861,0.932174889183013,-1.7735898993251,0.842452394948752,1.7735898993251,-0.774627284131765,1.29054798278394,-1.40178423756574,0.389884584209079,1.40178423756574,-0.680432566993022,0.769702842520492,-0.300421407873681,0.465054090233507,0.300421407873681,-0.234756932753999,2.01600019329689,0.146810296157759,-0.955750172693873,-0.146810296157759,-0.0602500206030199
-SR_48000:1.00155936957944,-1.99792178155379,0.996377817305845,1.99792178155379,-0.997937186885284,0.937111114468278,-1.79014585869463,0.853918509228836,1.79014585869463,-0.791029623697114,1.27024734067117,-1.46336355181719,0.432513462870637,1.46336355181719,-0.702760803541807,0.781972337192942,-0.441481523925066,0.493554294325313,0.441481523925066,-0.275526631518255,1.94876684499944,-6.8727207521181E-17,-0.826329299143791,6.8727207521181E-17,-0.122437545855646
diff --git a/ViperVDC/SONY MDR-ZX300.vdc b/ViperVDC/SONY MDR-ZX300.vdc
deleted file mode 100644
index 11f0839..0000000
--- a/ViperVDC/SONY MDR-ZX300.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00192060244982,-1.9968808149071,0.994978453536183,1.9968808149071,-0.996899055986007,0.901867854597236,-1.69404009892562,0.793934433406875,1.69404009892562,-0.695802288004111,1.26913404510273,-1.32522093139214,0.481930260781304,1.32522093139214,-0.751064305884035,0.801568267761513,-0.382462296620709,0.481186664412392,0.382462296620709,-0.282754932173905,1.42138628432665,0.593309969784631,0.0211825812383203,-0.593309969784631,-0.442568865564974
-SR_48000:1.00176477574588,-1.99713524959043,0.995385873111357,1.99713524959043,-0.997150648857232,0.908716037642995,-1.71552469453965,0.808314784653309,1.71552469453965,-0.717030822296305,1.24965326340545,-1.40350796000567,0.51942980302552,1.40350796000567,-0.76908306643097,0.812485368362751,-0.521936460823162,0.509730170604568,0.521936460823162,-0.322215538967318,1.39144995644959,0.383613864810616,0.0907202009229563,-0.383613864810616,-0.482170157372549
diff --git a/ViperVDC/SONY MDR-ZX700.vdc b/ViperVDC/SONY MDR-ZX700.vdc
deleted file mode 100644
index 984c0ef..0000000
--- a/ViperVDC/SONY MDR-ZX700.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00151296758929,-1.99481841793539,0.993313549084902,1.99481841793539,-0.99482651667419,1.01112639472988,-1.89466290758494,0.902930748964291,1.89466290758494,-0.914057143694168,0.974517637658977,-1.64222183208174,0.777685954245222,1.64222183208174,-0.752203591904199,1.13105126526384,-1.46389317176252,0.695587478847393,1.46389317176252,-0.826638744111235,1.12058782311045,0.440878636071166,0.467070830931868,-0.440878636071166,-0.587658654042319
-SR_48000:1.00139033109408,-1.99523902571045,0.993855532212239,1.99523902571045,-0.99524586330632,1.01025798296067,-1.90433254735145,0.910506974873374,1.90433254735145,-0.920764957834047,0.976352872947509,-1.67611352985621,0.793696973021479,1.67611352985621,-0.770049845968988,1.12123247320577,-1.52959439738254,0.718395066695196,1.52959439738254,-0.839627539900966,1.11232914702259,0.210917091278319,0.503569453028028,-0.210917091278319,-0.615898600050617
diff --git a/ViperVDC/SONY XBA-1.vdc b/ViperVDC/SONY XBA-1.vdc
deleted file mode 100644
index 1eb6ac0..0000000
--- a/ViperVDC/SONY XBA-1.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00069820699717,-1.99658263810649,0.995916855043742,1.99658263810649,-0.996615062040913,0.98281769980787,-1.90594509694705,0.924064066106545,1.90594509694705,-0.906881765914415,1.03225314405724,-1.76929117517574,0.811382207548227,1.76929117517574,-0.843635351605468,0.936054149635028,-1.47403609425917,0.717395935830553,1.47403609425917,-0.65345008546558,0.958661370206418,-0.454678943213825,0.639352195358458,0.454678943213825,-0.598013565564876
-SR_48000:1.0006415658809,-1.99686228777237,0.996248094760855,1.99686228777237,-0.996889660641753,0.984153947155159,-1.91332980537089,0.929969514684116,1.91332980537089,-0.914123461839275,1.02981962631256,-1.79221080019495,0.825613525402962,1.79221080019495,-0.855433151715526,0.940423186816598,-1.52307213297055,0.736704579893804,1.52307213297055,-0.677127766710402,0.961415096805019,-0.621780766051682,0.663376345586162,0.621780766051682,-0.624791442391181
diff --git a/ViperVDC/SONY XBA-10.vdc b/ViperVDC/SONY XBA-10.vdc
deleted file mode 100644
index bed9588..0000000
--- a/ViperVDC/SONY XBA-10.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.989273088443927,-1.92550733907954,0.937268553603918,1.92550733907954,-0.926541642047845,1.03630558964045,-1.76433511135723,0.787683329120135,1.76433511135723,-0.823988918760587,1.03949563611303,-1.42704862422775,0.655430900148073,1.42704862422775,-0.694926536261106,1.11951343932126,-0.683844046971814,0.301080196923154,0.683844046971814,-0.420593636244417
-SR_48000:0.990115214778104,-1.93143287751497,0.942193345116833,1.93143287751497,-0.932308559894937,1.03359264908662,-1.78638101045821,0.803548723743613,1.78638101045821,-0.837141372830236,1.03673006280761,-1.48634941230159,0.67955840379672,1.48634941230159,-0.716288466604334,1.11221850760701,-0.80888791602051,0.343741275594638,0.80888791602051,-0.45595978320165
diff --git a/ViperVDC/SONY XBA-2.vdc b/ViperVDC/SONY XBA-2.vdc
deleted file mode 100644
index 661c9a9..0000000
--- a/ViperVDC/SONY XBA-2.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.998523866110551,-1.98985905603088,0.991367504665687,1.98985905603088,-0.989891370776238,0.978938635283868,-1.92343292278353,0.944933621466999,1.92343292278353,-0.923872256750867,1.04335994020964,-1.77706307292579,0.808373877969383,1.77706307292579,-0.851733818179027,0.951757548953954,-1.48846354706644,0.717876043258947,1.48846354706644,-0.669633592212902,1.10589918290967,-1.160220656423,0.531986214716271,1.160220656423,-0.637885397625945
-SR_48000:0.99864324499676,-1.99068159444825,0.992065637596294,1.99068159444825,-0.990708882593054,0.980589916440479,-1.9294689302236,0.949251008989599,1.9294689302236,-0.929840925430077,1.04007512643737,-1.79948697432031,0.822890875034658,1.79948697432031,-0.862966001472027,0.955083704018101,-1.53695172134831,0.737327543070507,1.53695172134831,-0.692411247088609,1.09868209328294,-1.24998158266156,0.5638816207254,1.24998158266156,-0.662563714008341
diff --git a/ViperVDC/SONY XBA-3.vdc b/ViperVDC/SONY XBA-3.vdc
deleted file mode 100644
index f6def26..0000000
--- a/ViperVDC/SONY XBA-3.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.998024810391025,-1.9892632975954,0.991270792274781,1.9892632975954,-0.989295602665806,0.98281769980787,-1.90594509694705,0.924064066106545,1.90594509694705,-0.906881765914415,0.937872575747079,-1.26186476878675,0.636676114660205,1.26186476878675,-0.574548690407285,0.918766445231316,-0.443794925179155,0.640994175641822,0.443794925179155,-0.559760620873138,0.859652436206248,0.558792651060581,0.498991311208138,-0.558792651060581,-0.358643747414386
-SR_48000:0.998184505286154,-1.99013377697307,0.991976552322276,1.99013377697307,-0.99016105760843,0.984153947155159,-1.91332980537089,0.929969514684116,1.91332980537089,-0.914123461839275,0.941939513184224,-1.33234628752996,0.660459742081841,1.33234628752996,-0.602399255266065,0.924056629074021,-0.6078659936702,0.664373760800502,0.6078659936702,-0.588430389874523,0.868150538093287,0.361693954776589,0.529327590432065,-0.361693954776589,-0.397478128525352
diff --git a/ViperVDC/SONY XBA-4.vdc b/ViperVDC/SONY XBA-4.vdc
deleted file mode 100644
index 1188c55..0000000
--- a/ViperVDC/SONY XBA-4.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.978733156510093,-1.92293435138169,0.944396383159336,1.92293435138169,-0.92312953966943,1.06298929078296,-1.62628979757556,0.631635881621347,1.62628979757556,-0.694625172404309,0.960823599081472,-1.53201821261787,0.826862727512145,1.53201821261787,-0.787686326593617,1.04598169013242,-1.16634620676089,0.73109707163476,1.16634620676089,-0.777078761767177,0.821902129800202,-0.172605213838804,0.364231355262068,0.172605213838804,-0.18613348506227
-SR_48000:0.980399936017423,-1.92898895287447,0.948754292179892,1.92898895287447,-0.929154228197315,1.05858142010623,-1.65752361936583,0.657413301490318,1.65752361936583,-0.715994721596549,0.963696306959887,-1.58473114098242,0.839558452363378,1.58473114098242,-0.803254759323265,1.04262220060315,-1.26810105713124,0.750743512851508,1.26810105713124,-0.793365713454654,0.83126289436936,-0.318065322354936,0.397647142869004,0.318065322354936,-0.228910037238363
diff --git a/ViperVDC/SONY XBA-C10.vdc b/ViperVDC/SONY XBA-C10.vdc
deleted file mode 100644
index bed9588..0000000
--- a/ViperVDC/SONY XBA-C10.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.989273088443927,-1.92550733907954,0.937268553603918,1.92550733907954,-0.926541642047845,1.03630558964045,-1.76433511135723,0.787683329120135,1.76433511135723,-0.823988918760587,1.03949563611303,-1.42704862422775,0.655430900148073,1.42704862422775,-0.694926536261106,1.11951343932126,-0.683844046971814,0.301080196923154,0.683844046971814,-0.420593636244417
-SR_48000:0.990115214778104,-1.93143287751497,0.942193345116833,1.93143287751497,-0.932308559894937,1.03359264908662,-1.78638101045821,0.803548723743613,1.78638101045821,-0.837141372830236,1.03673006280761,-1.48634941230159,0.67955840379672,1.48634941230159,-0.716288466604334,1.11221850760701,-0.80888791602051,0.343741275594638,0.80888791602051,-0.45595978320165
diff --git a/ViperVDC/SONY XBA-H1.vdc b/ViperVDC/SONY XBA-H1.vdc
deleted file mode 100644
index 87337fd..0000000
--- a/ViperVDC/SONY XBA-H1.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.986744165520099,-1.94667212969376,0.960106294718541,1.94667212969376,-0.94685046023864,1.09267325427398,-1.74324580408197,0.757699438354667,1.74324580408197,-0.850372692628646,1.10238513571912,-1.01021432826333,0.547516292306394,1.01021432826333,-0.649901428025512,0.60622131468356,-0.288901411938999,0.0853109114818301,0.288901411938999,0.30846777383461,1.26557909326006,0.365864237288174,0.0519434061549402,-0.365864237288174,-0.317522499415005
-SR_48000:0.987794871888556,-1.95091243375272,0.963268417047701,1.95091243375272,-0.951063288936257,1.08565422705679,-1.77058704461091,0.776051165077261,1.77058704461091,-0.861705392134048,1.09535872552791,-1.12007627688145,0.578569004331078,1.12007627688145,-0.673927729858988,0.619724228035999,-0.368200195517032,0.116676162998065,0.368200195517032,0.263599608965935,1.24840772912522,0.177730855995395,0.11324124701102,-0.177730855995395,-0.361648976136236
diff --git a/ViperVDC/SONY XBA-H2.vdc b/ViperVDC/SONY XBA-H2.vdc
deleted file mode 100644
index e6461f9..0000000
--- a/ViperVDC/SONY XBA-H2.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.974584940259144,-1.91529243369072,0.94096461109794,1.91529243369072,-0.915549551357084,1.13234890548256,-1.77767178249262,0.745234896153493,1.77767178249262,-0.877583801636049,0.661279158710183,-0.547569306395852,0.34797911632484,0.547569306395852,-0.00925827503502249,1.09737522622821,-0.802474535256805,0.569657225223403,0.802474535256805,-0.667032451451612,1.16226614395974,0.594368533343207,0.282876504129697,-0.594368533343207,-0.445142648089441
-SR_48000:0.976569608471292,-1.9219265261082,0.94557469901197,1.9219265261082,-0.922144307483262,1.12219000112466,-1.80210380814461,0.764790285102642,1.80210380814461,-0.886980286227305,0.676316446136257,-0.641172860156705,0.376925151644932,0.641172860156705,-0.0532415977811888,1.09062716214756,-0.938973122526921,0.599479806729211,0.938973122526921,-0.69010696887677,1.15133585985453,0.383703883952772,0.331182104775099,-0.383703883952772,-0.482517964629625
diff --git a/ViperVDC/SONY XBA-H3.vdc b/ViperVDC/SONY XBA-H3.vdc
deleted file mode 100644
index 4282339..0000000
--- a/ViperVDC/SONY XBA-H3.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.974892868949613,-1.91621823953594,0.941679883467207,1.91621823953594,-0.91657275241682,1.10601866305909,-1.76517619345739,0.777373705801993,1.76517619345739,-0.883392368861085,0.890158111386269,-1.20887394583715,0.669428587196124,1.20887394583715,-0.559586698582392,1.11027297133529,-0.880514360727762,0.512656572873362,0.880514360727762,-0.622929544208648,0.813801981112062,-0.182398911065801,0.439633249738445,0.182398911065801,-0.253435230850507
-SR_48000:0.976854464966996,-1.92279057906023,0.946236378117848,1.92279057906023,-0.923090843084843,1.09785949248757,-1.79193882066133,0.79450697135784,1.79193882066133,-0.89236646384541,0.897276662940193,-1.2848230887779,0.690852013850534,1.2848230887779,-0.588128676790728,1.10280164525108,-1.0035293382633,0.545675558532022,1.0035293382633,-0.648477203783102,0.823948996515264,-0.334942875956206,0.470170900355276,0.334942875956206,-0.29411989687054
diff --git a/ViperVDC/SONY XBA-S65.vdc b/ViperVDC/SONY XBA-S65.vdc
deleted file mode 100644
index 4b6e65a..0000000
--- a/ViperVDC/SONY XBA-S65.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.964763397540593,-1.83798949750445,0.874213391964461,1.83798949750445,-0.838976789505055,1.06346927948567,-1.69213924051968,0.719502106388733,1.69213924051968,-0.782971385874399,0.755136188088712,-0.983436709056417,0.528649260510483,0.983436709056417,-0.283785448599194,0.936349537784727,-0.633129261210856,0.627769322262873,0.633129261210856,-0.5641188600476,1.62702992575923,0.628047599739571,-0.456496891916415,-0.628047599739571,-0.170533033842816
-SR_48000:0.967413720654348,-1.85024928472511,0.883674439040763,1.85024928472511,-0.851088159695111,1.05882085709725,-1.72140775003462,0.740045473181825,1.72140775003462,-0.798866330279071,0.768433103489953,-1.05980100613007,0.554245165672555,1.05980100613007,-0.322678269162508,0.940503821205294,-0.778162345179834,0.65206375280322,0.778162345179834,-0.592567574008514,1.57620386428059,0.473673430713767,-0.338435540247502,-0.473673430713767,-0.237768324033088
diff --git a/ViperVDC/Sennheiser Amperior.vdc b/ViperVDC/Sennheiser Amperior.vdc
deleted file mode 100644
index bb61476..0000000
--- a/ViperVDC/Sennheiser Amperior.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.992582866162995,-1.97006087812783,0.977677983851164,1.97006087812783,-0.970260850014159,1.01399822658161,-1.8849659616781,0.877876221085688,1.8849659616781,-0.891874447667297,0.979102037630761,-1.72432848108446,0.817681324040452,1.72432848108446,-0.796783361671212,1.08946872022537,-1.35764931366632,0.604599457080968,1.35764931366632,-0.69406817730634,0.86101239749747,-0.426114148739013,0.636607407261871,0.426114148739013,-0.497619804759341
-SR_48000:0.993177270890787,-1.97247512673266,0.979466857049936,1.97247512673266,-0.972644127940723,1.01291724985203,-1.89436640598954,0.887306913064023,1.89436640598954,-0.900224162916057,0.980641682698105,-1.75002116543926,0.831113545094649,1.75002116543926,-0.811755227792754,1.08319857639485,-1.42639317157936,0.632309904581781,1.42639317157936,-0.715508480976627,0.86972570891029,-0.585166848407003,0.659388955893748,0.585166848407003,-0.529114664804038
diff --git a/ViperVDC/Sennheiser CX215.vdc b/ViperVDC/Sennheiser CX215.vdc
deleted file mode 100644
index 07567b6..0000000
--- a/ViperVDC/Sennheiser CX215.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.977653253113771,-1.93060238852953,0.953074550243205,1.93060238852953,-0.930727803356976,1.01318490302502,-1.75787770853228,0.7707018360679,1.75787770853228,-0.78388673909292,0.989214266203219,-1.68855519964886,0.812425699941113,1.68855519964886,-0.801639966144332,0.881383583063895,-1.11005331430617,0.64302146455082,1.11005331430617,-0.524405047614715,0.913112201621577,-0.28103638384151,0.241970672666555,0.28103638384151,-0.155082874288132
-SR_48000:0.979411023471706,-1.93607051582059,0.9567656541446,1.93607051582059,-0.936176677616306,1.0122196141913,-1.77755135169621,0.787489138698433,1.77755135169621,-0.799708752889736,0.990010964367505,-1.71990163088466,0.82628104843569,1.71990163088466,-0.816292012803195,0.888917555651466,-1.19525124949493,0.665695109311765,1.19525124949493,-0.554612664963232,0.917645884545266,-0.415053004329817,0.281523575158333,0.415053004329817,-0.199169459703599
diff --git a/ViperVDC/Sennheiser CX280.vdc b/ViperVDC/Sennheiser CX280.vdc
deleted file mode 100644
index 2dcf3fa..0000000
--- a/ViperVDC/Sennheiser CX280.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.969055652720869,-1.89655270255556,0.928120901757817,1.89655270255556,-0.897176554478686,0.976255008523128,-1.67209238257928,0.861138254732462,1.67209238257928,-0.83739326325559,0.785806919260659,-0.937178202726646,0.642104853764114,0.937178202726646,-0.427911773024773,0.862864972433195,-0.605830948571392,0.587289326687797,0.605830948571392,-0.450154299120993,1.19477177236838,0.184714696471549,0.139220228636721,-0.184714696471549,-0.333992001005103
-SR_48000:0.97145079793321,-1.90460645640569,0.933684466452498,1.90460645640569,-0.905135264385708,0.978040248892486,-1.70882482951091,0.871578418236101,1.70882482951091,-0.849618667128587,0.798593656381888,-1.03383527338551,0.663470208499599,1.03383527338551,-0.462063864881487,0.871223910440986,-0.741834816106553,0.612445721772121,0.741834816106553,-0.483669632213106,1.1826581418812,-8.42170168877408E-17,0.192755543093944,8.42170168877408E-17,-0.375413684975148
diff --git a/ViperVDC/Sennheiser CX300.vdc b/ViperVDC/Sennheiser CX300.vdc
deleted file mode 100644
index 33d32b4..0000000
--- a/ViperVDC/Sennheiser CX300.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.962631675646594,-1.88354316816549,0.921531065086617,1.88354316816549,-0.884162740733211,1.07085703034732,-1.56833551549095,0.585624997672122,1.56833551549095,-0.656482028019445,0.851082907237463,-0.975402946914584,0.713341954254634,0.975402946914584,-0.564424861492097,0.876977655094291,-0.366595851051638,0.629761734114593,0.366595851051638,-0.506739389208885,1.11807583929699,0.708189457088102,-0.0301210377872556,-0.708189457088102,-0.0879548015097366
-SR_48000:0.965505753079289,-1.89254657152344,0.927566278035136,1.89254657152344,-0.893072031114425,1.06599628471301,-1.60447852131263,0.614050850035141,1.60447852131263,-0.680047134748148,0.860749269248237,-1.08112492430131,0.73194922352153,1.08112492430131,-0.592698492769767,0.884742667689005,-0.532284203665825,0.653130698507596,0.532284203665825,-0.537873366196601,1.10885634164633,0.579584171008806,0.0503120003712809,-0.579584171008806,-0.159168342017612
diff --git a/ViperVDC/Sennheiser CX880.vdc b/ViperVDC/Sennheiser CX880.vdc
deleted file mode 100644
index 24842ed..0000000
--- a/ViperVDC/Sennheiser CX880.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.963789224954631,-1.89376038958046,0.93029604717047,1.89376038958046,-0.894085272125101,1.12440557871913,-1.63130014957252,0.625598863631297,1.63130014957252,-0.750004442350424,0.723639106510931,-0.57363924258307,0.468018934707881,0.57363924258307,-0.191658041218812,0.751223092363679,-0.381610686482912,0.42212838994225,0.381610686482912,-0.17335148230593,1.57004503198235,0.444035142773556,-0.490421724094323,-0.444035142773556,-0.0796233078880288
-SR_48000:0.966587727979125,-1.90199533498018,0.935683027221801,1.90199533498018,-0.902270755200925,1.11543648978266,-1.66661655983806,0.652591520428367,1.66661655983806,-0.768028010211024,0.737767050231733,-0.685007862907615,0.495214528324952,0.685007862907615,-0.232981578556686,0.763906787150231,-0.50887986692419,0.451590719052395,0.50887986692419,-0.215497506202626,1.52889295855231,0.296623745278038,-0.382826813533721,-0.296623745278038,-0.14606614501859
diff --git a/ViperVDC/Sennheiser CX985.vdc b/ViperVDC/Sennheiser CX985.vdc
deleted file mode 100644
index c953a02..0000000
--- a/ViperVDC/Sennheiser CX985.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.973625002456302,-1.91179890413839,0.938734818916043,1.91179890413839,-0.912359821372345,1.06487175365723,-1.72002024611907,0.713303973147668,1.72002024611907,-0.778175726804894,0.656242584215384,-0.515555169132302,0.338283959273713,0.515555169132302,0.00547345651090318,0.835983135653859,-0.464193619157192,0.275139321910736,0.464193619157192,-0.111122457564595,1.30935594372662,0.220269896260696,0.281412334525948,-0.220269896260696,-0.59076827825257
-SR_48000:0.975681501348153,-1.91871809353141,0.943511758773553,1.91871809353141,-0.919193260121706,1.06013259208851,-1.74480205886844,0.734248355190129,1.74480205886844,-0.794380947278641,0.671337044246331,-0.610519077323811,0.367340049033352,0.610519077323811,-0.0386770932796825,0.844105300686009,-0.577569971974083,0.311034643262157,0.577569971974083,-0.155139943948167,1.28796035422891,-9.9136259153425E-17,0.331111094224545,9.9136259153425E-17,-0.619071448453455
diff --git a/ViperVDC/Sennheiser HD218.vdc b/ViperVDC/Sennheiser HD218.vdc
deleted file mode 100644
index d32c5fe..0000000
--- a/ViperVDC/Sennheiser HD218.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.987249118058329,-1.96267242708481,0.975455182268716,1.96267242708481,-0.962704300327045,1.01634115229927,-1.83114870873495,0.857435993126263,1.83114870873495,-0.873777145425528,1.03573213153814,-1.67405681621787,0.842084427113251,1.67405681621787,-0.877816558651388,0.890150003121474,-0.265120848962633,0.0416431214110676,0.265120848962633,0.0682068754674582,1.30067301154396,0.658526834286052,-0.0733338520226185,-0.658526834286052,-0.227339159521337
-SR_48000:0.988267356193507,-1.96565565147179,0.977415240368955,1.96565565147179,-0.965682596562462,1.01509013521242,-1.84725051478949,0.868350156662712,1.84725051478949,-0.883440291875132,1.0329907226684,-1.71383926850125,0.854199885484938,1.71383926850125,-0.887190608153334,0.895133823050726,-0.375128092965323,0.0851231236556603,0.375128092965323,0.019743053293614,1.27864874410142,0.491341221904497,0.00528774321361731,-0.491341221904497,-0.283936487315041
diff --git a/ViperVDC/Sennheiser HD219.vdc b/ViperVDC/Sennheiser HD219.vdc
deleted file mode 100644
index 34d0814..0000000
--- a/ViperVDC/Sennheiser HD219.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00117418411212,-1.99695018560222,0.995808431393387,1.99695018560222,-0.996982615505505,0.991032785324979,-1.95837769215789,0.967989095464104,1.95837769215789,-0.959021880789083,0.993924126158276,-1.96502816220157,0.97314811467434,1.96502816220157,-0.967072240832616,1.02032005452848,-1.80111394186929,0.822723126226352,1.80111394186929,-0.843043180754831,0.889476992891293,0.172133754054643,0.353656636420342,-0.172133754054643,-0.243133629311635
-SR_48000:1.0010789138715,-1.99720006072485,0.996148524352904,1.99720006072485,-0.997227438224407,0.991747648624299,-1.96174397046316,0.97054099386958,1.96174397046316,-0.962288642493879,0.994410321801329,-1.96797937516174,0.975296821180297,1.96797937516174,-0.969707142981626,1.01878755554175,-1.81923954893381,0.83609300321405,1.81923954893381,-0.854880558755798,0.895703446219862,-7.87282680299626E-17,0.390069206914383,7.87282680299626E-17,-0.285772653134245
diff --git a/ViperVDC/Sennheiser HD228.vdc b/ViperVDC/Sennheiser HD228.vdc
deleted file mode 100644
index 6538c9d..0000000
--- a/ViperVDC/Sennheiser HD228.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.98267475316591,-1.94233418871134,0.959756038541571,1.94233418871134,-0.942430791707481,1.00679201979998,-1.94042511572994,0.940744842241377,1.94042511572994,-0.947536862041355,1.01533935041474,-1.82659486241239,0.866175945372953,1.82659486241239,-0.881515295787693,1.06218689601638,-1.55735706527526,0.725169507450328,1.55735706527526,-0.787356403466712,1.30067301154396,0.658526834286052,-0.0733338520226185,-0.658526834286052,-0.227339159521337
-SR_48000:0.984045137925453,-1.94690264163915,0.96293923771757,1.94690264163915,-0.946984375643023,1.00625345021294,-1.94568046838844,0.945443448367915,1.94568046838844,-0.951696898580858,1.01416062031738,-1.84400177675517,0.87645946042901,1.84400177675517,-0.890620080746387,1.05762133545767,-1.6064562578824,0.745346672375655,1.6064562578824,-0.802968007833325,1.27864874410142,0.491341221904497,0.00528774321361731,-0.491341221904497,-0.283936487315041
diff --git a/ViperVDC/Sennheiser HD229.vdc b/ViperVDC/Sennheiser HD229.vdc
deleted file mode 100644
index e613069..0000000
--- a/ViperVDC/Sennheiser HD229.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00121208217898,-1.99583714104386,0.994643290410044,1.99583714104386,-0.995855372589027,0.98746435471823,-1.95805970651786,0.970881567783297,1.95805970651786,-0.958345922501527,1.03110867163043,-1.74526220744819,0.728600725644488,1.74526220744819,-0.759709397274918,0.932105790750409,-0.719700117227385,0.602951704609341,0.719700117227385,-0.535057495359749
-SR_48000:1.0011137879789,-1.99617609063124,0.995077694523372,1.99617609063124,-0.996191482502268,0.98846336801715,-1.96142348872126,0.973202126507983,1.96142348872126,-0.961665494525132,1.02885931796997,-1.76476599348438,0.748224609250644,1.76476599348438,-0.777083927220614,0.936463865127857,-0.852306594632051,0.628437913549345,0.852306594632051,-0.564901778677202
diff --git a/ViperVDC/Sennheiser HD25-1.vdc b/ViperVDC/Sennheiser HD25-1.vdc
deleted file mode 100644
index b2c7966..0000000
--- a/ViperVDC/Sennheiser HD25-1.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00074048432775,-1.99640199453132,0.995669615371506,1.99640199453132,-0.99641009969926,0.995101332442654,-1.97325172943623,0.978350692768654,1.97325172943623,-0.973452025211308,1.00536674053099,-1.95536633074324,0.953179309516402,1.95536633074324,-0.958546050047389,1.06193188872392,-1.17366401286897,0.726296493749368,1.17366401286897,-0.788228382473293,0.79433275411434,-0.288340339479255,0.462268919112119,0.288340339479255,-0.256601673226459
-SR_48000:1.00068041918601,-1.99669445554129,0.996020878938845,1.99669445554129,-0.996701298124853,0.995494493581834,-1.97541348062487,0.980088240008568,1.97541348062487,-0.975582733590402,1.00493898829321,-1.95916146026151,0.956911119357563,1.95916146026151,-0.961850107650776,1.05738075119349,-1.27547261342218,0.746409917143607,1.27547261342218,-0.803790668337096,0.80548537389348,-0.432918648903062,0.49142820630315,0.432918648903062,-0.296913580196629
diff --git a/ViperVDC/Sennheiser HD380 Pro.vdc b/ViperVDC/Sennheiser HD380 Pro.vdc
deleted file mode 100644
index a04ba8c..0000000
--- a/ViperVDC/Sennheiser HD380 Pro.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.992642903679386,-1.97554544696635,0.982910563779665,1.97554544696635,-0.975553467459052,0.99688628327105,-1.97802648020224,0.981790848833451,1.97802648020224,-0.978677132104501,1.00385778123482,-1.97983150345636,0.977439527167279,1.97983150345636,-0.981297308402097,0.992604388412166,-1.91557246852784,0.935478967337521,1.91557246852784,-0.928083355749687,1.51019067063642,0.166275129954788,-1.25475079618561,-0.166275129954788,0.744560125549197
-SR_48000:0.993233949308255,-1.97751064698969,0.984283474522937,1.97751064698969,-0.977517423831192,0.997136794451044,-1.97984294643123,0.983255849134542,1.97984294643123,-0.980392643585586,1.00354702782184,-1.9815656016301,0.97925682667299,1.9815656016301,-0.982803854494829,0.993185433445745,-1.92314037772732,0.940548139121986,1.92314037772732,-0.933733572567731,1.47291809478965,0.191445376890606,-1.09002734100843,-0.191445376890606,0.617109246218788
diff --git a/ViperVDC/Sennheiser HD439.vdc b/ViperVDC/Sennheiser HD439.vdc
deleted file mode 100644
index bb36296..0000000
--- a/ViperVDC/Sennheiser HD439.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00074048432775,-1.99640199453132,0.995669615371506,1.99640199453132,-0.99641009969926,0.993472759962554,-1.95465821053771,0.961828415720314,1.95465821053771,-0.955301175682868,1.0611794983883,-1.45028678430846,0.729621628460625,1.45028678430846,-0.790801126848925,1.28047833023157,-0.151474533847068,-0.239553709623078,0.151474533847068,-0.0409246206084973
-SR_48000:1.00068041918601,-1.99669445554129,0.996020878938845,1.99669445554129,-0.996701298124853,0.993992204307193,-1.95831463331293,0.964866148891798,1.95831463331293,-0.958858353198991,1.05667962057143,-1.51479682801285,0.74950851325542,1.51479682801285,-0.80618813382685,1.26553742849973,-0.282634008881772,-0.173523474233663,0.282634008881772,-0.0920139542660682
diff --git a/ViperVDC/Sennheiser HD448.vdc b/ViperVDC/Sennheiser HD448.vdc
deleted file mode 100644
index b7a151a..0000000
--- a/ViperVDC/Sennheiser HD448.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.0014855801704,-1.9949019429714,0.993434585803336,1.9949019429714,-0.994920165973734,0.996544404764096,-1.97553361999214,0.979791528421345,1.97553361999214,-0.976335933185441,1.00512753474889,-1.95636589187695,0.95526619630007,1.95636589187695,-0.960393731048959,1.09225795587468,-1.17511932916232,0.460471452261739,1.17511932916232,-0.552729408136422,1.31691718793472,0.126881283078448,-0.400592607719285,-0.126881283078448,0.0836754197845681
-SR_48000:1.00136515840656,-1.99531655424857,0.993966781085429,1.99531655424857,-0.995331939491994,0.996822119445296,-1.97755984276431,0.98141561598336,1.97755984276431,-0.978237735428656,1.00471849497989,-1.96014768244153,0.958834754218815,1.96014768244153,-0.963553249198707,1.08625479079321,-1.25495250555583,0.495578223352977,1.25495250555583,-0.581833014146191,1.29904338920252,-5.98491296909086E-17,-0.321600646004255,5.98491296909086E-17,0.0225572568017326
diff --git a/ViperVDC/Sennheiser HD449.vdc b/ViperVDC/Sennheiser HD449.vdc
deleted file mode 100644
index cba03ba..0000000
--- a/ViperVDC/Sennheiser HD449.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00124529634949,-1.9967917665768,0.995554576977678,1.9967917665768,-0.996799873327169,0.990425563956695,-1.9478273155489,0.957686471873857,1.9478273155489,-0.948112035830553,0.957863315744971,-1.56305343157039,0.632389782938343,1.56305343157039,-0.590253098683314,1.0539423299396,-1.56719509863127,0.807438225054395,1.56719509863127,-0.861380554993993,1.14305124112664,-0.631186378763562,0.367795378493894,0.631186378763562,-0.510846619620538
-SR_48000:1.00114426474398,-1.99705265762444,0.995915236691566,1.99705265762444,-0.997059501435547,0.991184927130714,-1.9519865082278,0.961042422540452,1.9519865082278,-0.952227349671165,0.960641266765375,-1.59390683702924,0.656625272646474,1.59390683702924,-0.617266539411849,1.04983574826182,-1.62114199139145,0.822097781987094,1.62114199139145,-0.871933530248915,1.13386483550847,-0.771129434854268,0.40839403420007,0.771129434854268,-0.542258869708536
diff --git a/ViperVDC/Sennheiser HD518.vdc b/ViperVDC/Sennheiser HD518.vdc
deleted file mode 100644
index 456264f..0000000
--- a/ViperVDC/Sennheiser HD518.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00047007454714,-1.99635079881503,0.995898960505218,1.99635079881503,-0.996369035052358,0.972888180245339,-1.89052681375591,0.918406423331817,1.89052681375591,-0.891294603577156,1.03586443246221,-1.86150351027118,0.871972182512821,1.86150351027118,-0.907836614975032,0.833492145454859,-0.352557337228333,0.405605059153002,0.352557337228333,-0.239097204607861,1.47189572858308,0.258276468025214,-0.233803657478973,-0.258276468025214,-0.238092071104109
-SR_48000:1.00043194469117,-1.99664816340214,0.99623161422201,1.99664816340214,-0.996663558913177,0.974980730782324,-1.89903375328979,0.924703997018002,1.89903375328979,-0.899684727800326,1.03307316127811,-1.87572775592638,0.881936381948903,1.87572775592638,-0.915009543227012,0.842466068456502,-0.489875349963552,0.437639910879959,0.489875349963552,-0.280105979336462,1.44132652011099,0.0842031376628669,-0.153878371161269,-0.0842031376628669,-0.287448148949721
diff --git a/ViperVDC/Sennheiser HD540 RG.vdc b/ViperVDC/Sennheiser HD540 RG.vdc
deleted file mode 100644
index fcec00a..0000000
--- a/ViperVDC/Sennheiser HD540 RG.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00147831608192,-1.99280069667416,0.991354743109007,1.99280069667416,-0.992833059190924,1.03784437356766,-1.62447691329647,0.66983689799683,1.62447691329647,-0.707681271564486,0.954552225406183,-1.17915000165107,0.603503062028234,1.17915000165107,-0.558055287434417,1.07534447168074,-0.403466322443875,0.342677334995878,0.403466322443875,-0.418021806676619,0.847705785880542,0.270446529834381,0.541667444372114,-0.270446529834381,-0.389373230252656
-SR_48000:1.00135859828827,-1.99338613105494,0.992054857985114,1.99338613105494,-0.993413456273379,1.03517859736667,-1.65710163247723,0.693093748534752,1.65710163247723,-0.728272345901421,0.957502822994814,-1.25885149555195,0.629244760483981,1.25885149555195,-0.586747583478795,1.07073331607082,-0.556283731568545,0.382906127190568,0.556283731568545,-0.453639443261386,0.856826521525902,0.0746280907968038,0.569116485044566,-0.0746280907968038,-0.425943006570468
diff --git a/ViperVDC/Sennheiser HD558.vdc b/ViperVDC/Sennheiser HD558.vdc
deleted file mode 100644
index 37f5e92..0000000
--- a/ViperVDC/Sennheiser HD558.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00110973082678,-1.99460175631528,0.993510245748687,1.99460175631528,-0.994619976575471,0.982725151227052,-1.87998246363377,0.898975931316682,1.87998246363377,-0.881701082543734,1.01531561268542,-1.84438924864219,0.866383038835174,1.84438924864219,-0.881698651520592,0.955484994575772,-1.54265448412876,0.739674307745146,1.54265448412876,-0.695159302320917,1.18225197252536,0.726727926468082,-0.0658174802030512,-0.726727926468082,-0.116434492322306
-SR_48000:1.00101978801054,-1.99504064015352,0.994036235258916,1.99504064015352,-0.99505602326946,0.984052329915417,-1.88933192975278,0.906737330141681,1.88933192975278,-0.890789660057098,1.01413861495757,-1.8591286010025,0.876651440297329,1.8591286010025,-0.8907900552549,0.958596166066534,-1.58580664185373,0.757868574247816,1.58580664185373,-0.71646474031435,1.16767880103555,0.593542931495158,0.0194070619547668,-0.593542931495158,-0.187085862990317
diff --git a/ViperVDC/Sennheiser HD580.vdc b/ViperVDC/Sennheiser HD580.vdc
deleted file mode 100644
index d837f18..0000000
--- a/ViperVDC/Sennheiser HD580.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00197909870417,-1.99320024600992,0.991253516311084,1.99320024600992,-0.993232615015255,0.997322790374019,-1.97372377181072,0.976643401607733,1.97372377181072,-0.973966191981752,0.941356266735166,-0.775697231402701,0.488378454642677,0.775697231402701,-0.429734721377843,1.0404376125451,-1.33110111022619,0.763519079047268,1.33110111022619,-0.80395669159237,1.13341039844056,-0.00549888962197201,0.410402385978453,0.00549888962197201,-0.543812784419009
-SR_48000:1.00181879672969,-1.99375342577828,0.991961959301879,1.99375342577828,-0.993780756031573,0.997537711890525,-1.97585129416144,0.978518426819868,1.97585129416144,-0.976056138710393,0.944903691806059,-0.891367177248282,0.519327014629701,0.891367177248282,-0.46423070643576,1.03744435910398,-1.41321515142342,0.781023755655259,1.41321515142342,-0.818468114759241,1.124581710748,-0.205448467233363,0.449420133165451,0.205448467233363,-0.574001843913454
diff --git a/ViperVDC/Sennheiser HD598.vdc b/ViperVDC/Sennheiser HD598.vdc
deleted file mode 100644
index fd7f16a..0000000
--- a/ViperVDC/Sennheiser HD598.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00110973082678,-1.99460175631528,0.993510245748687,1.99460175631528,-0.994619976575471,0.985461396465395,-1.89923358309281,0.914977612751116,1.89923358309281,-0.900439009216511,1.01618576729267,-1.81365598343718,0.858791608002248,1.81365598343718,-0.874977375294922,0.962005000559003,-1.37282791254795,0.668522802904331,1.37282791254795,-0.630527803463335,0.974276291828278,-0.828422694965419,0.552639936592,0.828422694965419,-0.526916228420278
-SR_48000:1.00101978801054,-1.99504064015352,0.994036235258916,1.99504064015352,-0.99505602326946,0.986588554742363,-1.90713618662952,0.921569283490815,1.90713618662952,-0.908157838233178,1.01494591171456,-1.83248392212401,0.869608395944992,1.83248392212401,-0.884554307659549,0.964571237851304,-1.43368989250331,0.690911252891155,1.43368989250331,-0.655482490742459,0.975922641246967,-0.947959754304811,0.581271538825226,0.947959754304811,-0.557194180072193
diff --git a/ViperVDC/Sennheiser HD600.vdc b/ViperVDC/Sennheiser HD600.vdc
deleted file mode 100644
index d75a586..0000000
--- a/ViperVDC/Sennheiser HD600.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00144122918889,-1.99766492660701,0.99623180771342,1.99766492660701,-0.997673036902309,0.993375538452598,-1.95424656834006,0.96125986009193,1.95424656834006,-0.954635398544528,1.09131624835157,-1.28549787494541,0.674021888123074,1.28549787494541,-0.765338136474647,0.929620214173882,-0.929474847527905,0.588415944436555,0.929474847527905,-0.518036158610437,1.04826639581571,-0.167780727000757,0.578912756039175,0.167780727000757,-0.627179151854887
-SR_48000:1.00132425447239,-1.99785505402165,0.996537646110142,1.99785505402165,-0.997861900582531,0.993902553441427,-1.95791560027121,0.964341866720663,1.95791560027121,-0.958244420162089,1.08467949520406,-1.37037835607385,0.697713578255709,1.37037835607385,-0.782393073459767,0.934088667934544,-1.03623996301326,0.614547656821342,1.03623996301326,-0.548636324755886,1.04497745968608,-0.364720974516736,0.607606198484681,0.364720974516736,-0.65258365817076
diff --git a/ViperVDC/Sennheiser HD650.vdc b/ViperVDC/Sennheiser HD650.vdc
deleted file mode 100644
index 0cf9e7b..0000000
--- a/ViperVDC/Sennheiser HD650.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00122031353125,-1.9940757710799,0.992863553272384,1.9940757710799,-0.99408386680363,0.995212587666423,-1.95248654931506,0.958233503223499,1.95248654931506,-0.953446090889922,1.07235892311019,-1.24812972025402,0.576841863323142,1.24812972025402,-0.649200786433334,0.917556600907609,-0.880689595800947,0.705695929716864,0.880689595800947,-0.623252530624472,1.16969667039259,-0.20659865019281,0.250037829581517,0.20659865019281,-0.419734499974111
-SR_48000:1.00112143250574,-1.99455641106921,0.993441813820048,1.99455641106921,-0.994563246325788,0.99559324498907,-1.95633619539703,0.961554446090231,1.95633619539703,-0.957147691079301,1.06740517615817,-1.32745211161032,0.605811591446318,1.32745211161032,-0.673216767604484,0.923101737593285,-1.00359954834531,0.725490798861476,1.00359954834531,-0.648592536454761,1.15913026924673,-0.376805730163224,0.29673527578674,0.376805730163224,-0.455865545033471
diff --git a/ViperVDC/Sennheiser HD700.vdc b/ViperVDC/Sennheiser HD700.vdc
deleted file mode 100644
index 57f400b..0000000
--- a/ViperVDC/Sennheiser HD700.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.985821979798028,-1.92253084702234,0.937341264396591,1.92253084702234,-0.923163244194619,1.05214141801482,-1.79805376469927,0.813867068546038,1.79805376469927,-0.866008486560857,1.12339593068772,-1.35804407146786,0.628637420054435,1.35804407146786,-0.752033350742154,0.804636199200848,-0.88483538338086,0.589759786273565,0.88483538338086,-0.394395985474413,1.19459942044506,0.416515510571136,0.305324596726814,-0.416515510571136,-0.49992401717187
-SR_48000:0.98693322843184,-1.92865009223326,0.942252347421144,1.92865009223326,-0.929185575852984,1.04816361038325,-1.81850063502555,0.828066931599518,1.81850063502555,-0.876230541982764,1.11448346012166,-1.43191408162538,0.655459682706502,1.43191408162538,-0.769943142828158,0.816080387605785,-0.984258642840879,0.613791189624453,0.984258642840879,-0.429871577230238,1.18154057449238,0.200159600649907,0.351941688687885,-0.200159600649907,-0.533482263180264
diff --git a/ViperVDC/Sennheiser HD800.vdc b/ViperVDC/Sennheiser HD800.vdc
deleted file mode 100644
index 3dbc008..0000000
--- a/ViperVDC/Sennheiser HD800.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00090545246189,-1.99559209768678,0.994704874531637,1.99559209768678,-0.99561032699353,0.986527608386703,-1.90696600874679,0.921212866546093,1.90696600874679,-0.907740474932796,1.0433476532263,-1.73131144104856,0.746501034286786,1.73131144104856,-0.789848687513086,1.06063460189417,-1.57435651566819,0.732029759135471,1.57435651566819,-0.79266436102964,0.843295373937569,-0.771571616030748,0.440600341687919,0.771571616030748,-0.283895715625488
-SR_48000:1.00083203278311,-1.99595087866237,0.995134236013759,1.99595087866237,-0.995966268796864,0.987575775959459,-1.91426217746361,0.927342596204134,1.91426217746361,-0.914918372163593,1.04016297534593,-1.75540788956279,0.765125169360215,1.75540788956279,-0.805288144706148,1.05617138729393,-1.62147954881499,0.751754613494095,1.62147954881499,-0.807926000788027,0.851900088909262,-0.872457785358193,0.471317205229142,0.872457785358193,-0.323217294138404
diff --git a/ViperVDC/Sennheiser IE60.vdc b/ViperVDC/Sennheiser IE60.vdc
deleted file mode 100644
index 72c6a0b..0000000
--- a/ViperVDC/Sennheiser IE60.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.957669590215901,-1.87586383056363,0.91851605266254,1.87586383056363,-0.876185642878441,1.17045776856286,-1.54503458940272,0.487003855374564,1.54503458940272,-0.657461623937424,0.916171956241537,-1.07926463247123,0.629528019061378,1.07926463247123,-0.545699975302915,0.823542861480789,-0.937137260239765,0.538640742634005,0.937137260239765,-0.362183604114794,0.881002306430908,-0.385563503345573,0.47409829351746,0.385563503345573,-0.355100599948368
-SR_48000:0.960912528770443,-1.8853980610837,0.924758549150164,1.8853980610837,-0.885671077920607,1.158734390166,-1.5845991926281,0.522285602696947,1.5845991926281,-0.681019992862951,0.921570435364461,-1.17042087940994,0.653386207384227,1.17042087940994,-0.574956642748688,0.833685635170991,-1.02720363016865,0.565159718157532,1.02720363016865,-0.398845353328523,0.887903427773152,-0.532886958277583,0.504597300529073,0.532886958277583,-0.392500728302226
diff --git a/ViperVDC/Sennheiser IE80.vdc b/ViperVDC/Sennheiser IE80.vdc
deleted file mode 100644
index 8798f23..0000000
--- a/ViperVDC/Sennheiser IE80.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.966043356891896,-1.90005349319456,0.934635139775635,1.90005349319456,-0.90067849666753,1.02233826199861,-1.87253539856551,0.869364870044596,1.87253539856551,-0.89170313204321,1.10681609822854,-1.68403288891125,0.720722005541938,1.68403288891125,-0.827538103770481,0.864116090337205,-1.0968876279894,0.684361967499924,1.0968876279894,-0.548478057837129,1.07795929390537,0.574907112249318,0.319865018778573,-0.574907112249318,-0.397824312683945
-SR_48000:0.968676097773291,-1.9078494252848,0.939703035891618,1.9078494252848,-0.908379133664909,1.0206132438711,-1.88381076628109,0.879452851252699,1.88381076628109,-0.900066095123796,1.09881387876148,-1.71821578342919,0.741644355646824,1.71821578342919,-0.840458234408301,0.872859955839786,-1.1860518192848,0.704672661463093,1.1860518192848,-0.577532617302879,1.07286865571055,0.371960647746031,0.364276928373856,-0.371960647746031,-0.437145584084411
diff --git a/ViperVDC/Sennheiser IE800.vdc b/ViperVDC/Sennheiser IE800.vdc
deleted file mode 100644
index 37662f6..0000000
--- a/ViperVDC/Sennheiser IE800.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.982545699109084,-1.93675099970019,0.954364536541554,1.93675099970019,-0.936910235650638,1.16955452790647,-1.67734981551477,0.673615911274526,1.67734981551477,-0.843170439180999,1.06373039146516,-1.54014170751016,0.718348140866544,1.54014170751016,-0.782078532331704,0.785952652624119,-0.178451846765451,0.440358570612621,0.178451846765451,-0.22631122323674,1.14028827827281,0.542848104595653,0.179588033101007,-0.542848104595653,-0.319876311373816
-SR_48000:0.983922688376046,-1.94175270053936,0.957964769158594,1.94175270053936,-0.941887457534641,1.15674775519847,-1.71381138063159,0.698268315969503,1.71381138063159,-0.855016071167972,1.05906363438933,-1.59123978293566,0.738972536485555,1.59123978293566,-0.798036170874885,0.797378393603647,-0.328081699175513,0.47023195186207,0.328081699175513,-0.267610345465717,1.13111407669453,0.353120602902847,0.233239163859981,-0.353120602902847,-0.364353240554508
diff --git a/ViperVDC/Sennheiser MM 30i.vdc b/ViperVDC/Sennheiser MM 30i.vdc
deleted file mode 100644
index a79bc41..0000000
--- a/ViperVDC/Sennheiser MM 30i.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.957358393349971,-1.87490236408017,0.917917014071503,1.87490236408017,-0.875275407421474,1.25539455689528,-1.51261589357597,0.40675657883484,1.51261589357597,-0.662151135730118,0.769904954055262,-0.892088002526002,0.589306087852183,0.892088002526002,-0.359211041907446,0.917349264144011,-0.399037320513326,0.634731046249523,0.399037320513326,-0.552080310393534,1.20722455616132,0.358613197800343,0.0841860506561078,-0.358613197800343,-0.291410606817427
-SR_48000:0.960623724821331,-1.88450984879283,0.924202615817593,1.88450984879283,-0.884826340638924,1.23775129264462,-1.55719021206561,0.447739247266849,1.55719021206561,-0.685490539911473,0.783053806463736,-0.987000239429629,0.612775318203137,0.987000239429629,-0.395829124666873,0.922710824244479,-0.566628788038417,0.658426073620854,0.566628788038417,-0.581136897865333,1.19407487232261,0.1744319401731,0.142300128022366,-0.1744319401731,-0.336375000344981
diff --git a/ViperVDC/Sennheiser MM 550-X.vdc b/ViperVDC/Sennheiser MM 550-X.vdc
deleted file mode 100644
index 1ae3eaa..0000000
--- a/ViperVDC/Sennheiser MM 550-X.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.996300492574575,-1.96382579182378,0.967724638240387,1.96382579182378,-0.964025130814962,1.00512753474889,-1.95636589187695,0.95526619630007,1.95636589187695,-0.960393731048959,0.927484793265485,-1.66780885380376,0.810404032347293,1.66780885380376,-0.737888825612778,1.1272243374205,-1.45509465228093,0.617115751605207,1.45509465228093,-0.744340089025711,0.981653258819682,-1.88131357310185,0.918917903316164,1.88131357310185,-0.900571162135847
-SR_48000:0.996596108157749,-1.96673125630947,0.970303657226303,1.96673125630947,-0.966899765384052,1.00471849497989,-1.96014768244153,0.958834754218815,1.96014768244153,-0.963553249198707,0.932664701588556,-1.6967568575066,0.823947256935488,1.6967568575066,-0.756611958524044,1.11807251587632,-1.51490220438497,0.644658345926669,1.51490220438497,-0.762730861802985,0.983075804128313,-1.89195493903687,0.92520473949693,1.89195493903687,-0.908280543625243
diff --git a/ViperVDC/Sennheiser MOMENTUM.vdc b/ViperVDC/Sennheiser MOMENTUM.vdc
deleted file mode 100644
index a0df346..0000000
--- a/ViperVDC/Sennheiser MOMENTUM.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00023166293736,-1.99617040406805,0.995971158370549,1.99617040406805,-0.996202821307908,0.996208623960455,-1.96284486363478,0.96692315512004,1.96284486363478,-0.963131779080495,1.21259845248964,-1.43033720655106,0.553569114490538,1.43033720655106,-0.766167566980179,0.861420903624203,-0.140924958339443,0.50530433523428,0.140924958339443,-0.366725238858482,1.20327747329432,0.700145932498642,0.101629898121765,-0.700145932498642,-0.304907371416082
-SR_48000:1.00021287315447,-1.99648343627254,0.996297930794184,1.99648343627254,-0.996510803948655,0.996511454424242,-1.96583402283622,0.969565118399634,1.96583402283622,-0.966076572823876,1.19711559650887,-1.49551469391029,0.586081228406549,1.49551469391029,-0.783196824915419,0.869535688498421,-0.309816813591739,0.534272260432004,0.309816813591739,-0.403807948930425,1.18892431886228,0.518148371742643,0.165062626797591,-0.518148371742643,-0.353986945659868
diff --git a/ViperVDC/Sennheiser MX270.vdc b/ViperVDC/Sennheiser MX270.vdc
deleted file mode 100644
index 939c609..0000000
--- a/ViperVDC/Sennheiser MX270.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00407190507309,-1.99621545399456,0.992161783922447,1.99621545399456,-0.996233688995541,0.994669763610624,-1.94759612368155,0.953497780123632,1.94759612368155,-0.948167543734255,0.977374488907665,-1.79120320529403,0.867685024822524,1.79120320529403,-0.845059513730189,1.06108597604387,-1.63097616600124,0.781937043052013,1.63097616600124,-0.843023019095885,1.16226614395974,0.594368533343207,0.282876504129697,-0.594368533343207,-0.445142648089441
-SR_48000:1.003741634983,-1.99652377795867,0.992797537527612,1.99652377795867,-0.996539172510612,0.995092529072941,-1.95179525516942,0.957186084177836,1.95179525516942,-0.952278613250777,0.979081968541064,-1.81096920290492,0.87767044015247,1.81096920290492,-0.856752408693534,1.05647670332104,-1.67417637646324,0.798391091991131,1.67417637646324,-0.854867795312175,1.15133585985453,0.383703883952772,0.331182104775099,-0.383703883952772,-0.482517964629625
diff --git a/ViperVDC/Sennheiser MX271.vdc b/ViperVDC/Sennheiser MX271.vdc
deleted file mode 100644
index 674c01f..0000000
--- a/ViperVDC/Sennheiser MX271.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00248977333615,-1.99668816232029,0.994216628303207,1.99668816232029,-0.996706401639356,0.974478460177226,-1.90705168470455,0.93327218859899,1.90705168470455,-0.907750648776216,1.08500051718002,-1.66063478669981,0.777760334260267,1.66063478669981,-0.862760851440286,0.713200026871961,-0.402455329246773,0.250141854700118,0.402455329246773,0.0366581184279211,1.64712111543903,0.576396230281168,-0.245676173709063,-0.576396230281168,-0.40144494172997
-SR_48000:1.00228778524538,-1.99695820382173,0.994685816478015,1.99695820382173,-0.99697360172339,0.976464018020306,-1.91433536153795,0.938463565381068,1.91433536153795,-0.914927583401374,1.0785238565829,-1.70115001531858,0.794694006359755,1.70115001531858,-0.873217862942656,0.725752227023081,-0.504356333760226,0.28296044049737,0.504356333760226,-0.00871266752045085,1.59932616892467,0.374162504619094,-0.153673263162329,-0.374162504619094,-0.445652905762343
diff --git a/ViperVDC/Sennheiser MX360.vdc b/ViperVDC/Sennheiser MX360.vdc
deleted file mode 100644
index a8f71b1..0000000
--- a/ViperVDC/Sennheiser MX360.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00221351041526,-1.98919611983032,0.987055294598415,1.98919611983032,-0.989268805013677,0.962175396816236,-1.7363061737087,0.832836899903302,1.7363061737087,-0.795012296719538,1.08638078999848,-1.58509008077505,0.691640345125332,1.58509008077505,-0.778021135123808,1.19477177236838,0.184714696471549,0.139220228636721,-0.184714696471549,-0.333992001005103
-SR_48000:1.00203454906891,-1.99007503692791,0.988101868353307,1.99007503692791,-0.990136417422218,0.964959024733753,-1.76008481612182,0.845138942305363,1.76008481612182,-0.810097967039116,1.08006676113468,-1.62943293321613,0.714179983410007,1.62943293321613,-0.794246744544683,1.1826581418812,-8.42170168877408E-17,0.192755543093944,8.42170168877408E-17,-0.375413684975148
diff --git a/ViperVDC/Sennheiser MX365.vdc b/ViperVDC/Sennheiser MX365.vdc
deleted file mode 100644
index 3224c43..0000000
--- a/ViperVDC/Sennheiser MX365.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00271353177783,-1.9945147119808,0.991833570554851,1.9945147119808,-0.994547102332683,0.981441084450359,-1.87214741179054,0.891466652830507,1.87214741179054,-0.872907737280866,1.13433636722772,-1.69868535444556,0.687956677503714,1.69868535444556,-0.82229304473143,0.978438773736849,-1.11960058988267,0.625029506483018,1.11960058988267,-0.603468280219867,1.36249488198993,0.147948649226443,-0.294023783600726,-0.147948649226443,-0.0684710983892024
-SR_48000:1.00249360944102,-1.99496169395528,0.992495431330425,1.99496169395528,-0.994989040771441,0.982860712472316,-1.88198428178107,0.899768699388476,1.88198428178107,-0.882629411860792,1.12429584568896,-1.73028930160768,0.711279309827388,1.73028930160768,-0.835575155516344,0.979875740441052,-1.21124839356557,0.650019741623927,1.21124839356557,-0.629895482064979,1.34095436384597,-6.88121802203105E-17,-0.217129062670189,6.88121802203105E-17,-0.123825301175782
diff --git a/ViperVDC/Sennheiser MX375.vdc b/ViperVDC/Sennheiser MX375.vdc
deleted file mode 100644
index 3224c43..0000000
--- a/ViperVDC/Sennheiser MX375.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00271353177783,-1.9945147119808,0.991833570554851,1.9945147119808,-0.994547102332683,0.981441084450359,-1.87214741179054,0.891466652830507,1.87214741179054,-0.872907737280866,1.13433636722772,-1.69868535444556,0.687956677503714,1.69868535444556,-0.82229304473143,0.978438773736849,-1.11960058988267,0.625029506483018,1.11960058988267,-0.603468280219867,1.36249488198993,0.147948649226443,-0.294023783600726,-0.147948649226443,-0.0684710983892024
-SR_48000:1.00249360944102,-1.99496169395528,0.992495431330425,1.99496169395528,-0.994989040771441,0.982860712472316,-1.88198428178107,0.899768699388476,1.88198428178107,-0.882629411860792,1.12429584568896,-1.73028930160768,0.711279309827388,1.73028930160768,-0.835575155516344,0.979875740441052,-1.21124839356557,0.650019741623927,1.21124839356557,-0.629895482064979,1.34095436384597,-6.88121802203105E-17,-0.217129062670189,6.88121802203105E-17,-0.123825301175782
diff --git a/ViperVDC/Sennheiser MX400.vdc b/ViperVDC/Sennheiser MX400.vdc
deleted file mode 100644
index 4c9dc0a..0000000
--- a/ViperVDC/Sennheiser MX400.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00487371288482,-1.98326222266629,0.978460978140362,1.98326222266629,-0.983334691025179,0.958442011679179,-1.70321190649577,0.816337474110695,1.70321190649577,-0.774779485789875,1.10409138774599,-1.63315589520519,0.727845947453931,1.63315589520519,-0.831937335199922
-SR_48000:1.00448075446841,-1.98461717177436,0.980197629461652,1.98461717177436,-0.984678383930058,0.961469007941147,-1.73015095600276,0.829715065322248,1.73015095600276,-0.791184073263394,1.09627621265531,-1.67512045873072,0.748279257243938,1.67512045873072,-0.844555469899249
diff --git a/ViperVDC/Sennheiser MX470.vdc b/ViperVDC/Sennheiser MX470.vdc
deleted file mode 100644
index 6e78dfe..0000000
--- a/ViperVDC/Sennheiser MX470.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00407190507309,-1.99621545399456,0.992161783922447,1.99621545399456,-0.996233688995541,0.973243911638361,-1.87663314294207,0.904486886805078,1.87663314294207,-0.877730798443438,1.08452199161151,-1.70601060297537,0.745629335651084,1.70601060297537,-0.830151327262595,0.740396870914766,-0.337648795137729,0.218719067624581,0.337648795137729,0.0408840614606534,1.1295761574582,-1.84799042323612,0.75057229910209,1.84799042323612,-0.880148456560286
-SR_48000:1.003741634983,-1.99652377795867,0.992797537527612,1.99652377795867,-0.996539172510612,0.975295419863162,-1.88617454885309,0.911810301747027,1.88617454885309,-0.887105721610189,1.07818339507584,-1.73718350930268,0.764705471708409,1.73718350930268,-0.842888866784253,0.751866865222069,-0.444546625094983,0.253238250341397,0.444546625094983,-0.00510511556346612,1.11961943008778,-1.86206816296111,0.769738507339681,1.86206816296111,-0.88935793742746
diff --git a/ViperVDC/Sennheiser MX471.vdc b/ViperVDC/Sennheiser MX471.vdc
deleted file mode 100644
index ac67a5b..0000000
--- a/ViperVDC/Sennheiser MX471.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.0012984517467,-1.99663845092922,0.995364824372523,1.99663845092922,-0.996663276119221,0.953784535508913,-1.85605740877184,0.902953147140183,1.85605740877184,-0.856737682649096,1.13550873715266,-1.65604341122741,0.715448137966678,1.65604341122741,-0.850956875119336,0.837675143051685,-0.607810330930692,0.282617026320032,0.607810330930692,-0.120292169371717,1.22226785973427,0.473733420979366,0.483704949992795,-0.473733420979366,-0.705972809727064
-SR_48000:1.00119311422662,-1.99691301161342,0.995740855216165,1.99691301161342,-0.996933969442782,0.95729136024462,-1.86703082503363,0.910317052445018,1.86703082503363,-0.867608412689639,1.1252377751835,-1.6962595133273,0.737015908537109,1.6962595133273,-0.862253683720609,0.845704817311811,-0.708481669973083,0.31810359138902,0.708481669973083,-0.16380840870083,1.20619411149111,0.225449535350098,0.521041867093301,-0.225449535350098,-0.72723597858441
diff --git a/ViperVDC/Sennheiser MX580.vdc b/ViperVDC/Sennheiser MX580.vdc
deleted file mode 100644
index 8cc10b3..0000000
--- a/ViperVDC/Sennheiser MX580.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00148359137414,-1.99615509264864,0.994703918265707,1.99615509264864,-0.996187509639847,0.953618773791412,-1.81237670793379,0.860414750066194,1.81237670793379,-0.814033523857606,1.14463333092759,-1.5969626988376,0.621846264157477,1.5969626988376,-0.766479595085063,0.915010790457042,-1.05906117769131,0.624396330797013,1.05906117769131,-0.539407121254055,1.33220556098304,0.871229796738436,0.131425839758238,-0.871229796738436,-0.463631400741275
-SR_48000:1.00136326064915,-1.99646936458611,0.995133471420174,1.99646936458611,-0.996496732069322,0.957063810685547,-1.82643726643627,0.870782659136479,1.82643726643627,-0.827846469822026,1.13411432026968,-1.63863036437132,0.649348936965626,1.63863036437132,-0.783463257235307,0.920464820774489,-1.15212620174423,0.648500023609241,1.15212620174423,-0.568964844383731,1.30704308795247,0.6653162715685,0.19721484647282,-0.6653162715685,-0.504257934425286
diff --git a/ViperVDC/Sennheiser MX880.vdc b/ViperVDC/Sennheiser MX880.vdc
deleted file mode 100644
index 0a99089..0000000
--- a/ViperVDC/Sennheiser MX880.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00116781757914,-1.99595608530451,0.994838914609945,1.99595608530451,-0.996006732189084,0.905021828696021,-1.66586896604368,0.817171713002199,1.66586896604368,-0.72219354169822,1.10409138774599,-1.63315589520519,0.727845947453931,1.63315589520519,-0.831937335199922,0.916853395416662,-1.14658079685941,0.749768591073522,1.14658079685941,-0.666621986490184,1.18225197252536,0.726727926468082,-0.0658174802030512,-0.726727926468082,-0.116434492322306
-SR_48000:1.00107310643105,-1.9962878320359,0.995257483683942,1.9962878320359,-0.996330590114989,0.9117480886352,-1.69373958145798,0.830119431048341,1.69373958145798,-0.741867519683541,1.09627621265531,-1.67512045873072,0.748279257243938,1.67512045873072,-0.844555469899249,0.922574613356765,-1.24068291346124,0.766986713606626,1.24068291346124,-0.689561326963391,1.16767880103555,0.593542931495158,0.0194070619547668,-0.593542931495158,-0.187085862990317
diff --git a/ViperVDC/Sennheiser MX95.vdc b/ViperVDC/Sennheiser MX95.vdc
deleted file mode 100644
index 392d788..0000000
--- a/ViperVDC/Sennheiser MX95.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00258012325298,-1.98739260599492,0.984911326741786,1.98739260599492,-0.987491449994762,0.982937947106709,-1.78663527608012,0.851146688959714,1.78663527608012,-0.834084636066422,1.07014224768843,-1.55764123801616,0.690011405687908,1.55764123801616,-0.760153653376333,0.929453700751031,-1.136683499577,0.748165853895513,1.136683499577,-0.677619554646543,1.28081450495098,0.143975182017819,-0.241039409499346,-0.143975182017819,-0.0397750954516349
-SR_48000:1.00237169249189,-1.98841845450824,0.986130238918674,1.98841845450824,-0.988501931410568,0.984218658898754,-1.80618727669873,0.862319915999069,1.80618727669873,-0.846538574897822,1.0650620133297,-1.60436804079043,0.712463134275684,1.60436804079043,-0.777525147605385,0.934338269533546,-1.23309357292552,0.765602646775212,1.23309357292552,-0.699940916308758,1.26454987859127,-6.70711272803203E-17,-0.169159068785813,6.70711272803203E-17,-0.0953908098054606
diff --git a/ViperVDC/Sennheiser MX980.vdc b/ViperVDC/Sennheiser MX980.vdc
deleted file mode 100644
index 7bc074f..0000000
--- a/ViperVDC/Sennheiser MX980.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.0024717836058,-1.99149738085557,0.989076130995837,1.99149738085557,-0.991547914601638,0.990776059978775,-1.90855952241899,0.919528205569197,1.90855952241899,-0.910304265547972,0.934959793279968,-1.72586387535141,0.863423478676745,1.72586387535141,-0.798383271956712,1.13679375887797,-1.53792039824865,0.588316381794332,1.53792039824865,-0.725110140672307,0.959200145080799,-1.21881336132384,0.76140066985238,1.21881336132384,-0.720600814933179
-SR_48000:1.00227173075978,-1.9921893105566,0.98996025009052,1.9921893105566,-0.992231980850303,0.991494604439247,-1.91581339641106,0.925796954279557,1.91581339641106,-0.917291558718804,0.939752954935389,-1.75145678444416,0.873488535017284,1.75145678444416,-0.813241489952673,1.12705039871425,-1.58442797104176,0.617639223703084,1.58442797104176,-0.744689622417335,0.962091398895568,-1.30850218671195,0.778308848199009,1.30850218671195,-0.740400247094576
diff --git a/ViperVDC/Sennheiser MX985.vdc b/ViperVDC/Sennheiser MX985.vdc
deleted file mode 100644
index 00280cd..0000000
--- a/ViperVDC/Sennheiser MX985.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.0024717836058,-1.99149738085557,0.989076130995837,1.99149738085557,-0.991547914601638,0.990776059978775,-1.90855952241899,0.919528205569197,1.90855952241899,-0.910304265547972,0.949735948059405,-1.74499392090974,0.868581198413834,1.74499392090974,-0.818317146473239,1.16197734240789,-1.54983639116686,0.576499159906274,1.54983639116686,-0.738476502314162,0.959200145080799,-1.21881336132384,0.76140066985238,1.21881336132384,-0.720600814933179
-SR_48000:1.00227173075978,-1.9921893105566,0.98996025009052,1.9921893105566,-0.992231980850303,0.991494604439247,-1.91581339641106,0.925796954279557,1.91581339641106,-0.917291558718804,0.95347817761275,-1.76942513099869,0.878365513529181,1.76942513099869,-0.831843691141931,1.15035726208551,-1.59582361887846,0.606880654659366,1.59582361887846,-0.757237916744873,0.962091398895568,-1.30850218671195,0.778308848199009,1.30850218671195,-0.740400247094576
diff --git a/ViperVDC/Sennheiser OMX 680 SPORTS.vdc b/ViperVDC/Sennheiser OMX 680 SPORTS.vdc
deleted file mode 100644
index c553e72..0000000
--- a/ViperVDC/Sennheiser OMX 680 SPORTS.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.0153291303937,-1.98308950111005,0.967810691114579,1.98308950111005,-0.983139821508284,0.937589119935053,-1.56240328561689,0.635018452714846,1.56240328561689,-0.572607572649899,0.943617230816381,-1.65745041266526,0.798726415367982,1.65745041266526,-0.742343646184362,1.19150869480002,-1.52189978628809,0.555153897298504,1.52189978628809,-0.746662592098527,0.841994776983928,-0.874885209844346,0.586884537727516,0.874885209844346,-0.428879314711444
-SR_48000:1.01409328033077,-1.98445660155565,0.970405825893269,1.98445660155565,-0.984499106224042,0.941656567465507,-1.59169413437813,0.658805063184387,1.59169413437813,-0.600461630649894,0.947655217103185,-1.68828626027156,0.813141102450718,1.68828626027156,-0.760796319553903,1.17770528814178,-1.57255740697779,0.587217149895646,1.57255740697779,-0.764922438037428,0.851472776351416,-0.979030545378136,0.611665415317366,0.979030545378136,-0.463138191668783
diff --git a/ViperVDC/Sennheiser PX 88.vdc b/ViperVDC/Sennheiser PX 88.vdc
deleted file mode 100644
index 1d32a1c..0000000
--- a/ViperVDC/Sennheiser PX 88.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00080492069527,-1.99607947562172,0.995292788685297,1.99607947562172,-0.996097709380569,0.932283503426217,-1.50711132461858,0.758267601938096,1.50711132461858,-0.690551105364313,1.20942647770907,-1.24266835875728,0.596864377931781,1.24266835875728,-0.806290855640846,0.890097279163097,-0.720994995419526,0.607672434257056,0.720994995419526,-0.497769713420153,1.10537374224185,0.206198155723908,0.383769761832639,-0.206198155723908,-0.489143504074487
-SR_48000:1.00073963811301,-1.99639880859689,0.995674564072218,1.99639880859689,-0.996414202185228,0.937002611786061,-1.55484677673258,0.775113738969066,1.55484677673258,-0.712116350755128,1.19386730387655,-1.33696801207191,0.626815018798466,1.33696801207191,-0.820682322675015,0.896988668821691,-0.849612327513065,0.632273118469004,0.849612327513065,-0.529261787290696,1.09852121241376,-9.32148844728247E-17,0.423843654988272,9.32148844728247E-17,-0.522364867402036
diff --git a/ViperVDC/Sennheiser PX200-ll.vdc b/ViperVDC/Sennheiser PX200-ll.vdc
deleted file mode 100644
index d67b8bf..0000000
--- a/ViperVDC/Sennheiser PX200-ll.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.989946614252163,-1.9538600001119,0.964111713268893,1.9538600001119,-0.954058327521056,1.00338512943428,-1.93741375830464,0.941129338419835,1.93741375830464,-0.944514467854116,0.97156271923381,-1.64690037466047,0.751906559808284,1.64690037466047,-0.723469279042094,1.11655527576453,-1.41511997441929,0.64922451110868,1.41511997441929,-0.765779786873214
-SR_48000:0.99074619678822,-1.95754451479579,0.966966039964291,1.95754451479579,-0.95771223675251,1.0031170909831,-1.94290004368901,0.945790785273289,1.94290004368901,-0.948907876256389,0.973580269246106,-1.67764456185049,0.769508134565894,1.67764456185049,-0.743088403812,1.10808098169889,-1.48235155319655,0.674728072611045,1.48235155319655,-0.782809054309933
diff --git a/ViperVDC/Sennheiser PX200.vdc b/ViperVDC/Sennheiser PX200.vdc
deleted file mode 100644
index 056cd32..0000000
--- a/ViperVDC/Sennheiser PX200.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00494424311209,-1.99003212467656,0.985120199120414,1.99003212467656,-0.990064442232506,1.01634115229927,-1.83114870873495,0.857435993126263,1.83114870873495,-0.873777145425528,0.98433837958606,-1.75767605878905,0.863364387072806,1.75767605878905,-0.847702766658867,1.15426129831236,-0.963691753817222,0.44932246268001,0.963691753817222,-0.603583760992365
-SR_48000:1.00454435632186,-1.99084073259893,0.986323666603339,1.99084073259893,-0.990868022925196,1.01509013521242,-1.84725051478949,0.868350156662712,1.84725051478949,-0.883440291875132,0.985521943509658,-1.78264917326213,0.87369007355128,1.78264917326213,-0.859212017060938,1.143903744232,-1.07486574887083,0.486296560759238,1.07486574887083,-0.630200304991235
diff --git a/ViperVDC/Sennheiser PXC360.vdc b/ViperVDC/Sennheiser PXC360.vdc
deleted file mode 100644
index baf4f7e..0000000
--- a/ViperVDC/Sennheiser PXC360.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.996300492574575,-1.96382579182378,0.967724638240387,1.96382579182378,-0.964025130814962,1.00512753474889,-1.95636589187695,0.95526619630007,1.95636589187695,-0.960393731048959,0.927484793265485,-1.66780885380376,0.810404032347293,1.66780885380376,-0.737888825612778,1.1272243374205,-1.45509465228093,0.617115751605207,1.45509465228093,-0.744340089025711,0.872028965219083,-0.190116521904096,0.434441260556491,0.190116521904096,-0.306470225775573
-SR_48000:0.996596108157749,-1.96673125630947,0.970303657226303,1.96673125630947,-0.966899765384052,1.00471849497989,-1.96014768244153,0.958834754218815,1.96014768244153,-0.963553249198707,0.932664701588556,-1.6967568575066,0.823947256935488,1.6967568575066,-0.756611958524044,1.11807251587632,-1.51490220438497,0.644658345926669,1.51490220438497,-0.762730861802985,0.879281207693217,-0.348311742242568,0.466492022034131,0.348311742242568,-0.345773229727349
diff --git a/ViperVDC/Sherwood SE777.vdc b/ViperVDC/Sherwood SE777.vdc
deleted file mode 100644
index 1f6480b..0000000
--- a/ViperVDC/Sherwood SE777.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00074048432775,-1.99640199453132,0.995669615371506,1.99640199453132,-0.99641009969926,0.978893534789781,-1.90277551918959,0.924654748724084,1.90277551918959,-0.903548283513865,1.17283365777273,-1.33394923778396,0.548114580872026,1.33394923778396,-0.720948238644759,0.844334669612447,-0.637439215353703,0.593002347040695,0.637439215353703,-0.437337016653142,1.23965659355455,0.163462630590081,-0.0591449946628634,-0.163462630590081,-0.180511598891685
-SR_48000:1.00068041918601,-1.99669445554129,0.996020878938845,1.99669445554129,-0.996701298124853,0.980532299768732,-1.91038219981709,0.930504764721146,1.91038219981709,-0.911037064489878,1.16053139490667,-1.40834575050717,0.580279688543148,1.40834575050717,-0.740811083449817,0.853736389616948,-0.768762680529859,0.617583787018922,0.768762680529859,-0.471320176635871,1.22533874649013,-7.52808657642955E-17,0.00413169565351308,7.52808657642955E-17,-0.229470442143641
diff --git a/ViperVDC/Skullcandy 50-50.vdc b/ViperVDC/Skullcandy 50-50.vdc
deleted file mode 100644
index 5f9da3d..0000000
--- a/ViperVDC/Skullcandy 50-50.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.960881697248471,-1.89539581064289,0.934637241149747,1.89539581064289,-0.895518938398218,1.10095839331376,-1.76655329471217,0.73603737567675,1.76655329471217,-0.836995768990514,0.870842656463959,-1.04988030349925,0.728785291851293,1.04988030349925,-0.599627948315252,0.938552648813944,-0.449327632257597,0.640653211601526,0.449327632257597,-0.579205860415471,1.2501225586389,0.74514259069406,-0.105398570952998,-0.74514259069406,-0.144723987685903
-SR_48000:0.963906947535099,-1.90349470282133,0.939692130831504,1.90349470282133,-0.903599078366603,1.09336141161555,-1.78934386072781,0.755900203918907,1.78934386072781,-0.84926161553446,0.879399228592573,-1.14986330508174,0.746753052329178,1.14986330508174,-0.626152280921752,0.942600894086278,-0.614944883527608,0.664327526428501,0.614944883527608,-0.606928420514779,1.22965702003355,0.607352208926895,-0.0149526021797615,-0.607352208926895,-0.214704417853791
diff --git a/ViperVDC/Skullcandy Aviator.vdc b/ViperVDC/Skullcandy Aviator.vdc
deleted file mode 100644
index 80b6ac1..0000000
--- a/ViperVDC/Skullcandy Aviator.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.983488107941413,-1.93329279071125,0.950307122767464,1.93329279071125,-0.933795230708877,1.01112639472988,-1.89466290758494,0.902930748964291,1.89466290758494,-0.914057143694168,0.982452086787027,-1.75559149067954,0.846907930720011,1.75559149067954,-0.829360017507039,0.963757947793269,-1.35787315328935,0.788054898802307,1.35787315328935,-0.751812846595575,0.864568955728741,-0.360223659587062,0.401472287766534,0.360223659587062,-0.266041243495275
-SR_48000:0.984788841414033,-1.93858529114429,0.954221706785927,1.93858529114429,-0.93901054819996,1.01025798296067,-1.90433254735145,0.910506974873374,1.90433254735145,-0.920764957834047,0.983766203455462,-1.77936943587649,0.858372589657194,1.77936943587649,-0.842138793112657,0.96636777511782,-1.43170528651941,0.803317282765982,1.43170528651941,-0.769685057883802,0.872017984456256,-0.499941737001802,0.434392731868784,0.499941737001802,-0.306410716325041
diff --git a/ViperVDC/Skullcandy HESH2.vdc b/ViperVDC/Skullcandy HESH2.vdc
deleted file mode 100644
index 9121f11..0000000
--- a/ViperVDC/Skullcandy HESH2.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00146717693771,-1.9961790384436,0.994762514047839,1.9961790384436,-0.996229690985553,1.00331316000488,-1.97195403768131,0.971095222842329,1.97195403768131,-0.974408382847212,1.07718458663468,-1.57988728026794,0.658888297681496,1.57988728026794,-0.736072884316178,1.42904942542905,-1.21327844188765,0.174101054888406,1.21327844188765,-0.60315048031746,1.08183061697454,-0.571476475290158,0.286090697449491,0.571476475290158,-0.367921314424028
-SR_48000:1.00134817523943,-1.99649273565261,0.995187322881052,1.99649273565261,-0.996535498120486,1.00304712839393,-1.9743893330238,0.973416144385519,1.9743893330238,-0.976463272779453,1.07166218834483,-1.62136823018255,0.68329413780664,1.62136823018255,-0.754956326151472,1.40008184787761,-1.29312156313842,0.229862210420191,1.29312156313842,-0.629944058297805,1.07697769451266,-0.702703207154308,0.32842871979596,0.702703207154308,-0.405406414308616
diff --git a/ViperVDC/Skullcandy Navigator.vdc b/ViperVDC/Skullcandy Navigator.vdc
deleted file mode 100644
index 499ff71..0000000
--- a/ViperVDC/Skullcandy Navigator.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00121208217898,-1.99583714104386,0.994643290410044,1.99583714104386,-0.995855372589027,0.952231212097717,-1.8504491243169,0.899691356953931,1.8504491243169,-0.851922569051648,1.30861275023056,-0.913419708824502,-0.101676902384161,0.913419708824502,-0.2069358478464,1.08116084918349,0.190129161910633,0.291933907170423,-0.190129161910633,-0.373094756353915
-SR_48000:1.0011137879789,-1.99617609063124,0.995077694523372,1.99617609063124,-0.996191482502268,0.955847361003345,-1.8618808995481,0.907284829715228,1.8618808995481,-0.863132190718573,1.29205414310214,-0.991285224002019,-0.0425664638316064,0.991285224002019,-0.249487679270531,1.07614011747568,-8.64496193157157E-17,0.335735936341602,8.64496193157157E-17,-0.411876053817287
diff --git a/ViperVDC/Skullcandy UPROCK.vdc b/ViperVDC/Skullcandy UPROCK.vdc
deleted file mode 100644
index 972778b..0000000
--- a/ViperVDC/Skullcandy UPROCK.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.980500645772173,-1.92923624772932,0.949017604721684,1.92923624772932,-0.929518250493857,0.993169519073782,-1.95005348903178,0.960055049783652,1.95005348903178,-0.953224568857434,0.959630263939524,-1.79631909988142,0.878506452752644,1.79631909988142,-0.838136716692167,1.58888114291963,-0.946425668936486,-0.36788296560502,0.946425668936486,-0.220998177314614,1.28141916987005,0.341066417389415,-0.64575157325113,-0.341066417389415,0.364332403381084
-SR_48000:0.98203357851517,-1.93482041729364,0.953025562222504,1.93482041729364,-0.935059140737674,0.993712568552973,-1.95426147245337,0.963230826811009,1.95426147245337,-0.956943395363982,0.962665943524838,-1.81475518029865,0.887642392620412,1.81475518029865,-0.85030833614525,1.556655965615,-1.02229594015444,-0.293028690462062,1.02229594015444,-0.263627275152941,1.2605710632172,0.281938240369869,-0.523830936717831,-0.281938240369869,0.26325987350063
diff --git a/ViperVDC/Superlux HD330.vdc b/ViperVDC/Superlux HD330.vdc
deleted file mode 100644
index 9e2cdec..0000000
--- a/ViperVDC/Superlux HD330.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.0013536840629,-1.99650310407608,0.995167657641775,1.99650310407608,-0.996521341704679,0.983594383800899,-1.88722256199284,0.904059241300822,1.88722256199284,-0.88765362510172,1.36887443175251,-1.14120597947405,0.289934944538424,1.14120597947405,-0.658809376290936,0.856663875140682,-0.501761806370518,0.568626997418048,0.501761806370518,-0.42529087255873,0.914569907764562,0.879437836263309,0.254688039519431,-0.879437836263309,-0.169257947283993
-SR_48000:1.00124387296537,-1.99678813450836,0.995559658133301,1.99678813450836,-0.996803531098669,0.98485835568857,-1.89594382801055,0.911451004000006,1.89594382801055,-0.896309359688577,1.34327550733505,-1.23548816152822,0.339211609228578,1.23548816152822,-0.682487116563631,0.865280486704759,-0.645670435390931,0.594558866345901,0.645670435390931,-0.45983935305066,0.921157555636,0.7507962848952,0.312160209120815,-0.7507962848952,-0.233317764756816
diff --git a/ViperVDC/Superlux HD660.vdc b/ViperVDC/Superlux HD660.vdc
deleted file mode 100644
index 3c5f742..0000000
--- a/ViperVDC/Superlux HD660.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00118819240964,-1.99840994381105,0.997240006448584,1.99840994381105,-0.998428198858225,0.985665156865912,-1.85984932605679,0.874939500123623,1.85984932605679,-0.860604656989535,1.34121091477826,-1.24288039247309,0.343185847891256,1.24288039247309,-0.684396762669517,0.834400417195735,-0.493361426055962,0.567028564648425,0.493361426055962,-0.40142898184416,1.20043209056319,0.551730811652362,-0.17213560301066,-0.551730811652362,-0.0282964875525324
-SR_48000:1.0010917214734,-1.99854040540072,0.997464094028824,1.99854040540072,-0.998555815502219,0.986755046287104,-1.87056178024818,0.884447948493051,1.87056178024818,-0.871202994780155,1.31726633237456,-1.32623402502866,0.389277985944069,1.32623402502866,-0.706544318318627,0.844198587665073,-0.635500354640906,0.59264655148202,0.635500354640906,-0.436845139147092,1.18601760901346,0.420254726329718,-0.0878390865401262,-0.420254726329718,-0.0981785224733319
diff --git a/ViperVDC/Superlux HD668B.vdc b/ViperVDC/Superlux HD668B.vdc
deleted file mode 100644
index d783ae8..0000000
--- a/ViperVDC/Superlux HD668B.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00049224450801,-1.99618968482102,0.995705544618995,1.99618968482102,-0.996197789127004,0.991224886131518,-1.95965904483056,0.968674851387457,1.95965904483056,-0.959899737518974,0.956039679694015,-1.11507325392401,0.742918130496913,1.11507325392401,-0.698957810190929,1.04768245413465,-1.47215939271577,0.789270840076177,1.47215939271577,-0.836953294210826,0.799248644356936,-0.452282905860425,0.283363595739182,0.452282905860425,-0.0826122400961184
-SR_48000:1.00045231949439,-1.99649933728736,0.996053859707867,1.99649933728736,-0.996506179202262,0.991924720961347,-1.96289432131016,0.971173101595626,1.96289432131016,-0.963097822556973,0.959120186987684,-1.21626132303499,0.760933071438245,1.21626132303499,-0.720053258425929,1.04409529294765,-1.53756968157013,0.805124039689437,1.53756968157013,-0.849219332637091,0.808947153530455,-0.563466103916166,0.317985054301876,0.563466103916166,-0.126932207832331
diff --git a/ViperVDC/Superlux HD681.vdc b/ViperVDC/Superlux HD681.vdc
deleted file mode 100644
index 77bb3eb..0000000
--- a/ViperVDC/Superlux HD681.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.993430756845574,-1.9698820888356,0.976549305095236,1.9698820888356,-0.96998006194081,0.988568616835931,-1.70256203881713,0.801197235523734,1.70256203881713,-0.789765852359665,0.794534198774721,-0.965558854203876,0.568546814387646,0.965558854203876,-0.363081013162367,0.727759849518295,-0.00428748488973057,0.475951161395877,0.00428748488973057,-0.203711010914172,1.17077247323143,0.628881702544394,0.00131513209143821,-0.628881702544394,-0.172087605322864
-SR_48000:0.993957142868101,-1.9723027252786,0.978428382749426,1.9723027252786,-0.972385525617527,0.989407949064103,-1.73086328434626,0.815794031456458,1.73086328434626,-0.805201980520561,0.806322240263878,-1.0522919166919,0.593300267382242,1.0522919166919,-0.39962250764612,0.742014754694236,-0.162558090448205,0.503391149541071,0.162558090448205,-0.245405904235307,1.15878700970766,0.470774730356159,0.0714066452583772,-0.470774730356159,-0.23019365496604
diff --git a/ViperVDC/TDK BA-200.vdc b/ViperVDC/TDK BA-200.vdc
deleted file mode 100644
index 4027a1d..0000000
--- a/ViperVDC/TDK BA-200.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.978598437747043,-1.91356055146435,0.935591560201146,1.91356055146435,-0.914189997948189,0.984892390501289,-1.79899938051871,0.868197706931792,1.79899938051871,-0.853090097433081,1.15954708351973,-1.42759011562362,0.430453418968828,1.42759011562362,-0.590000502488558,1.05962503995235,-1.12293435256443,0.651310167135899,1.12293435256443,-0.710935207088248,0.80753750537404,-0.459178941241597,0.496793644413696,0.459178941241597,-0.304331149787736
-SR_48000:0.980268639251519,-1.92035352497391,0.940618065826365,1.92035352497391,-0.920886705077884,0.986037102966051,-1.81825416981592,0.878184444262558,1.81825416981592,-0.864221547228609,1.1489578583127,-1.47739703134978,0.468254529959905,1.47739703134978,-0.617212388272607,1.0554099527829,-1.22426356209449,0.675960180650318,1.22426356209449,-0.731370133433217,0.818257796557689,-0.594029260130152,0.524822578922895,0.594029260130152,-0.343080375480585
diff --git a/ViperVDC/TDK BA-700.vdc b/ViperVDC/TDK BA-700.vdc
deleted file mode 100644
index b55aa3d..0000000
--- a/ViperVDC/TDK BA-700.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.978474968570923,-1.90070143967556,0.923160563097957,1.90070143967556,-0.90163553166888,1.01904684150619,-1.81072479785215,0.833830932257257,1.81072479785215,-0.852877773763444,1.09190911887966,-1.48515551904553,0.7233976248856,1.48515551904553,-0.815306743765262,0.906030400618133,-0.895876149611504,0.584708146938068,0.895876149611504,-0.490738547556201,1.16969667039259,-0.20659865019281,0.250037829581517,0.20659865019281,-0.419734499974111
-SR_48000:0.980144696826462,-1.90847416540347,0.929121110907504,1.90847416540347,-0.909265807733965,1.01760343151069,-1.82821025143678,0.846423576200062,1.82821025143678,-0.864027007710751,1.08506424303796,-1.54688833509659,0.743997418880544,1.54688833509659,-0.829061661918505,0.911898289148563,-1.00387981381956,0.610640856212055,1.00387981381956,-0.522539145360618,1.15913026924673,-0.376805730163224,0.29673527578674,0.376805730163224,-0.455865545033471
diff --git a/ViperVDC/TDK IE-800.vdc b/ViperVDC/TDK IE-800.vdc
deleted file mode 100644
index a1fb3b8..0000000
--- a/ViperVDC/TDK IE-800.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.97807259471482,-1.91158482119147,0.934009024828994,1.91158482119147,-0.912081619543814,1.01355241328369,-1.88301973260577,0.881765599809084,1.88301973260577,-0.895318013092776,1.04774778431412,-1.63145915822696,0.788982118069562,1.63145915822696,-0.836729902383685,0.97144055351137,-1.40904869298281,0.750840757680335,1.40904869298281,-0.722281311191705,0.860022443239084,-0.879365523756922,0.381379304405757,0.879365523756922,-0.241401747644841
-SR_48000:0.979782091164411,-1.9185150262112,0.939153789396105,1.9185150262112,-0.918935880560516,1.01250410027322,-1.89298831732875,0.890911325917847,1.89298831732875,-0.903415426191068,1.04415648230083,-1.67406345947485,0.804853617765396,1.67406345947485,-0.849010100066222,0.973466236387767,-1.47324054644217,0.76851328543272,1.47324054644217,-0.741979521820487,0.867492088800425,-0.963770631778728,0.41439086311507,0.963770631778728,-0.281882951915494
diff --git a/ViperVDC/TDK ST-700.vdc b/ViperVDC/TDK ST-700.vdc
deleted file mode 100644
index b193b01..0000000
--- a/ViperVDC/TDK ST-700.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.978691938183743,-1.93375131443923,0.955255662523765,1.93375131443923,-0.933947600707508,0.988499552869587,-1.77689056430702,0.799996146623309,1.77689056430702,-0.788495699492896,1.0412618915262,-1.81661778171511,0.817646052494922,1.81661778171511,-0.858907944021117,0.906152645951753,-0.653489228441029,0.181253893079624,0.653489228441029,-0.0874065390313771,1.3251714285732,0.122973065083704,-0.437071627667499,-0.122973065083704,0.111900199094294
-SR_48000:0.980370586000602,-1.93898507292747,0.958780618714945,1.93898507292747,-0.939151204715547,0.989343167792972,-1.79412803177232,0.814667422751086,1.79412803177232,-0.804010590544059,1.0381252493071,-1.83370898261041,0.831508216089649,1.83370898261041,-0.869633465396744,0.910716949546732,-0.746241584888249,0.221073937417482,0.746241584888249,-0.131790886964214,1.30695142818126,-5.81934026445938E-17,-0.356549652738002,5.81934026445938E-17,0.0495982245567464
diff --git a/ViperVDC/ULTRASONE DJ1.vdc b/ViperVDC/ULTRASONE DJ1.vdc
deleted file mode 100644
index 7716c10..0000000
--- a/ViperVDC/ULTRASONE DJ1.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.996468567622391,-1.98376349858287,0.987393594464787,1.98376349858287,-0.983862162087178,1.00346757778116,-1.98238393647877,0.979721453974307,1.98238393647877,-0.983189031755472,0.996010313315202,-1.95876543003816,0.965193047005555,1.95876543003816,-0.961203360320757,1.01786134250105,-1.78694871158649,0.844173500836407,1.78694871158649,-0.862034843337455,0.922364759419494,-0.555965859582443,0.65689666513776,0.555965859582443,-0.579261424557254
-SR_48000:0.996753368922107,-1.98508030209792,0.988410269937309,1.98508030209792,-0.985163638859416,1.00318801167501,-1.98386432663109,0.981356368750143,1.98386432663109,-0.984544380425157,0.996328698217833,-1.96223823305232,0.967970710821171,1.96223823305232,-0.964299409039004,1.0165016814844,-1.8087320235504,0.856035499242257,1.8087320235504,-0.872537180726655,0.92747152841183,-0.710730145043849,0.67946566162106,0.710730145043849,-0.60693719003289
diff --git a/ViperVDC/ULTRASONE Edition 8.vdc b/ViperVDC/ULTRASONE Edition 8.vdc
deleted file mode 100644
index ae2dcf2..0000000
--- a/ViperVDC/ULTRASONE Edition 8.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00124529634949,-1.9967917665768,0.995554576977678,1.9967917665768,-0.996799873327169,0.99826192683779,-1.98789581698814,0.989835672379912,1.98789581698814,-0.988097599217702,1.14731290072687,-1.48365036013109,0.614840345649264,1.48365036013109,-0.762153246376133,0.843856890976503,-0.873162771941402,0.637302872408334,0.873162771941402,-0.481159763384837,1.18234563116439,-0.0049028770010312,0.194136661621015,0.0049028770010312,-0.376482292785405
-SR_48000:1.00114426474398,-1.99705265762444,0.995915236691566,1.99705265762444,-0.997059501435547,0.99840237310639,-1.98888897384487,0.990657008281129,1.98888897384487,-0.989059381387519,1.1366182862885,-1.54102329885278,0.642802146551779,1.54102329885278,-0.779420432840279,0.853518467198664,-0.982786181605475,0.659745271344161,0.982786181605475,-0.513263738542825,1.17105696606224,-0.184705404442372,0.244026101181314,0.184705404442372,-0.415083067243554
diff --git a/ViperVDC/ULTRASONE Edition8 Palladium.vdc b/ViperVDC/ULTRASONE Edition8 Palladium.vdc
deleted file mode 100644
index ae2dcf2..0000000
--- a/ViperVDC/ULTRASONE Edition8 Palladium.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00124529634949,-1.9967917665768,0.995554576977678,1.9967917665768,-0.996799873327169,0.99826192683779,-1.98789581698814,0.989835672379912,1.98789581698814,-0.988097599217702,1.14731290072687,-1.48365036013109,0.614840345649264,1.48365036013109,-0.762153246376133,0.843856890976503,-0.873162771941402,0.637302872408334,0.873162771941402,-0.481159763384837,1.18234563116439,-0.0049028770010312,0.194136661621015,0.0049028770010312,-0.376482292785405
-SR_48000:1.00114426474398,-1.99705265762444,0.995915236691566,1.99705265762444,-0.997059501435547,0.99840237310639,-1.98888897384487,0.990657008281129,1.98888897384487,-0.989059381387519,1.1366182862885,-1.54102329885278,0.642802146551779,1.54102329885278,-0.779420432840279,0.853518467198664,-0.982786181605475,0.659745271344161,0.982786181605475,-0.513263738542825,1.17105696606224,-0.184705404442372,0.244026101181314,0.184705404442372,-0.415083067243554
diff --git a/ViperVDC/ULTRASONE HFI-15G.vdc b/ViperVDC/ULTRASONE HFI-15G.vdc
deleted file mode 100644
index e55c74b..0000000
--- a/ViperVDC/ULTRASONE HFI-15G.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00070125045318,-1.99758387725517,0.996900874303227,1.99758387725517,-0.997602124756403,0.989517267147587,-1.96496798904113,0.975650176823948,1.96496798904113,-0.965167443971535,1.13233327349609,-1.39758635445105,0.527600493762465,1.39758635445105,-0.659933767258552,1.14000149077468,-0.889899683681738,0.500226712698712,0.889899683681738,-0.640228203473396,0.933945261331582,-0.19756683772025,0.423723122757343,0.19756683772025,-0.357668384088925
-SR_48000:1.00064433660892,-1.99778133328499,0.997152400924608,1.99778133328499,-0.99779673753353,0.990355349684487,-1.96778366785753,0.977596917418007,1.96778366785753,-0.967952267102494,1.12321547811081,-1.45783634729407,0.560148936978491,1.45783634729407,-0.683364415089304,1.13042178079981,-1.01349394852957,0.534424085305564,1.01349394852957,-0.664845866105372,0.937826723664551,-0.361159363137533,0.457585901378068,0.361159363137533,-0.39541262504262
diff --git a/ViperVDC/ULTRASONE HFI-2400.vdc b/ViperVDC/ULTRASONE HFI-2400.vdc
deleted file mode 100644
index aafca3b..0000000
--- a/ViperVDC/ULTRASONE HFI-2400.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00034939911592,-1.99829798498929,0.997956698738821,1.99829798498929,-0.99830609785474,0.991204440094047,-1.95209333532616,0.961128658671653,1.95209333532616,-0.9523330987657,1.00528251806263,-1.94946091592005,0.953914085885778,1.94946091592005,-0.959196603948407,1.04995018798969,-1.7804464575519,0.821689258344395,1.7804464575519,-0.871639446334084,0.876297921065629,-1.05015793694152,0.62771606063773,1.05015793694152,-0.504013981703359
-SR_48000:1.00032103252684,-1.99843677176075,0.998122587788314,1.99843677176075,-0.998443620315157,0.991903417553907,-1.95591837857023,0.964217739038746,1.95591837857023,-0.956121156592654,1.00486134970572,-1.95421718705953,0.957588456421611,1.95421718705953,-0.962449806127327,1.0461291479933,-1.80397967897714,0.83532949681143,1.80397967897714,-0.881458644804726,0.884062907484052,-1.14083718384716,0.651084946252649,1.14083718384716,-0.535147853736701
diff --git a/ViperVDC/ULTRASONE HFI-580.vdc b/ViperVDC/ULTRASONE HFI-580.vdc
deleted file mode 100644
index b3fa389..0000000
--- a/ViperVDC/ULTRASONE HFI-580.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.997804363880177,-1.97848645721142,0.980844760690916,1.97848645721142,-0.978649124571093,1.04907651291045,-1.36582754304297,0.712998413116818,1.36582754304297,-0.762074926027267,0.850647632548284,-0.39867112724944,0.550520992153212,0.39867112724944,-0.401168624701497,1.11807583929699,0.708189457088102,-0.0301210377872556,-0.708189457088102,-0.0879548015097366
-SR_48000:0.997981009409115,-1.98022943944117,0.982385857300294,1.98022943944117,-0.980366866709409,1.04551861863143,-1.43950315434074,0.733805133959095,1.43950315434074,-0.779323752590529,0.859508134109974,-0.549799368937592,0.577186853022547,0.549799368937592,-0.436694987132521,1.10885634164633,0.579584171008806,0.0503120003712809,-0.579584171008806,-0.159168342017612
diff --git a/ViperVDC/ULTRASONE HFI-780.vdc b/ViperVDC/ULTRASONE HFI-780.vdc
deleted file mode 100644
index 1141df4..0000000
--- a/ViperVDC/ULTRASONE HFI-780.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.982167377559386,-1.94462432305303,0.962553662390806,1.94462432305303,-0.944721039950192,0.911253727924215,-1.63067139201211,0.732916277101393,1.63067139201211,-0.644170005025608,1.03327622297053,-1.80364890821279,0.881211498170999,1.80364890821279,-0.914487721141527,1.34260453275552,-0.992213704158916,0.340503202142089,0.992213704158916,-0.683107734897613,0.828176652281429,-0.00466988842127246,0.482894116945118,0.00466988842127246,-0.311070769226547
-SR_48000:0.983579423294525,-1.94901638719749,0.965518786645173,1.94901638719749,-0.949098209939698,0.9172779210843,-1.65676007032067,0.751046209762473,1.65676007032067,-0.668324130846773,1.03067817325601,-1.82713564990019,0.890485941173068,1.82713564990019,-0.921164114429083,1.31852653167637,-1.10755486593009,0.386852164553079,1.10755486593009,-0.70537869622945,0.837930472187355,-0.176233711918481,0.51224843766219,0.176233711918481,-0.350178909849544
diff --git a/ViperVDC/ULTRASONE PRO2900.vdc b/ViperVDC/ULTRASONE PRO2900.vdc
deleted file mode 100644
index 27319e6..0000000
--- a/ViperVDC/ULTRASONE PRO2900.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.994005864795245,-1.95875307673364,0.964946036021422,1.95875307673364,-0.958951900816667,0.964554782032638,-1.59990055890733,0.843352420903369,1.59990055890733,-0.807907202936007,1.03496768613247,-1.44049335393986,0.845462838335323,1.44049335393986,-0.88043052446779,0.910378597202785,-1.06356790172062,0.765678712770691,1.06356790172062,-0.676057309973477,1.12699343488377,-0.660523853025782,0.617810657517265,0.660523853025782,-0.744804092401032
-SR_48000:0.994483699011147,-1.96205602185571,0.967740431346154,1.96205602185571,-0.962224130357301,0.967180562191873,-1.64463442924166,0.854956866545736,1.64463442924166,-0.822137428737609,1.03228135824924,-1.51406220762229,0.857334870267938,1.51406220762229,-0.88961622851718,0.916575900029691,-1.16914125669618,0.781881984873407,1.16914125669618,-0.698457884903097,1.11783259654827,-0.820977568057892,0.645380388056786,0.820977568057892,-0.763212984605057
diff --git a/ViperVDC/ULTRASONE PRO550.vdc b/ViperVDC/ULTRASONE PRO550.vdc
deleted file mode 100644
index ac6ef31..0000000
--- a/ViperVDC/ULTRASONE PRO550.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.995139138403956,-1.96661479728692,0.97157346948774,1.96661479728692,-0.966712607891696,1.00879473503003,-1.98106943329758,0.973532064854276,1.98106943329758,-0.982326799884304,0.949719714666721,-1.4867521701626,0.777789912845264,1.4867521701626,-0.727509627511985,1.37065932620302,-1.12321738830902,0.0308858405624116,1.12321738830902,-0.401545166765435,0.861614281360689,-0.30413706675545,0.388414317938267,0.30413706675545,-0.250028599298956
-SR_48000:0.995528040624757,-1.96929315326067,0.973847786628322,1.96929315326067,-0.969375827253079,1.00808595781529,-1.98268897702569,0.975665144394298,1.98268897702569,-0.983751102209587,0.953293913816942,-1.54061039028005,0.793585827673802,1.54061039028005,-0.746879741490745,1.34828906494056,-1.19537349931192,0.0893744186371822,1.19537349931192,-0.437663483577746,0.869167045836185,-0.446823366174371,0.421793214681489,0.446823366174371,-0.290960260517674
diff --git a/ViperVDC/ULTRASONE PRO750.vdc b/ViperVDC/ULTRASONE PRO750.vdc
deleted file mode 100644
index 933895a..0000000
--- a/ViperVDC/ULTRASONE PRO750.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.989662378976023,-1.95264795150926,0.963097058371023,1.95264795150926,-0.952759437347045,1.00741717104136,-1.9865536882198,0.980607299018254,1.9865536882198,-0.988024470059612,1.07195791779178,-1.5403524259248,0.681987182888911,1.5403524259248,-0.753945100680695,1.10201839120773,-1.1393078799665,0.403392000949301,1.1393078799665,-0.505410392157035,0.73900370152621,-0.388620519850778,0.0683029349191706,0.388620519850778,0.192693363554619
-SR_48000:0.990484062206273,-1.95642005523173,0.966030279487672,1.95642005523173,-0.956514341693946,1.0068178381436,-1.98775001659428,0.982174295870563,1.98775001659428,-0.988992134014158,1.06676221598062,-1.58899968520308,0.704949211537625,1.58899968520308,-0.771711427518247,1.09554788415883,-1.21920930225543,0.441231808238836,1.21920930225543,-0.536779692397667,0.749151642498558,-0.474279421343708,0.104528762165911,0.474279421343708,0.146319595335531
diff --git a/ViperVDC/ULTRASONE PRO900.vdc b/ViperVDC/ULTRASONE PRO900.vdc
deleted file mode 100644
index 2312d20..0000000
--- a/ViperVDC/ULTRASONE PRO900.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.992033068336113,-1.97110494668145,0.97916991227002,1.97110494668145,-0.971202980606133,1.00286787949137,-1.98893113700983,0.987325613856376,1.98893113700983,-0.990193493347742,0.966802407038616,-1.48421304583116,0.710376490931356,1.48421304583116,-0.677178897969971,0.892284099213772,-0.967940398904428,0.718369410213274,0.967940398904428,-0.610653509427046,1.21668987552459,-0.210007016140429,0.22646672677137,0.210007016140429,-0.443156602295956
-SR_48000:0.992671812895247,-1.97342891888348,0.980839953606524,1.97342891888348,-0.973511766501771,1.00263591353837,-1.9899206849542,0.988350770620921,1.9899206849542,-0.990986684159288,0.969101332095592,-1.53397454022061,0.730432846910598,1.53397454022061,-0.699534179006191,0.899470897148955,-1.07910559110807,0.737159784952659,1.07910559110807,-0.636630682101615,1.20298885800581,-0.382629038911015,0.275376224283446,0.382629038911015,-0.478365082289256
diff --git a/ViperVDC/Westone AC2.vdc b/ViperVDC/Westone AC2.vdc
deleted file mode 100644
index d28c62a..0000000
--- a/ViperVDC/Westone AC2.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.977591332193599,-1.91850374108486,0.941411005389296,1.91850374108486,-0.919002337582895,1.05516093004531,-1.68851365669133,0.756220256276233,1.68851365669133,-0.811381186321543,1.07596077739554,-1.44841395059058,0.771394485125549,1.44841395059058,-0.847355262521088,0.857888899149932,-0.522511694409483,0.572313732256345,0.522511694409483,-0.430202631406277,1.36243772665224,0.158103421323935,-1.11955162513959,-0.158103421323935,0.757113898487347
-SR_48000:0.979344157927224,-1.9249157876308,0.945993888153594,1.9249157876308,-0.925338046080818,1.05106349592801,-1.72069029906756,0.774328570226329,1.72069029906756,-0.825392066154342,1.07021545544837,-1.51805548063955,0.788685149161461,1.51805548063955,-0.858900604609827,0.866455159538406,-0.664891435835112,0.598094068290278,0.664891435835112,-0.464549227828684,1.33716998896319,0.182692597660364,-0.971784793642466,-0.182692597660364,0.634614804679271
diff --git a/ViperVDC/Westone ADV Series Alpha.vdc b/ViperVDC/Westone ADV Series Alpha.vdc
deleted file mode 100644
index 0bcfdb6..0000000
--- a/ViperVDC/Westone ADV Series Alpha.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.97171686795735,-1.91713264145855,0.945556368254969,1.91713264145855,-0.917273236212319,1.19114641743416,-1.66977428779327,0.632052590764187,1.66977428779327,-0.823199008198349,0.759798770108561,-0.766843327415605,0.37197745599253,0.766843327415605,-0.131776226101091,0.92535682972368,-0.50422687935177,0.563483486318885,0.50422687935177,-0.488840316042565,1.48979764182728,0.556089304976399,-0.137726787322995,-0.556089304976399,-0.352070854504288
-SR_48000:0.973927306586827,-1.92361958331034,0.949811353401478,1.92361958331034,-0.923738659988305,1.1768446783554,-1.70569132176233,0.6595827318583,1.70569132176233,-0.836427410213701,0.771581568193641,-0.85185496642428,0.402784387465207,0.85185496642428,-0.174365955658847,0.930033989071801,-0.654751285727224,0.590835718077194,0.654751285727224,-0.520869707148994,1.45480569963461,0.361922191929428,-0.056445730467473,-0.361922191929428,-0.398359969167134
diff --git a/ViperVDC/Westone ES5.vdc b/ViperVDC/Westone ES5.vdc
deleted file mode 100644
index f1effa0..0000000
--- a/ViperVDC/Westone ES5.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.978598437747043,-1.91356055146435,0.935591560201146,1.91356055146435,-0.914189997948189,0.978862171201696,-1.75362708174989,0.81558867361925,1.75362708174989,-0.794450844820946,1.11450525506951,-1.41258212540367,0.493952300787149,1.41258212540367,-0.608457555856661,1.11807583929699,0.708189457088102,-0.0301210377872556,-0.708189457088102,-0.0879548015097366
-SR_48000:0.980268639251519,-1.92035352497391,0.940618065826365,1.92035352497391,-0.920886705077884,0.98041757883147,-1.77480549452715,0.829158410927956,1.77480549452715,-0.809575989759426,1.10683462103854,-1.46610597316354,0.527852113512085,1.46610597316354,-0.634686734550624,1.10885634164633,0.579584171008806,0.0503120003712809,-0.579584171008806,-0.159168342017612
diff --git a/ViperVDC/Westone UM1 Team Edition.vdc b/ViperVDC/Westone UM1 Team Edition.vdc
deleted file mode 100644
index ae82a43..0000000
--- a/ViperVDC/Westone UM1 Team Edition.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00141360780513,-1.99514146369794,0.993752662470036,1.99514146369794,-0.995166270275163,1.07930879444049,-1.63460010289842,0.71688575107234,1.63460010289842,-0.796194545512833,1.06459670929696,-1.22745874515788,0.805594880748352,1.22745874515788,-0.870191590045316
-SR_48000:1.00129900716588,-1.99553719548859,0.99425913171273,1.99553719548859,-0.995558138878609,1.07345986509736,-1.6733536652418,0.737765090491059,1.6733536652418,-0.811224955588418,1.05965673912484,-1.32944458409631,0.820461822127619,1.32944458409631,-0.880118561252458
diff --git a/ViperVDC/Westone UM2.vdc b/ViperVDC/Westone UM2.vdc
deleted file mode 100644
index 520c37c..0000000
--- a/ViperVDC/Westone UM2.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.982037109121113,-1.92753714981008,0.94594031210846,1.92753714981008,-0.927977421229573,0.981000579127673,-1.7558773764672,0.834244640877545,1.7558773764672,-0.815245220005218,1.08645812837772,-1.72444283020804,0.773949310091207,1.72444283020804,-0.860407438468927,1.12450245683747,-1.36148566842406,0.674479811308265,1.36148566842406,-0.798982268145735,0.973677383049932,-0.728604550957112,0.770355377939112,0.728604550957112,-0.744032760989045
-SR_48000:0.983448228672879,-1.93326260735032,0.950187105292279,1.93326260735032,-0.933635333965158,0.982413392940862,-1.77844878297092,0.846570356621827,1.77844878297092,-0.828983749562689,1.07987811269926,-1.75538537724661,0.791153211119785,1.75538537724661,-0.871031323819047,1.1152985792693,-1.4390180521316,0.698543978705371,1.4390180521316,-0.813842557974666,0.975567208329167,-0.881204930399273,0.786842652469379,0.881204930399273,-0.762409860798545
diff --git a/ViperVDC/Westone UMPRO30.vdc b/ViperVDC/Westone UMPRO30.vdc
deleted file mode 100644
index 5ebaaab..0000000
--- a/ViperVDC/Westone UMPRO30.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.97807259471482,-1.91158482119147,0.934009024828994,1.91158482119147,-0.912081619543814,1.3562535806853,-1.40646834712369,0.314229459261047,1.40646834712369,-0.670483039946349,1.11058901444672,-1.24943320475439,0.605222523105868,1.24943320475439,-0.715811537552588,0.719544419699029,-0.287021277599667,0.460136864908743,0.287021277599667,-0.179681284607772,1.16084293278613,0.501863401890036,0.05938351747205,-0.501863401890036,-0.22022645025818
-SR_48000:0.979782091164411,-1.9185150262112,0.939153789396105,1.9185150262112,-0.918935880560516,1.33145745991956,-1.46654320338649,0.361960766587259,1.46654320338649,-0.693418226506816,1.10274550129645,-1.33468448818229,0.63322207032076,1.33468448818229,-0.735967571617211,0.733853729240552,-0.422794205924732,0.487681578769625,0.422794205924732,-0.221535308010178,1.15039980917928,0.328921521239286,0.120455359569982,-0.328921521239286,-0.270855168749258
diff --git a/ViperVDC/Westone W4R.vdc b/ViperVDC/Westone W4R.vdc
deleted file mode 100644
index 4f42f6e..0000000
--- a/ViperVDC/Westone W4R.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.97633311548055,-1.90433374477971,0.928774026457493,1.90433374477971,-0.905107141938043,1.1070913134851,-1.67277018929472,0.677706499363964,1.67277018929472,-0.784797812849066,1.10533268449049,-1.35342531053116,0.682999129331313,1.35342531053116,-0.788331813821802,0.815783271926964,-0.212927971458876,0.518352765031852,0.212927971458876,-0.334136036958817,1.18225197252536,0.726727926468082,-0.0658174802030512,-0.726727926468082,-0.116434492322306
-SR_48000:0.97817205039252,-1.91182502985583,0.934308338727396,1.91182502985583,-0.912480389119916,1.09923636650802,-1.70502581007209,0.701346123122123,1.70502581007209,-0.800582489630141,1.09758864787563,-1.43112502416448,0.706304966083471,1.43112502416448,-0.803893613959096,0.826288505938513,-0.372445592098176,0.545819417855855,0.372445592098176,-0.372107923794367,1.16767880103555,0.593542931495158,0.0194070619547668,-0.593542931495158,-0.187085862990317
diff --git a/ViperVDC/Westone Westone 1.vdc b/ViperVDC/Westone Westone 1.vdc
deleted file mode 100644
index 9dcc2a7..0000000
--- a/ViperVDC/Westone Westone 1.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00158478495453,-1.99589505252486,0.994342680338558,1.99589505252486,-0.995927465293087,0.964205650474326,-1.83526318833312,0.872222362560069,1.83526318833312,-0.836428013034394,0.975140261873165,-1.70075406123271,0.783117872455499,1.70075406123271,-0.758258134328665,1.06275494287878,-1.62478943549465,0.722659065396077,1.62478943549465,-0.785414008274854,1.07827896730284,-1.1479055587572,0.542221186813191,1.1479055587572,-0.620500154116034
-SR_48000:1.0014562620251,-1.99623037560629,0.994801477788357,1.99623037560629,-0.996257739813455,0.966894524345204,-1.84772572590459,0.881821027018222,1.84772572590459,-0.848715551363426,0.97693608934135,-1.72665786010981,0.798785088257034,1.72665786010981,-0.775721177598384,1.05815258056506,-1.66404696291824,0.74299887301789,1.66404696291824,-0.80115145358295,1.07299701571267,-1.23760898475561,0.573110269967618,1.23760898475561,-0.646107285680287
diff --git a/ViperVDC/Westone Westone 2.vdc b/ViperVDC/Westone Westone 2.vdc
deleted file mode 100644
index 032e7db..0000000
--- a/ViperVDC/Westone Westone 2.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.982230015584999,-1.91816427647061,0.936565221718456,1.91816427647061,-0.918795237303455,0.979102037630761,-1.72432848108446,0.817681324040452,1.72432848108446,-0.796783361671212,1.12741386320047,-1.58784263679696,0.66686774024785,1.58784263679696,-0.794281603448323,0.903675272694331,-0.549120976575345,0.656142764283628,0.549120976575345,-0.559818036977959,1.44933393910829,0.151906490071962,-0.352279689892282,-0.151906490071962,-0.0970542492160113
-SR_48000:0.983619880195355,-1.92461223802547,0.941526720352346,1.92461223802547,-0.925146600547701,0.980641682698105,-1.75002116543926,0.831113545094649,1.75002116543926,-0.811755227792754,1.11801984670829,-1.63318193690283,0.691429038866247,1.63318193690283,-0.809448885574536,0.909938481128145,-0.702548811081797,0.678500985261844,0.702548811081797,-0.588439466389989,1.42196241465465,-7.05408704832252E-17,-0.269904526615029,7.05408704832252E-17,-0.152057888039617
diff --git a/ViperVDC/Westone Westone 3.vdc b/ViperVDC/Westone Westone 3.vdc
deleted file mode 100644
index 752410a..0000000
--- a/ViperVDC/Westone Westone 3.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.977340234583773,-1.92432210675838,0.947364748404429,1.92432210675838,-0.924704982988203,1.009066232746,-1.94335417476898,0.946980275678894,1.94335417476898,-0.956046508424891,0.943345069926228,-1.71485989348093,0.829495827929069,1.71485989348093,-0.772840897855296,1.07722783719774,-1.74277072484552,0.837830937420178,1.74277072484552,-0.915058774617914,1.05775773492542,-1.41407247680611,0.496108109873693,1.41407247680611,-0.55386584479911
-SR_48000:0.979117533959736,-1.93028650368131,0.951493149475494,1.93028650368131,-0.93061068343523,1.0083444517043,-1.94881113781589,0.951201282675166,1.94881113781589,-0.959545734379471,0.947466726443904,-1.73992641792557,0.841900037610239,1.73992641792557,-0.789366764054142,1.07119529245912,-1.77541360644703,0.850498547452137,1.77541360644703,-0.921693839911255,1.05401077158989,-1.46232415493572,0.528797488011701,1.46232415493572,-0.582808259601593
diff --git a/ViperVDC/Westone Westone UM3X.vdc b/ViperVDC/Westone Westone UM3X.vdc
deleted file mode 100644
index 002e681..0000000
--- a/ViperVDC/Westone Westone UM3X.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.0014855801704,-1.9949019429714,0.993434585803336,1.9949019429714,-0.994920165973734,0.983371953562052,-1.93304694755957,0.949957553784505,1.93304694755957,-0.933329507346557,1.02278970337622,-1.74114268637024,0.866724821188741,1.74114268637024,-0.889514524564964,1.1859497611604,-1.42049640327368,0.568066470105409,1.42049640327368,-0.754016231265813
-SR_48000:1.00136515840656,-1.99531655424857,0.993966781085429,1.99531655424857,-0.995331939491994,0.984681538454162,-1.93834115694279,0.95389877633116,1.93834115694279,-0.938580314785322,1.02103156897887,-1.77197115987131,0.877006467786486,1.77197115987131,-0.898038036765354,1.17249407152244,-1.48597001446806,0.599322027984168,1.48597001446806,-0.771816099506611
diff --git a/ViperVDC/YAMAHA EPH-100.vdc b/ViperVDC/YAMAHA EPH-100.vdc
deleted file mode 100644
index 9732e6f..0000000
--- a/ViperVDC/YAMAHA EPH-100.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.982854844295316,-1.93790177306371,0.955172817774803,1.93790177306371,-0.938027662070119,0.93723058271937,-1.70414186778676,0.854196016137598,1.70414186778676,-0.791426598856968,1.11336065638526,-1.36936668178555,0.595328395584915,1.36936668178555,-0.708689051970179,0.904691746709143,-0.562871922579144,0.442633180000931,0.562871922579144,-0.347324926710074
-SR_48000:0.984208159748568,-1.9428127818366,0.958711153586739,1.9428127818366,-0.942919313335306,0.94184026290828,-1.73234168591142,0.864903614917267,1.73234168591142,-0.806743877825547,1.10535239613858,-1.43783416633788,0.623916052237006,1.43783416633788,-0.72926844837559,0.910187984559039,-0.692481701551295,0.47477541854355,0.692481701551295,-0.384963403102589
diff --git a/ViperVDC/YAMAHA EPH-20.vdc b/ViperVDC/YAMAHA EPH-20.vdc
deleted file mode 100644
index 0bf30e2..0000000
--- a/ViperVDC/YAMAHA EPH-20.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.949966013184932,-1.84447942791536,0.894934714821088,1.84447942791536,-0.844900728006021,1.07001866735719,-1.71502859367759,0.690557560030372,1.71502859367759,-0.760576227387559,0.762164613177908,-0.793965341627756,0.4475439090492,0.793965341627756,-0.209708522227109,0.839767100223269,-0.567140688349351,0.517775807341369,0.567140688349351,-0.357542907564638
-SR_48000:0.953740163266693,-1.85624225674969,0.902859970829846,1.85624225674969,-0.856600134096539,1.06494917216805,-1.73905937877491,0.712961827634298,1.73905937877491,-0.777910999802349,0.77448644092694,-0.884344592122313,0.476165675063739,0.884344592122313,-0.250652115990678,0.849001668652652,-0.697284549380363,0.545567430108074,0.697284549380363,-0.394569098760725
diff --git a/ViperVDC/YAMAHA HPH-200.vdc b/ViperVDC/YAMAHA HPH-200.vdc
deleted file mode 100644
index e769067..0000000
--- a/ViperVDC/YAMAHA HPH-200.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00099122573098,-1.99660246926931,0.995619349520173,1.99660246926931,-0.996610575251153,0.982230015584999,-1.91816427647061,0.936565221718456,1.91816427647061,-0.918795237303455,1.07446292571196,-1.46698979341571,0.775902300435917,1.46698979341571,-0.850365226147873,0.869867523463002,-0.850489669884972,0.697721687869962,0.850489669884972,-0.567589211332963,1.18225197252536,0.726727926468082,-0.0658174802030512,-0.726727926468082,-0.116434492322306
-SR_48000:1.00091081402544,-1.99687869405176,0.995974723241261,1.99687869405176,-0.996885537266701,0.983619880195355,-1.92461223802547,0.941526720352346,1.92461223802547,-0.925146600547701,1.06882284464679,-1.53427497089432,0.792876239882622,1.53427497089432,-0.86169908452941,0.878339623270533,-0.971425409540853,0.717401110702507,0.971425409540853,-0.595740733973041,1.16767880103555,0.593542931495158,0.0194070619547668,-0.593542931495158,-0.187085862990317
diff --git a/ViperVDC/YAMAHA HPH-PRO500.vdc b/ViperVDC/YAMAHA HPH-PRO500.vdc
deleted file mode 100644
index eaf7bbe..0000000
--- a/ViperVDC/YAMAHA HPH-PRO500.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.986610272910249,-1.94592644030285,0.959703342167736,1.94592644030285,-0.946313615077985,0.976142204227977,-1.81411114714552,0.860478570296964,1.81411114714552,-0.836620774524942,1.11838610379058,-1.21226699375578,0.643714596677959,1.21226699375578,-0.762100700468538,0.933211689580781,-0.224482414408775,0.609419049178591,0.224482414408775,-0.542630738759372,1.27784729037528,0.837101721619881,0.00814874962947762,-0.837101721619881,-0.285996040004755
-SR_48000:0.987671328879925,-1.95024040982378,0.962896611833675,1.95024040982378,-0.9505679407136,0.977935110544074,-1.82976513793679,0.870963564591313,1.82976513793679,-0.848898675135387,1.10979025446025,-1.30663455398332,0.669583981238234,1.30663455398332,-0.779374235698486,0.937534639289475,-0.406924228554455,0.634699847524538,0.406924228554455,-0.572234486814013,1.25563480664273,0.671538520298321,0.087442233953909,-0.671538520298321,-0.343077040596643
diff --git a/ViperVDC/YUIN G1A.vdc b/ViperVDC/YUIN G1A.vdc
deleted file mode 100644
index aec4ad7..0000000
--- a/ViperVDC/YUIN G1A.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00163364009364,-1.99440578870328,0.992780245673213,1.99440578870328,-0.994413885766852,0.989914712960874,-1.94483807529818,0.955428802818243,1.94483807529818,-0.945343515779117,1.04970717790479,-1.60717173599398,0.780322719705622,1.60717173599398,-0.830029897610415,0.96243941420904,-1.31895392251894,0.780344056923163,1.31895392251894,-0.742783471132203,1.46894442504973,0.25808226949377,-1.07246599477941,-0.25808226949377,0.603521569729686
-SR_48000:1.00150124741658,-1.99485975666159,0.993365345541144,1.99485975666159,-0.994866592957724,0.99071355181975,-1.94924516978475,0.95895921342106,1.94924516978475,-0.94967276524081,1.04598062846376,-1.65273248158331,0.796791935633696,1.65273248158331,-0.842772564097454,0.965131699866347,-1.3972700561326,0.796088660811375,1.3972700561326,-0.761220360677721,1.4290686275629,0.266415418928941,-0.896237789705019,-0.266415418928941,0.467169162142118
diff --git a/ViperVDC/YUIN G2.vdc b/ViperVDC/YUIN G2.vdc
deleted file mode 100644
index 5f5bc23..0000000
--- a/ViperVDC/YUIN G2.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00163364009364,-1.99440578870328,0.992780245673213,1.99440578870328,-0.994413885766852,0.992224000146422,-1.95734983864283,0.965634530637098,1.95734983864283,-0.95785853078352,1.02810329901329,-1.63678895381643,0.835650682268624,1.63678895381643,-0.863753981281916,0.96243941420904,-1.31895392251894,0.780344056923163,1.31895392251894,-0.742783471132203,1.46894442504973,0.25808226949377,-1.07246599477941,-0.25808226949377,0.603521569729686
-SR_48000:1.00150124741658,-1.99485975666159,0.993365345541144,1.99485975666159,-0.994866592957724,0.992843563022504,-1.96078607988957,0.96837264399066,1.96078607988957,-0.961216207013164,1.02596189219899,-1.68086114691034,0.84817372266859,1.68086114691034,-0.87413561486758,0.965131699866347,-1.3972700561326,0.796088660811375,1.3972700561326,-0.761220360677721,1.4290686275629,0.266415418928941,-0.896237789705019,-0.266415418928941,0.467169162142118
diff --git a/ViperVDC/ZUMREED Sfit.vdc b/ViperVDC/ZUMREED Sfit.vdc
deleted file mode 100644
index 1b10440..0000000
--- a/ViperVDC/ZUMREED Sfit.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00269714826868,-1.99563716758713,0.992948121381269,1.99563716758713,-0.995645269649953,0.991716390227505,-1.91706222982232,0.927731864992259,1.91706222982232,-0.919448255219763,0.968232908243354,-1.7680607668356,0.859607633864707,1.7680607668356,-0.827840542108061,0.925533734855509,-1.04778498326801,0.670901723047841,1.04778498326801,-0.596435457903349,1.85361397019066,-0.176143625401446,-0.64316471653115,0.176143625401446,-0.210449253659508
-SR_48000:1.00247844327806,-1.99599154364083,0.993519940537479,1.99599154364083,-0.995998383815542,0.992364520637145,-1.92373009957132,0.933386305173887,1.92373009957132,-0.925750825811033,0.970609719486541,-1.78986221732343,0.870111779376174,1.78986221732343,-0.840721498862714,0.930469048469648,-1.14776302288078,0.692712984878687,1.14776302288078,-0.623182033348334,1.80119181472872,-0.325836912907678,-0.542254657385403,0.325836912907678,-0.258937157343312
diff --git a/ViperVDC/ZUMREED ZHP-006.vdc b/ViperVDC/ZUMREED ZHP-006.vdc
deleted file mode 100644
index e37b112..0000000
--- a/ViperVDC/ZUMREED ZHP-006.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.973359892660883,-1.92179808678593,0.948719109629307,1.92179808678593,-0.92207900229019,0.972727720709409,-1.83864794497816,0.917923517073017,1.83864794497816,-0.890651237782426,0.972748087509731,-1.32047971507605,0.840629627769592,1.32047971507605,-0.813377715279323,1.39336519364596,0.0605034989556005,-1.30041680033389,-0.0605034989556005,0.907051606687932
-SR_48000:0.975446743961365,-1.92794506409106,0.952736195273809,1.92794506409106,-0.928182939235174,0.974832138688038,-1.85496528683118,0.924256806067817,1.85496528683118,-0.899088944755856,0.974772874858682,-1.40486127655907,0.852470672452419,1.40486127655907,-0.827243547311102,1.37634673783323,0.0877273044871947,-1.20089212885885,-0.0877273044871947,0.824545391025611
diff --git a/ViperVDC/ZUMREED ZHP-013.vdc b/ViperVDC/ZUMREED ZHP-013.vdc
deleted file mode 100644
index 39ef497..0000000
--- a/ViperVDC/ZUMREED ZHP-013.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00309241182188,-1.99710723940348,0.994047260035401,1.99710723940348,-0.997139671857279,0.956451313510988,-1.84184227636911,0.886138980681433,1.84184227636911,-0.842590294192421,0.951356253444572,-1.77987255330397,0.872817597663418,1.77987255330397,-0.82417385110799,1.35291650908924,-1.27788024297645,0.258918266720243,1.27788024297645,-0.611834775809482,0.931345515860223,-0.823988594042105,0.696586469166953,0.823988594042105,-0.627931985027176
-SR_48000:1.00284148339612,-1.99734438877502,0.994530284856894,1.99734438877502,-0.997371768253017,0.959732625378613,-1.85381534638162,0.894718194983202,1.85381534638162,-0.854450820361814,0.95498849640409,-1.79961501937583,0.88231434530672,1.79961501937583,-0.83730284171081,1.32905204872999,-1.34998691718547,0.309030730125415,1.34998691718547,-0.638082778855409,0.935978140719329,-0.954043023361542,0.717060019920966,0.954043023361542,-0.653038160640294
diff --git a/ViperVDC/ZUMREED ZHP-016.vdc b/ViperVDC/ZUMREED ZHP-016.vdc
deleted file mode 100644
index 4c4c72a..0000000
--- a/ViperVDC/ZUMREED ZHP-016.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.981050201296129,-1.94412871395742,0.963522573782838,1.94412871395742,-0.944572775078966,0.954527253358455,-1.83977372343173,0.91246720947121,1.83977372343173,-0.866994462829665,1.05898439778177,-1.657097227859,0.739322716946065,1.657097227859,-0.798307114727831,0.937872575747079,-1.26186476878675,0.636676114660205,1.26186476878675,-0.574548690407285,1.30960488479303,-0.0726172929931663,-0.810582862815099,0.0726172929931663,0.500977978022073
-SR_48000:0.982550612375802,-1.94858572249284,0.966410790977621,1.94858572249284,-0.948961403353423,0.957995488063802,-1.85402818345998,0.91914338991751,1.85402818345998,-0.877138877981311,1.05463099320975,-1.69276174355659,0.758562273821176,1.69276174355659,-0.813193267030931,0.941939513184224,-1.33234628752996,0.660459742081841,1.33234628752996,-0.602399255266065,1.29786313863829,-0.143889547225283,-0.741916619446521,0.143889547225283,0.444053480808235
diff --git a/ViperVDC/audio-technica ATH-A2000X.vdc b/ViperVDC/audio-technica ATH-A2000X.vdc
deleted file mode 100644
index 53f86d8..0000000
--- a/ViperVDC/audio-technica ATH-A2000X.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00151296758929,-1.99481841793539,0.993313549084902,1.99481841793539,-0.99482651667419,1.01478604324358,-1.94864879915021,0.934654150507483,1.94864879915021,-0.949440193751061,1.17623459772531,-1.08021906894422,0.469618369729177,1.08021906894422,-0.645852967454482,0.890061509983732,-0.204337543363309,0.514134788889,0.204337543363309,-0.404196298872731
-SR_48000:1.00139033109408,-1.99523902571045,0.993855532212239,1.99523902571045,-0.99524586330632,1.01361255279489,-1.95278346002302,0.939840306734513,1.95278346002302,-0.953452859529405,1.16414292690246,-1.1809754000296,0.506008500648385,1.1809754000296,-0.670151427550847,0.896646250449362,-0.372668838730394,0.543235573482013,0.372668838730394,-0.439881823931375
diff --git a/ViperVDC/audio-technica ATH-A700X.vdc b/ViperVDC/audio-technica ATH-A700X.vdc
deleted file mode 100644
index 5d83115..0000000
--- a/ViperVDC/audio-technica ATH-A700X.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00216058728043,-1.99649334652387,0.994350996782911,1.99649334652387,-0.996511584063341,1.00813062714029,-1.98208307826447,0.975530711146091,1.98208307826447,-0.983661338286384,1.16364681616332,-1.62351094564951,0.684987964486839,1.62351094564951,-0.848634780650161,1.09251164568864,-0.697399041915252,0.192906922943887,0.697399041915252,-0.285418568632531,0.776723994940195,-0.309066820291692,0.570204722070847,0.309066820291692,-0.346928717011042
-SR_48000:1.00198532081462,-1.99677916723849,0.994809242945029,1.99677916723849,-0.996794563759654,1.0074749668406,-1.98364577690412,0.977503934242725,1.98364577690412,-0.98497890108332,1.15125342988997,-1.66827123817022,0.708844620720053,1.66827123817022,-0.860098050610026,1.08729888795733,-0.807024750353747,0.238384231730249,0.807024750353747,-0.325683119687576,0.789459466747517,-0.462048559037142,0.594719876054906,0.462048559037142,-0.384179342802422
diff --git a/ViperVDC/audio-technica ATH-A900X.vdc b/ViperVDC/audio-technica ATH-A900X.vdc
deleted file mode 100644
index aa5980b..0000000
--- a/ViperVDC/audio-technica ATH-A900X.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00099122573098,-1.99660246926931,0.995619349520173,1.99660246926931,-0.996610575251153,0.997425623080806,-1.98212710233338,0.984944931552242,1.98212710233338,-0.982370554633048,1.10984068021683,-1.2355557054251,0.357646913828587,1.2355557054251,-0.467487594045417,1.0637775965709,-1.13074286829619,0.718139521313349,1.13074286829619,-0.78191711788425,0.879005240913516,-0.410287838903469,0.635863795152522,0.410287838903469,-0.514869036066038
-SR_48000:1.00091081402544,-1.99687869405176,0.995974723241261,1.99687869405176,-0.996885537266701,0.997633097084338,-1.98358569924739,0.98615824856927,1.98358569924739,-0.983791345653608,1.10303354907445,-1.29946147307743,0.397455313491146,1.29946147307743,-0.500488862565599,1.05910497786825,-1.2375891120836,0.738789821968446,1.2375891120836,-0.797894799836699,0.886675110065638,-0.572741554803635,0.658946423406976,0.572741554803635,-0.545621533472614
diff --git a/ViperVDC/audio-technica ATH-A950LTD.vdc b/ViperVDC/audio-technica ATH-A950LTD.vdc
deleted file mode 100644
index b23e764..0000000
--- a/ViperVDC/audio-technica ATH-A950LTD.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00074048432775,-1.99640199453132,0.995669615371506,1.99640199453132,-0.99641009969926,0.99826192683779,-1.98789581698814,0.989835672379912,1.98789581698814,-0.988097599217702,1.0594240728523,-1.64684598506658,0.787869657173714,1.64684598506658,-0.847293730026013,1.07826243266697,-1.18065723380961,0.720621023178123,1.18065723380961,-0.798883455845096
-SR_48000:1.00068041918601,-1.99669445554129,0.996020878938845,1.99669445554129,-0.996701298124853,0.99840237310639,-1.98888897384487,0.990657008281129,1.98888897384487,-0.989059381387519,1.05493097688837,-1.6880928195952,0.803908981666833,1.6880928195952,-0.858839958555198,1.07247948979945,-1.28251089088249,0.741264805977764,1.28251089088249,-0.813744295777212
diff --git a/ViperVDC/audio-technica ATH-AD700.vdc b/ViperVDC/audio-technica ATH-AD700.vdc
deleted file mode 100644
index 264b57d..0000000
--- a/ViperVDC/audio-technica ATH-AD700.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.0024717836058,-1.99149738085557,0.989076130995837,1.99149738085557,-0.991547914601638,1.0592210677302,-1.63894529971338,0.821772984110202,1.63894529971338,-0.880994051840398,1.11564896369138,-1.15064266044968,0.697627874669436,1.15064266044968,-0.813276838360819,0.829456796060744,-0.208574204239908,0.603853602084101,0.208574204239908,-0.433310398144845,1.22008569649619,0.513053050196759,0.0273471704513328,-0.513053050196759,-0.247432866947519
-SR_48000:1.00227173075978,-1.9921893105566,0.98996025009052,1.9921893105566,-0.992231980850303,1.05466979169992,-1.68412701301093,0.83547014251103,1.68412701301093,-0.890139934210951,1.1070380160401,-1.25774757751861,0.72014178624565,1.25774757751861,-0.827179802285751,0.83976039771011,-0.379829301585926,0.627787330222633,0.379829301585926,-0.467547727932743,1.20549860336962,0.335769150783034,0.0918137742802995,-0.335769150783034,-0.297312377649923
diff --git a/ViperVDC/audio-technica ATH-AD900.vdc b/ViperVDC/audio-technica ATH-AD900.vdc
deleted file mode 100644
index df51dbb..0000000
--- a/ViperVDC/audio-technica ATH-AD900.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00319378423172,-1.99575686953272,0.99258131611291,1.99575686953272,-0.995775100344631,1.05273799896299,-1.65596015448205,0.766928225083547,1.65596015448205,-0.81966622404654,0.829938434949104,-0.297526242034708,0.392919125797932,0.297526242034708,-0.222857560747036
-SR_48000:1.00293479274773,-1.99610231610419,0.993182914658636,1.99610231610419,-0.996117707406367,1.04880439420394,-1.69357918574613,0.784312507025218,1.69357918574613,-0.833116901229158,0.839029029344437,-0.437630232888641,0.425370467703925,0.437630232888641,-0.264399497048362
diff --git a/ViperVDC/audio-technica ATH-CK100PRO.vdc b/ViperVDC/audio-technica ATH-CK100PRO.vdc
deleted file mode 100644
index c14850e..0000000
--- a/ViperVDC/audio-technica ATH-CK100PRO.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.983470272082665,-1.92342973873837,0.940992653622971,1.92342973873837,-0.924462925705636,1.09831899804372,-1.66703372709293,0.771619648147378,1.66703372709293,-0.8699386461911,1.06624292666137,-1.34545438412205,0.612608477169319,1.34545438412205,-0.678851403830685,0.485960528099571,-0.298982073461745,0.229701390812065,0.298982073461745,0.284338081088364,1.53008594467019,0.393479906907374,-0.113115993573674,-0.393479906907374,-0.416969951096515
-SR_48000:0.984766651285871,-1.92951227042445,0.945620430744415,1.92951227042445,-0.930387082030287,1.09080086896709,-1.70720382979528,0.789083139415161,1.70720382979528,-0.879884008382254,1.06163929424672,-1.41447117238555,0.639530720215416,1.41447117238555,-0.701170014462138,0.503083744326566,-0.379222311553483,0.255360878780401,0.379222311553483,0.241555376893033,1.49340458115223,0.190217776289722,-0.0360895928390928,-0.190217776289722,-0.457314988313132
diff --git a/ViperVDC/audio-technica ATH-CK9.vdc b/ViperVDC/audio-technica ATH-CK9.vdc
deleted file mode 100644
index 41e69b3..0000000
--- a/ViperVDC/audio-technica ATH-CK9.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00243343212561,-1.988170327654,0.985769182849272,1.988170327654,-0.988202614974887,0.995891628399131,-1.959474335548,0.964157612240569,1.959474335548,-0.9600492406397,1.04658891105244,-1.61452507667447,0.72754601722402,1.61452507667447,-0.774134928276457,0.821226713581293,-0.617086788030411,0.655870256626745,0.617086788030411,-0.477096970208038,1.1127717133775,0.22354008576586,0.501613563007815,-0.22354008576586,-0.614385276385316
-SR_48000:1.00223678715565,-1.98912869150388,0.986919171205943,1.98912869150388,-0.989155958361591,0.996219306297143,-1.96274958570398,0.967016350305617,1.96274958570398,-0.96323565660276,1.04319215473536,-1.65430104770903,0.747410396240435,1.65430104770903,-0.790602550975793,0.832257759650901,-0.754681117465162,0.677104475279423,0.754681117465162,-0.509362234930324,1.10503777548165,-1.00468598390844E-16,0.535793142588473,1.00468598390844E-16,-0.64083091807012
diff --git a/ViperVDC/audio-technica ATH-CKL202iS.vdc b/ViperVDC/audio-technica ATH-CKL202iS.vdc
deleted file mode 100644
index 22ca863..0000000
--- a/ViperVDC/audio-technica ATH-CKL202iS.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.995038612471479,-1.98205415211404,0.987028112974788,1.98205415211404,-0.982066725446267,0.975551022287682,-1.91856495291633,0.943208675398695,1.91856495291633,-0.918759697686377,1.05709225253437,-1.73199993961551,0.747684916117093,1.73199993961551,-0.804777168651464,0.788289574244344,-0.981216172053774,0.508228292730932,0.981216172053774,-0.296517866975276,0.889173403037576,-0.180597296148138,0.351881229721476,0.180597296148138,-0.241054632759052
-SR_48000:0.995438402662919,-1.98350117352781,0.98807339177378,1.98350117352781,-0.983511794436699,0.977463186651143,-1.92494860520256,0.947650347698213,1.92494860520256,-0.925113534349355,1.05286553832366,-1.75724134954956,0.766364574096667,1.75724134954956,-0.819230112420324,0.79991716201523,-1.05924936564439,0.535237442937398,1.05924936564439,-0.335154604952627,0.895253328993543,-0.331984660684152,0.387436901752999,0.331984660684152,-0.282690230746542
diff --git a/ViperVDC/audio-technica ATH-CKM1000.vdc b/ViperVDC/audio-technica ATH-CKM1000.vdc
deleted file mode 100644
index bec66b7..0000000
--- a/ViperVDC/audio-technica ATH-CKM1000.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.967270039752628,-1.8908113463778,0.923973189453241,1.8908113463778,-0.891243229205868,1.03999772194297,-1.84202240779767,0.823232958603448,1.84202240779767,-0.863230680546418,0.67717536579277,-0.646425110054536,0.378578529545485,0.646425110054536,-0.0557538953382547,0.791245467170005,-0.545749590709319,0.515094390635031,0.545749590709319,-0.306339857805036,1.26526442662479,0.21763127978431,0.306448013946987,-0.21763127978431,-0.571712440571778
-SR_48000:0.969796073044666,-1.89927068757252,0.929840787613371,1.89927068757252,-0.899636860658036,1.0369509687337,-1.85564146213911,0.836697864215711,1.85564146213911,-0.873648832949414,0.692015394832654,-0.735481762594871,0.40714485221847,0.735481762594871,-0.0991602470511234,0.802847885191382,-0.67244648023151,0.542045075271637,0.67244648023151,-0.344892960463019,1.24712302111932,-9.8029921122508E-17,0.353879959414401,9.8029921122508E-17,-0.601002980533722
diff --git a/ViperVDC/audio-technica ATH-CKM500.vdc b/ViperVDC/audio-technica ATH-CKM500.vdc
deleted file mode 100644
index 4d5c6cb..0000000
--- a/ViperVDC/audio-technica ATH-CKM500.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.987879413196444,-1.95120420121008,0.963522845844779,1.95120420121008,-0.951402259041222,1.05757376678018,-1.08605989678988,0.597178454648384,1.08605989678988,-0.65475222142856,1.11081665657658,0.613825516058408,0.0332097577587701,-0.613825516058408,-0.144026414335345
-SR_48000:0.988842201559676,-1.9550950666082,0.966420377137091,1.9550950666082,-0.955262578696767,1.05361965287778,-1.18685294024563,0.624843871759973,1.18685294024563,-0.678463524637755,1.10321254745847,0.460277212456484,0.0995497712858842,-0.460277212456484,-0.202762318744356
diff --git a/ViperVDC/audio-technica ATH-CKN50.vdc b/ViperVDC/audio-technica ATH-CKN50.vdc
deleted file mode 100644
index 5ee360a..0000000
--- a/ViperVDC/audio-technica ATH-CKN50.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.972306181862438,-1.91395825583706,0.941846351139869,1.91395825583706,-0.914152533002307,1.1070913134851,-1.67277018929472,0.677706499363964,1.67277018929472,-0.784797812849066,0.56101266348678,-0.396983719565028,0.154971067072158,0.396983719565028,0.284016269441062,1.24493947043528,0.563694313157967,0.125622136936487,-0.563694313157967,-0.370561607371763
-SR_48000:0.974467331661181,-1.92068727041638,0.946384502791835,1.92068727041638,-0.920851834453015,1.09923636650802,-1.70502581007209,0.701346123122123,1.70502581007209,-0.800582489630141,0.575856292191281,-0.470140323442223,0.183544318921678,0.470140323442223,0.240599388887041,1.22834812039152,0.365762448351088,0.18484946020463,-0.365762448351088,-0.413197580596151
diff --git a/ViperVDC/audio-technica ATH-CKN70.vdc b/ViperVDC/audio-technica ATH-CKN70.vdc
deleted file mode 100644
index c557887..0000000
--- a/ViperVDC/audio-technica ATH-CKN70.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.970494599879636,-1.90834314205193,0.938042249372974,1.90834314205193,-0.90853684925261,1.00891443997893,-1.7375197546727,0.844969301953001,1.7375197546727,-0.853883741931928,1.17719265311527,-1.4233632308165,0.367462773124508,1.4233632308165,-0.544655426239774,0.911579946594669,-0.99815245915166,0.609233964302493,0.99815245915166,-0.520813910897162,0.628218508234183,-0.45982022366938,0.219304098212428,0.45982022366938,0.152477393553388
-SR_48000:0.972790897295458,-1.91549097305512,0.942864194578751,1.91549097305512,-0.915655091874209,1.00823857319477,-1.76598856569906,0.856723276356544,1.76598856569906,-0.864961849551317,1.16572774671603,-1.46956539186346,0.408389865600759,1.46956539186346,-0.574117612316788,0.917195335024212,-1.09689663847557,0.634050767629395,1.09689663847557,-0.551246102653607,0.6426455099493,-0.543164071285881,0.249599046625752,0.543164071285881,0.107755443424948
diff --git a/ViperVDC/audio-technica ATH-CKS1000.vdc b/ViperVDC/audio-technica ATH-CKS1000.vdc
deleted file mode 100644
index a565551..0000000
--- a/ViperVDC/audio-technica ATH-CKS1000.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.97193290128777,-1.91275185572603,0.941062507346366,1.91275185572603,-0.912995408634136,1.09288798268728,-1.63326858597988,0.589488273748768,1.63326858597988,-0.682376256436052,0.81138586308523,-0.944032416428578,0.603933259266942,0.944032416428578,-0.415319122352171,0.815243804058757,-0.556547372344559,0.516942289393759,0.556547372344559,-0.332186093452516,1.10451873444239,0.490531034339117,0.088154292757645,-0.490531034339117,-0.19267302720003
-SR_48000:0.974121968823942,-1.91957493834915,0.945659282850462,1.91957493834915,-0.919781251674404,1.08642907065683,-1.66243396065222,0.618032968666428,1.66243396065222,-0.704462039323261,0.822579083989063,-1.03864981271919,0.627437661398208,1.03864981271919,-0.450016745387271,0.825704076959658,-0.684997732639268,0.544291388318878,0.684997732639268,-0.369995465278535,1.09787609428429,0.321966316735677,0.146106227836333,-0.321966316735677,-0.243982322120626
diff --git a/ViperVDC/audio-technica ATH-CKS90.vdc b/ViperVDC/audio-technica ATH-CKS90.vdc
deleted file mode 100644
index 4e85a41..0000000
--- a/ViperVDC/audio-technica ATH-CKS90.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.966966668261406,-1.90318595308562,0.936412468542188,1.90318595308562,-0.903379136803594,1.08798718602218,-1.4897070002309,0.485447100534019,1.4897070002309,-0.573434286556199,0.674895567197646,-0.561851584432412,0.317320243306671,0.561851584432412,0.00778418949568369,0.94876035223014,-0.468129142137604,0.552973415638584,0.468129142137604,-0.501733767868724,1.19141481234283,0.553374821896674,0.154056070854153,-0.553374821896674,-0.345470883196987
-SR_48000:0.96953112344355,-1.91071633177564,0.94134891806103,1.91071633177564,-0.91088004150458,1.08221826249201,-1.5293711158441,0.519184016822021,1.5293711158441,-0.60140227931403,0.689169306427508,-0.652267090007822,0.347293359146867,0.652267090007822,-0.0364626655743746,0.952000692318394,-0.623626349697227,0.581242894935699,0.623626349697227,-0.533243587254093,1.17867059661523,0.359512286041481,0.210378211207525,-0.359512286041481,-0.38904880782276
diff --git a/ViperVDC/audio-technica ATH-CKX35.vdc b/ViperVDC/audio-technica ATH-CKX35.vdc
deleted file mode 100644
index a4a93ba..0000000
--- a/ViperVDC/audio-technica ATH-CKX35.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.01721664335349,-1.98402511141349,0.966858812199115,1.98402511141349,-0.9840754555526,0.9663058962872,-1.88224568070564,0.921733628145133,1.88224568070564,-0.888039524432333,1.10158498906295,-1.54581246433363,0.734399098234758,1.54581246433363,-0.835984087297711,0.720199490333143,-0.710094249305311,0.461397843513123,0.710094249305311,-0.181597333846266,1.43247682530557,0.444300248491185,0.167503479469999,-0.444300248491185,-0.599980304775572
-SR_48000:1.01582801803553,-1.98531734225691,0.969531847325795,1.98531734225691,-0.985359865361326,0.968902426040203,-1.89175407175496,0.92776497905783,1.89175407175496,-0.896667405098032,1.09394245252118,-1.60069509263988,0.754381032731114,1.60069509263988,-0.848323485252293,0.734363680763885,-0.806397662348756,0.48866321025592,0.806397662348756,-0.223026891019805,1.4016568920253,0.212560235942467,0.22683032825701,-0.212560235942467,-0.628487220282314
diff --git a/ViperVDC/audio-technica ATH-CM7.vdc b/ViperVDC/audio-technica ATH-CM7.vdc
deleted file mode 100644
index 9966e7b..0000000
--- a/ViperVDC/audio-technica ATH-CM7.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00294608236586,-1.98558827746904,0.982771181896461,1.98558827746904,-0.98571726426232,0.953219699934562,-1.64143450282385,0.726426765932804,1.64143450282385,-0.679646465867366,1.0575032600263,-1.60768993656129,0.74586849821102,1.60768993656129,-0.803371758237316,1.03059820202743,-1.74653989694891,0.864773457544544,1.74653989694891,-0.895371659571973,1.14270099358846,0.181140481850052,0.165478368758041,-0.181140481850052,-0.308179362346502
-SR_48000:1.00270828320822,-1.98676118359527,0.984161841736646,1.98676118359527,-0.98687012494487,0.956460813531899,-1.66914134098783,0.745380939539267,1.66914134098783,-0.701841753071167,1.05324825801349,-1.65093293729655,0.764673172087508,1.65093293729655,-0.817921430100999,1.02823092213022,-1.77703897548773,0.875235479961337,1.77703897548773,-0.903466402091552,1.13398709830914,-8.26869337983887E-17,0.216437608214671,8.26869337983887E-17,-0.350424706523808
diff --git a/ViperVDC/audio-technica ATH-CM700.vdc b/ViperVDC/audio-technica ATH-CM700.vdc
deleted file mode 100644
index 0ea36ba..0000000
--- a/ViperVDC/audio-technica ATH-CM700.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00612521583204,-1.98418709471337,0.978134381035025,1.98418709471337,-0.984259596867064,0.958299755370128,-1.74354478629292,0.851139668409107,1.74354478629292,-0.809439423779236,1.01890498294796,-1.80679875127621,0.889442835599098,1.80679875127621,-0.908347818547056,1.05707935888602,-1.67291906763755,0.747741898664129,1.67291906763755,-0.804821257550148,1.19477177236838,0.184714696471549,0.139220228636721,-0.184714696471549,-0.333992001005103
-SR_48000:1.00563113932681,-1.98546802203351,0.979898121105436,1.98546802203351,-0.985529260432245,0.961390881208071,-1.76745572044402,0.862174280347468,1.76745572044402,-0.823565161555539,1.01743338159313,-1.82932371004634,0.898048824473343,1.82932371004634,-0.915482206066477,1.05285304697536,-1.70682600273504,0.766419778707676,1.70682600273504,-0.819272825683038,1.1826581418812,-8.42170168877408E-17,0.192755543093944,8.42170168877408E-17,-0.375413684975148
diff --git a/ViperVDC/audio-technica ATH-EC707.vdc b/ViperVDC/audio-technica ATH-EC707.vdc
deleted file mode 100644
index 6ee0f88..0000000
--- a/ViperVDC/audio-technica ATH-EC707.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.956020291747521,-1.87067589456895,0.91534123460085,1.87067589456895,-0.871361526348371,1.08250047172689,-1.88554913045404,0.841190668179294,1.88554913045404,-0.923691139906182,0.955791761173764,-1.64100608337747,0.804624883541913,1.64100608337747,-0.760416644715678,0.957918443656216,-1.12685934184616,0.632870731636067,1.12685934184616,-0.590789175292283,1.16197486694781,-0.427638693485215,0.0527639171503433,0.427638693485215,-0.214738784098156
-SR_48000:0.959381670195162,-1.88061160319851,0.921811722030711,1.88061160319851,-0.881193392225872,1.07602995778211,-1.89736344184917,0.853646087822327,1.89736344184917,-0.929676045604439,0.958988224128953,-1.67577114943988,0.818751420556399,1.67577114943988,-0.777739644685352,0.960701495423478,-1.21636569925917,0.657150721444118,1.21636569925917,-0.617852216867596,1.15301650689826,-0.556474053601141,0.105152797240176,0.556474053601141,-0.258169304138435
diff --git a/ViperVDC/audio-technica ATH-ES10.vdc b/ViperVDC/audio-technica ATH-ES10.vdc
deleted file mode 100644
index e1bbec0..0000000
--- a/ViperVDC/audio-technica ATH-ES10.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00107749083489,-1.99629736221372,0.995238107128025,1.99629736221372,-0.996315597962915,0.997302801824478,-1.98136656515897,0.984226667491113,1.98136656515897,-0.981529469315591,0.955503869149521,-1.71335329351521,0.80335256554741,1.71335329351521,-0.758856434696931,1.38982151922196,-0.899567155623994,-0.0192150236752787,0.899567155623994,-0.370606495546685
-SR_48000:1.00099009285898,-1.99659905389272,0.995624356166103,1.99659905389272,-0.996614449025082,0.997520089484226,-1.98287985347563,0.9854973751975,1.98287985347563,-0.983017464681727,0.958718254200876,-1.73746065752775,0.817558307970627,1.73746065752775,-0.776276562171503,1.36647189234331,-0.995822768639297,0.0418341727863084,0.995822768639297,-0.408306065129618
diff --git a/ViperVDC/audio-technica ATH-ES55.vdc b/ViperVDC/audio-technica ATH-ES55.vdc
deleted file mode 100644
index 44d624f..0000000
--- a/ViperVDC/audio-technica ATH-ES55.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00147831608192,-1.99280069667416,0.991354743109007,1.99280069667416,-0.992833059190924,0.990627443155372,-1.93503045829702,0.94518887899657,1.93503045829702,-0.935816322151942,1.15108423469349,-1.28384530788815,0.545308902228982,1.28384530788815,-0.696393136922472,0.962448151704679,-0.682985884025691,0.672388956393463,0.682985884025691,-0.634837108098142,1.1127717133775,0.22354008576586,0.501613563007815,-0.22354008576586,-0.614385276385316
-SR_48000:1.00135859828827,-1.99338613105494,0.992054857985114,1.99338613105494,-0.993413456273379,0.991366493928698,-1.94021228386337,0.949510880136274,1.94021228386337,-0.940877374064972,1.14046571725083,-1.36276783692026,0.577265547887596,1.36276783692026,-0.717731265138429,0.964995911675198,-0.829806058805025,0.694616205934852,0.829806058805025,-0.65961211761005,1.10503777548165,-1.00468598390844E-16,0.535793142588473,1.00468598390844E-16,-0.64083091807012
diff --git a/ViperVDC/audio-technica ATH-ES7.vdc b/ViperVDC/audio-technica ATH-ES7.vdc
deleted file mode 100644
index 921f890..0000000
--- a/ViperVDC/audio-technica ATH-ES7.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00099122573098,-1.99660246926931,0.995619349520173,1.99660246926931,-0.996610575251153,1.0113583012876,-1.95399961218013,0.949802808350886,1.95399961218013,-0.961161109638484,1.05455252445928,-1.68525307699649,0.835823060672804,1.68525307699649,-0.890375585132081,1.06193188872392,-1.17366401286897,0.726296493749368,1.17366401286897,-0.788228382473293
-SR_48000:1.00091081402544,-1.99687869405176,0.995974723241261,1.99687869405176,-0.996885537266701,1.01045187706668,-1.95820540197942,0.953808684685807,1.95820540197942,-0.964260561752485,1.05034136302787,-1.72441676812882,0.848496637224462,1.72441676812882,-0.898838000252334,1.05738075119349,-1.27547261342218,0.746409917143607,1.27547261342218,-0.803790668337096
diff --git a/ViperVDC/audio-technica ATH-ES700.vdc b/ViperVDC/audio-technica ATH-ES700.vdc
deleted file mode 100644
index da800a4..0000000
--- a/ViperVDC/audio-technica ATH-ES700.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00275784862378,-1.99633354198208,0.993593929437989,1.99633354198208,-0.996351778061765,1.11060869768396,-1.56124044882362,0.667120859598798,1.56124044882362,-0.777729557282758,1.19101174580235,-0.582676636667312,-0.117045016189994,0.582676636667312,-0.0739667296123555,0.946991046437028,-0.733086927407644,0.537537581088391,0.733086927407644,-0.484528627525419,1.22880015434897,-0.224131810070741,0.31142125078657,0.224131810070741,-0.540221405135541
-SR_48000:1.00253414884996,-1.99663230407181,0.994113550610601,1.99663230407181,-0.996647699460561,1.10252184406793,-1.60897198973952,0.691458411135179,1.60897198973952,-0.793980255203106,1.18144991272555,-0.682009377588277,-0.0611269995297727,0.682009377588277,-0.120322913195782,0.950302035371259,-0.859082756107883,0.566423417321613,0.859082756107883,-0.516725452692873,1.21366735590347,-0.406509234640473,0.356963717553471,0.406509234640473,-0.570631073456943
diff --git a/ViperVDC/audio-technica ATH-ES88.vdc b/ViperVDC/audio-technica ATH-ES88.vdc
deleted file mode 100644
index 72dc88e..0000000
--- a/ViperVDC/audio-technica ATH-ES88.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.980500645772173,-1.92923624772932,0.949017604721684,1.92923624772932,-0.929518250493857,1.00905037710346,-1.97231227140724,0.967692224623565,1.97231227140724,-0.976742601727029,0.960244463414508,-1.76267632249041,0.824303279287511,1.76267632249041,-0.784547742702019,1.12565414213151,-1.33865916246159,0.621841286477297,1.33865916246159,-0.747495428608808,1.23059902404861,0.320549108637207,0.306007515593526,-0.320549108637207,-0.536606539642132
-SR_48000:0.98203357851517,-1.93482041729364,0.953025562222504,1.93482041729364,-0.935059140737674,1.00832288049336,-1.97486869795808,0.970289221057806,1.97486869795808,-0.97861210155117,0.963154413356934,-1.78168721145923,0.837163592749066,1.78168721145923,-0.800318006106,1.11659834137746,-1.41476844511373,0.649094904264824,1.41476844511373,-0.765693245642279,1.21498627251323,0.102550843274935,0.352994411011492,-0.102550843274935,-0.567980683524722
diff --git a/ViperVDC/audio-technica ATH-ESW10.vdc b/ViperVDC/audio-technica ATH-ESW10.vdc
deleted file mode 100644
index ae66131..0000000
--- a/ViperVDC/audio-technica ATH-ESW10.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.990444548220485,-1.95604784991636,0.965889223599892,1.95604784991636,-0.956333771820377,1.03163251099568,-1.7326343878477,0.86020240381131,1.7326343878477,-0.891834914806993,0.954552225406183,-1.17915000165107,0.603503062028234,1.17915000165107,-0.558055287434417,1.06193188872392,-1.17366401286897,0.726296493749368,1.17366401286897,-0.788228382473293,1.08900553332432,0.435557697553316,0.479491761118515,-0.435557697553316,-0.56849729444283
-SR_48000:0.991205343067036,-1.9595686532369,0.96860508711905,1.9595686532369,-0.959810430186087,1.02918933006227,-1.76491387698339,0.87099986537202,1.76491387698339,-0.900189195434294,0.957502822994814,-1.25885149555195,0.629244760483981,1.25885149555195,-0.586747583478795,1.05738075119349,-1.27547261342218,0.746409917143607,1.27547261342218,-0.803790668337096,1.08297841463443,0.20854391998704,0.514738613955967,-0.20854391998704,-0.597717028590398
diff --git a/ViperVDC/audio-technica ATH-ESW9.vdc b/ViperVDC/audio-technica ATH-ESW9.vdc
deleted file mode 100644
index eec4934..0000000
--- a/ViperVDC/audio-technica ATH-ESW9.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.984313474770441,-1.91421060182595,0.930674535450417,1.91421060182595,-0.914988010220858,0.961351661954616,-1.71003335637852,0.773982834321114,1.71003335637852,-0.73533449627573,1.18129763803641,-1.29678395445555,0.454381046246782,1.29678395445555,-0.635678684283191,0.927541986034275,-0.71282390243334,0.679777043991316,0.71282390243334,-0.607319030025592,1.13341039844056,-0.00549888962197201,0.410402385978453,0.00549888962197201,-0.543812784419009
-SR_48000:0.985538157768929,-1.92096659829531,0.936086933451482,1.92096659829531,-0.921625091220411,0.964109656047069,-1.73262398414388,0.79011170400248,1.73262398414388,-0.754221360049549,1.168941325442,-1.36846891002489,0.491567621996068,1.36846891002489,-0.660508947438072,0.932378512681379,-0.853517204065704,0.701151723960917,0.853517204065704,-0.633530236642296,1.124581710748,-0.205448467233363,0.449420133165451,0.205448467233363,-0.574001843913454
diff --git a/ViperVDC/audio-technica ATH-EW9.vdc b/ViperVDC/audio-technica ATH-EW9.vdc
deleted file mode 100644
index cc849e6..0000000
--- a/ViperVDC/audio-technica ATH-EW9.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00110973082678,-1.99460175631528,0.993510245748687,1.99460175631528,-0.994619976575471,1.02311333271773,-1.85051229196827,0.864832222691711,1.85051229196827,-0.887945555409439,0.948081917567238,-1.72168221323524,0.879402046710902,1.72168221323524,-0.82748396427814,0.918148467397309,-1.45491141354033,0.809871111510248,1.45491141354033,-0.728019578907558,0.899268200913302,-0.438081072480877,0.640410526439656,0.438081072480877,-0.539678727352958
-SR_48000:1.00101978801054,-1.99504064015352,0.994036235258916,1.99504064015352,-0.99505602326946,1.02133164155142,-1.86482480965281,0.875251630301222,1.86482480965281,-0.896583271852637,0.951965001123401,-1.75031192629093,0.888421870005231,1.75031192629093,-0.840386871128632,0.923965029254826,-1.5132470171935,0.823382116199307,1.5132470171935,-0.747347145454134,0.905749146064111,-0.600543259653855,0.663546017675617,0.600543259653855,-0.569295163739727
diff --git a/ViperVDC/audio-technica ATH-IM70.vdc b/ViperVDC/audio-technica ATH-IM70.vdc
deleted file mode 100644
index 069b6da..0000000
--- a/ViperVDC/audio-technica ATH-IM70.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.978479594892055,-1.92823205242756,0.950011312275804,1.92823205242756,-0.928490907167859,1.0575032600263,-1.60768993656129,0.74586849821102,1.60768993656129,-0.803371758237316,0.970300823781401,-1.37137763909101,0.740897490884831,1.37137763909101,-0.711198314666232,1.08277441292138,-1.08952261931872,0.634184464397469,1.08952261931872,-0.716958877318848,0.841159449013846,-0.587059786651517,0.521966109535056,0.587059786651517,-0.363125558548902
-SR_48000:0.980170576754243,-1.93389065032617,0.95393921065096,1.93389065032617,-0.934109787405203,1.05324825801349,-1.65093293729655,0.764673172087508,1.65093293729655,-0.817921430100999,0.972395274783115,-1.43974388086861,0.759169967729599,1.43974388086861,-0.731565242512715,1.07690103121775,-1.19570114036393,0.660141450353399,1.19570114036393,-0.73704248157115,0.850343242007553,-0.715783817424201,0.549604922588462,0.715783817424201,-0.399948164596015
diff --git a/ViperVDC/audio-technica ATH-M50.vdc b/ViperVDC/audio-technica ATH-M50.vdc
deleted file mode 100644
index ce30662..0000000
--- a/ViperVDC/audio-technica ATH-M50.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.990425563956695,-1.9478273155489,0.957686471873857,1.9478273155489,-0.948112035830553,0.992172094818279,-1.91431944240579,0.931707537651184,1.91431944240579,-0.923879632469463,1.03573213153814,-1.67405681621787,0.842084427113251,1.67405681621787,-0.877816558651388,1.06193188872392,-1.17366401286897,0.726296493749368,1.17366401286897,-0.788228382473293,1.3651187947673,0.489180494107387,-0.613616125471241,-0.489180494107387,0.248497330703938
-SR_48000:0.991184927130714,-1.9519865082278,0.961042422540452,1.9519865082278,-0.952227349671165,0.992785874725588,-1.92175231795388,0.937062296074706,1.92175231795388,-0.929848170800293,1.0329907226684,-1.71383926850125,0.854199885484938,1.71383926850125,-0.887190608153334,1.05738075119349,-1.27547261342218,0.746409917143607,1.27547261342218,-0.803790668337096,1.33164497088426,0.432981995415676,-0.465680980052902,-0.432981995415676,0.134036009168647
diff --git a/ViperVDC/audio-technica ATH-PRO500 Mk2.vdc b/ViperVDC/audio-technica ATH-PRO500 Mk2.vdc
deleted file mode 100644
index 574c436..0000000
--- a/ViperVDC/audio-technica ATH-PRO500 Mk2.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00186645179307,-1.99518542037644,0.993337194175213,1.99518542037644,-0.995203645968284,0.984396798893528,-1.94336247134464,0.959204363533127,1.94336247134464,-0.943601162426655,0.956220888600505,-1.74488123576024,0.806521381190337,1.74488123576024,-0.762742269790842,1.09541367289913,-1.57557448106518,0.712850597808019,1.57557448106518,-0.808264270707145,1.05905850814012,-1.06817679421058,0.789174639548666,1.06817679421058,-0.848233147688785
-SR_48000:1.0017151366564,-1.99557710399357,0.993877354589618,1.99557710399357,-0.995592491246015,0.985631668236286,-1.9478627392629,0.962433013888109,1.9478627392629,-0.948064682124395,0.959389465316735,-1.76468673007376,0.820524676987147,1.76468673007376,-0.779914142303882,1.08833284940292,-1.62385344776809,0.734160481100226,1.62385344776809,-0.822493330503151,1.05458921070259,-1.18917636221062,0.805129008748045,1.18917636221062,-0.859718219450631
diff --git a/ViperVDC/audio-technica ATH-PRO500.vdc b/ViperVDC/audio-technica ATH-PRO500.vdc
deleted file mode 100644
index 9a3197e..0000000
--- a/ViperVDC/audio-technica ATH-PRO500.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00163364009364,-1.99440578870328,0.992780245673213,1.99440578870328,-0.994413885766852,0.993851127481461,-1.97170092119912,0.978049932077276,1.97170092119912,-0.971901059558737,1.00603031168767,-1.96831497017191,0.964734474372286,1.96831497017191,-0.970764786059959,1.11917281399691,-1.44922834408031,0.473324361443079,1.44922834408031,-0.592497175439991,0.935694797428019,-1.25892421740277,0.770445140961418,1.25892421740277,-0.706139938389437
-SR_48000:1.00150124741658,-1.99485975666159,0.993365345541144,1.99485975666159,-0.994866592957724,0.994344271816163,-1.9739854857131,0.979810344512204,1.9739854857131,-0.974154616328368,1.00554692279504,-1.97103785718823,0.96756135368869,1.97103785718823,-0.973108276483729,1.1112621717427,-1.49626636672904,0.508284873164653,1.49626636672904,-0.619547044907354,0.94021480615045,-1.34197202784819,0.786580537844265,1.34197202784819,-0.726795343994716
diff --git a/ViperVDC/audio-technica ATH-PRO700 MK2 ANV.vdc b/ViperVDC/audio-technica ATH-PRO700 MK2 ANV.vdc
deleted file mode 100644
index 1b7f1c0..0000000
--- a/ViperVDC/audio-technica ATH-PRO700 MK2 ANV.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00063138958741,-1.99783289796063,0.997209619350467,1.99783289796063,-0.997841008937877,0.997336198351192,-1.98155703137801,0.984421971835184,1.98155703137801,-0.981758170186375,0.989060004166516,-1.91683311086973,0.936022427460678,1.91683311086973,-0.925082431627194,1.08814988493758,-1.62506442402803,0.734711116404897,1.62506442402803,-0.822861001342476,1.20375959993956,-0.147289394878651,-0.191595022899124,0.147289394878651,-0.0121645770404357
-SR_48000:1.00058014005841,-1.99800940590854,0.997436112939977,1.99800940590854,-0.998016252998383,0.997550818342416,-1.98305798929691,0.985677078899746,1.98305798929691,-0.983227897242162,0.989918281018468,-1.92397464629254,0.941041667905586,1.92397464629254,-0.930959948924054,1.08156193661337,-1.66744133490254,0.754537681775338,1.66744133490254,-0.836099618388707,1.19318979208344,-0.275230104981223,-0.129782325788984,0.275230104981223,-0.0634074662944602
diff --git a/ViperVDC/audio-technica ATH-PRO700 Mk2.vdc b/ViperVDC/audio-technica ATH-PRO700 Mk2.vdc
deleted file mode 100644
index 2500137..0000000
--- a/ViperVDC/audio-technica ATH-PRO700 Mk2.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.995568460985635,-1.97578304187245,0.980415133603869,1.97578304187245,-0.975983594589504,0.978149832761865,-1.83162018694753,0.872219269481297,1.83162018694753,-0.850369102243161,1.38659156497466,-1.30115777399744,0.188204746266732,1.30115777399744,-0.574796311241396,0.964187585790728,-1.50646109118985,0.84172962365039,1.50646109118985,-0.805917209441117
-SR_48000:0.995924550024883,-1.97774394076349,0.981988843377425,1.97774394076349,-0.977913393402308,0.979803080162949,-1.84576359124634,0.881887532352533,1.84576359124634,-0.861690612515483,1.36094797410058,-1.3667831566671,0.242053167304125,1.3667831566671,-0.603001141404704,0.966838001523608,-1.56436111568647,0.853442944430011,1.56436111568647,-0.820280945953619
diff --git a/ViperVDC/audio-technica ATH-PRO700.vdc b/ViperVDC/audio-technica ATH-PRO700.vdc
deleted file mode 100644
index d1a8111..0000000
--- a/ViperVDC/audio-technica ATH-PRO700.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.993561418999753,-1.96497892762172,0.971545156600957,1.96497892762172,-0.96510657560071,0.986650410879361,-1.89619708801093,0.921931020876462,1.89619708801093,-0.908581431755823,1.13175936769786,-1.66145295011698,0.693942662624211,1.66145295011698,-0.825702030322074,1.07104005195117,-0.953299184031427,0.686043624635163,0.953299184031427,-0.757083676586332
-SR_48000:0.994076163015696,-1.96778829259644,0.973820030577644,1.96778829259644,-0.96789619359334,0.987689503566925,-1.90520279416179,0.928007680210303,1.90520279416179,-0.915697183777229,1.12189459206286,-1.69878501990432,0.716857063455139,1.69878501990432,-0.838751655517999,1.0658964856923,-1.08035169817575,0.708775243978464,1.08035169817575,-0.774671729670767
diff --git a/ViperVDC/audio-technica ATH-SJ11.vdc b/ViperVDC/audio-technica ATH-SJ11.vdc
deleted file mode 100644
index 4e733c3..0000000
--- a/ViperVDC/audio-technica ATH-SJ11.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00161725691076,-1.98711256266757,0.985890675203305,1.98711256266757,-0.987507932114068,0.989970804403791,-1.92978301595492,0.941348826952597,1.92978301595492,-0.931319631356387,1.16353357165098,-1.40833859528366,0.416222568517745,1.40833859528366,-0.579756140168727,0.94412122412528,-0.675675994882548,0.67321848277204,0.675675994882548,-0.617339706897321
-SR_48000:1.00148660861944,-1.98818318670521,0.987030481231747,1.98818318670521,-0.988517089851186,0.990759952834361,-1.93542303848778,0.945963801375768,1.93542303848778,-0.936723754210129,1.15273746505528,-1.45983984659121,0.454762198728344,1.45983984659121,-0.607499663783624,0.947874550365677,-0.821521324304787,0.695168098243896,0.821521324304787,-0.643042648609573
diff --git a/ViperVDC/audio-technica ATH-SJ3.vdc b/ViperVDC/audio-technica ATH-SJ3.vdc
deleted file mode 100644
index f17baa2..0000000
--- a/ViperVDC/audio-technica ATH-SJ3.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00110973082678,-1.99460175631528,0.993510245748687,1.99460175631528,-0.994619976575471,0.96841360224989,-1.85621978381141,0.904940089237197,1.85621978381141,-0.873353691487087,1.17976997111922,-1.37974940574573,0.458978591113155,1.37974940574573,-0.638748562232376,0.883089580293767,-0.817722438049093,0.694329711641887,0.817722438049093,-0.577419291935653,1.28241634388233,0.52408449047575,-0.00816172591217157,-0.52408449047575,-0.274254617970158
-SR_48000:1.00101978801054,-1.99504064015352,0.994036235258916,1.99504064015352,-0.99505602326946,0.970830439585799,-1.86850301860581,0.912213610684538,1.86850301860581,-0.883044050270337,1.16750640494802,-1.44054011777424,0.495886044602808,1.44054011777424,-0.66339244955083,0.890748210182173,-0.943455244923259,0.714353723293712,0.943455244923259,-0.605101933475885,1.263322765756,0.342500611537027,0.0599979790576541,-0.342500611537027,-0.323320744813657
diff --git a/ViperVDC/audio-technica ATH-SJ33.vdc b/ViperVDC/audio-technica ATH-SJ33.vdc
deleted file mode 100644
index 5aa5d29..0000000
--- a/ViperVDC/audio-technica ATH-SJ33.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.979988760943356,-1.93342272780731,0.953516879670285,1.93342272780731,-0.93350564061364,1.01580877351073,-1.98401561661202,0.969568892085196,1.98401561661202,-0.985377665595921,0.808980005742559,-1.42944309920909,0.63229594913295,1.42944309920909,-0.441275954875509,1.46437387636718,-1.28485323667415,0.106103232173067,1.28485323667415,-0.570477108540245,0.954749649522459,-0.834613434818783,0.735373977817622,0.834613434818783,-0.690123627340082
-SR_48000:0.981564903603585,-1.93867275084932,0.957178023726624,1.93867275084932,-0.938742927330208,1.01453292324737,-1.98540735248611,0.972024840803865,1.98540735248611,-0.986557764051232,0.820453260712639,-1.46461177886093,0.654381398070005,1.46461177886093,-0.474834658782644,1.43357107767674,-1.35229187195332,0.165397097721247,1.35229187195332,-0.598968175397991,0.957907454343625,-0.969544976836903,0.753840958069372,0.969544976836903,-0.711748412412998
diff --git a/ViperVDC/audio-technica ATH-SJ55.vdc b/ViperVDC/audio-technica ATH-SJ55.vdc
deleted file mode 100644
index a4fc247..0000000
--- a/ViperVDC/audio-technica ATH-SJ55.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00052387686001,-1.9974419759404,0.996936345285375,1.9974419759404,-0.997460222145389,1.0044066633564,-1.98386608225944,0.980525069776428,1.98386608225944,-0.984931733132827,0.992172094818279,-1.91431944240579,0.931707537651184,1.91431944240579,-0.923879632469463,1.06647381894266,-1.59162562510617,0.706223761403773,1.59162562510617,-0.772697580346429,1.36671239566526,-0.400591441308784,0.0412053604019597,0.400591441308784,-0.407917756067217
-SR_48000:1.00048136152222,-1.99765093511329,0.997184976834151,1.99765093511329,-0.997666338356372,1.00405109875363,-1.98524747948998,0.982096461840851,1.98524747948998,-0.986147560594484,0.992785874725588,-1.92175231795388,0.937062296074706,1.92175231795388,-0.929848170800293,1.06162926100554,-1.63457326531024,0.727633935079129,1.63457326531024,-0.789263196084673,1.34381839351286,-0.552932283865884,0.101063294854486,0.552932283865884,-0.444881688367351
diff --git a/ViperVDC/audio-technica ATH-T200.vdc b/ViperVDC/audio-technica ATH-T200.vdc
deleted file mode 100644
index 91614b8..0000000
--- a/ViperVDC/audio-technica ATH-T200.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00217802446229,-1.99559080742045,0.993445190785528,1.99559080742045,-0.995623215247817,1.06449759869178,-1.45824149486987,0.622815231219198,1.45824149486987,-0.687312829910979,1.22052027225985,-1.51217269742527,0.575509371553166,1.51217269742527,-0.796029643813017,0.900679405711675,-0.793061151140876,0.561059811678089,0.793061151140876,-0.461739217389764,1.26557909326006,0.365864237288174,0.0519434061549402,-0.365864237288174,-0.317522499415005
-SR_48000:1.00200141569105,-1.99595075381556,0.993976698498641,1.99595075381556,-0.995978114189694,1.05999734976142,-1.51255912693425,0.649132883142445,1.51255912693425,-0.709130232903862,1.20422592399046,-1.56845957084185,0.606875186886713,1.56845957084185,-0.811101110877171,0.906781382042938,-0.909981720271031,0.588027055069781,0.909981720271031,-0.494808437112719,1.24840772912522,0.177730855995395,0.11324124701102,-0.177730855995395,-0.361648976136236
diff --git a/ViperVDC/audio-technica ATH-TAD400.vdc b/ViperVDC/audio-technica ATH-TAD400.vdc
deleted file mode 100644
index 357e414..0000000
--- a/ViperVDC/audio-technica ATH-TAD400.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00215213761601,-1.99563421819924,0.993523097779427,1.99563421819924,-0.995675235395441,0.980859190237485,-1.72549205184335,0.833011131370777,1.72549205184335,-0.813870321608261,1.05893528669909,-1.49705475546504,0.789614511897934,1.49705475546504,-0.848549798597026,1.04768245413465,-1.47215939271577,0.789270840076177,1.47215939271577,-0.836953294210826,0.82297185880946,-0.0037065328746241,0.217636924252807,0.0037065328746241,-0.040608783062267
-SR_48000:1.00197762374327,-1.99599129581395,0.994048300852628,1.99599129581395,-0.996025924595901,0.982281569600513,-1.75243662125456,0.84542029919286,1.75243662125456,-0.827701868793373,1.05447601902021,-1.55993488507201,0.805533077153922,1.55993488507201,-0.860009096174129,1.04409529294765,-1.53756968157013,0.805124039689437,1.53756968157013,-0.849219332637091,0.831726042848489,-0.142019212809308,0.256325407927615,0.142019212809308,-0.0880514507761045
diff --git a/ViperVDC/audio-technica ATH-TAD500.vdc b/ViperVDC/audio-technica ATH-TAD500.vdc
deleted file mode 100644
index 7ab821e..0000000
--- a/ViperVDC/audio-technica ATH-TAD500.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00183861561389,-1.99628702862329,0.994466648664198,1.99628702862329,-0.996305264278091,1.16196680487774,-1.24884568727957,0.576526710999561,1.24884568727957,-0.738493515877299,0.896696903806025,-0.367773499654964,0.395878990185871,0.367773499654964,-0.292575893991897
-SR_48000:1.0016894815967,-1.99658955708003,0.99491547054247,1.99658955708003,-0.99660495213917,1.15033526474019,-1.33624120161581,0.6069381682232,1.33624120161581,-0.757273432963388,0.902491225466142,-0.509832169258358,0.429764435844968,0.509832169258358,-0.33225566131111
diff --git a/ViperVDC/audio-technica ATH-WS55.vdc b/ViperVDC/audio-technica ATH-WS55.vdc
deleted file mode 100644
index 09a641f..0000000
--- a/ViperVDC/audio-technica ATH-WS55.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.980674008525377,-1.92994898171155,0.949470873497006,1.92994898171155,-0.930144882022383,1.01584857701668,-1.49134595880706,0.724377979575199,1.49134595880706,-0.740226556591878,1.10146586177652,-1.34813999624721,0.637790090603227,1.34813999624721,-0.739255952379751,0.978110679736538,-0.847476063287648,0.619323635781823,0.847476063287648,-0.59743431551836
-SR_48000:0.982193759720642,-1.93547229584622,0.953444366939733,1.93547229584622,-0.935638126660376,1.01471317035024,-1.54569602369251,0.744123795182382,1.54569602369251,-0.758836965532622,1.09418693803424,-1.42222042222105,0.663774182819425,1.42222042222105,-0.757961120853669,0.979566503606934,-0.971803793597862,0.644641815206956,0.971803793597862,-0.62420831881389
diff --git a/ViperVDC/audio-technica EM9r.vdc b/ViperVDC/audio-technica EM9r.vdc
deleted file mode 100644
index c33fcd1..0000000
--- a/ViperVDC/audio-technica EM9r.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00310579010261,-1.9919682843997,0.988913039992224,1.9919682843997,-0.992018830094832,0.993762563505482,-1.95649118339061,0.9635231994727,1.95649118339061,-0.957285762978182,1.098571468156,-1.77381111530723,0.742278154754402,1.77381111530723,-0.840849622910404,0.883621388267966,-1.52804938463952,0.755619073979734,1.52804938463952,-0.6392404622477,1.05726306577749,-1.27802719809104,0.746930019334189,1.27802719809104,-0.804193085111683
-SR_48000:1.00285436956138,-1.99262224378982,0.989810553795047,1.99262224378982,-0.992664923356423,0.994259407960149,-1.96001629659414,0.966428767502438,1.96001629659414,-0.960688175462586,1.09114034394056,-1.79583724360206,0.761707337264122,1.79583724360206,-0.852847681204678,0.891500241648265,-1.56823866573667,0.772163707537392,1.56823866573667,-0.663663949185657,1.05302261078332,-1.36736580588241,0.765670403713182,1.36736580588241,-0.818693014496503
diff --git a/ViperVDC/audio-technica ONTO.vdc b/ViperVDC/audio-technica ONTO.vdc
deleted file mode 100644
index d4ee959..0000000
--- a/ViperVDC/audio-technica ONTO.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00186645179307,-1.99518542037644,0.993337194175213,1.99518542037644,-0.995203645968284,0.97633311548055,-1.90433374477971,0.928774026457493,1.90433374477971,-0.905107141938043,0.841989363530231,-1.52902796958895,0.717968693388029,1.52902796958895,-0.55995805691826,1.47472335021158,-1.37019047973137,0.15267193569593,1.37019047973137,-0.627395285907507,0.94412122412528,-0.675675994882548,0.67321848277204,0.675675994882548,-0.617339706897321
-SR_48000:1.0017151366564,-1.99557710399357,0.993877354589618,1.99557710399357,-0.995592491246015,0.97817205039252,-1.91182502985583,0.934308338727396,1.91182502985583,-0.912480389119916,0.85220439882245,-1.56180778553396,0.736201388445258,1.56180778553396,-0.588405787267708,1.44231647276867,-1.43139368505098,0.210514585992355,1.43139368505098,-0.652831058761028,0.947874550365677,-0.821521324304787,0.695168098243896,0.821521324304787,-0.643042648609573
diff --git a/ViperVDC/audio-technica W1000.vdc b/ViperVDC/audio-technica W1000.vdc
deleted file mode 100644
index 38d859d..0000000
--- a/ViperVDC/audio-technica W1000.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00129410599151,-1.99370132906812,0.992432011747917,1.99370132906812,-0.993726117739431,0.981000579127673,-1.7558773764672,0.834244640877545,1.7558773764672,-0.815245220005218,0.983686947479737,-1.44371972368366,0.857681142122703,1.44371972368366,-0.84136808960244,1.0921349131174,-1.22966703620845,0.722718092503981,1.22966703620845,-0.814853005621379,1.32190459588098,0.763404521061397,-0.149125749951815,-0.763404521061397,-0.172778845929168
-SR_48000:1.00118926287591,-1.99421347223691,0.993045138858397,1.99421347223691,-0.994234401734303,0.982413392940862,-1.77844878297092,0.846570356621827,1.77844878297092,-0.828983749562689,0.984916009235533,-1.51349794040054,0.868403762253317,1.51349794040054,-0.85331977148885,1.08527258749002,-1.32645075829735,0.743370401986213,1.32645075829735,-0.82864298947623,1.29497419499906,0.62099190702693,-0.0529903809451965,-0.62099190702693,-0.241983814053861
diff --git a/ViperVDC/beyerdynamic DJX-1.vdc b/ViperVDC/beyerdynamic DJX-1.vdc
deleted file mode 100644
index 82091b2..0000000
--- a/ViperVDC/beyerdynamic DJX-1.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00060189449722,-1.99533260021463,0.9947489326537,1.99533260021463,-0.995350827150924,0.997516601643791,-1.975537518181,0.978334256125818,1.975537518181,-0.975850857769609,1.24023479620782,-1.43975346879731,0.537559887025316,1.43975346879731,-0.777794683233133,0.912355482048712,-0.474073724275044,0.487451038350457,0.474073724275044,-0.39980652039917,1.24493947043528,0.563694313157967,0.125622136936487,-0.563694313157967,-0.370561607371763
-SR_48000:1.00055309500523,-1.99571237746227,0.995174670752531,1.99571237746227,-0.995727765757758,0.997716139189846,-1.97752645593217,0.980075068007772,1.97752645593217,-0.977791207197618,1.22263253675834,-1.50463865693936,0.571443366758136,1.50463865693936,-0.794075903516477,0.917577604854007,-0.618027887500909,0.517990240162806,0.618027887500909,-0.435567845016814,1.22834812039152,0.365762448351088,0.18484946020463,-0.365762448351088,-0.413197580596151
diff --git a/ViperVDC/beyerdynamic DT1350.vdc b/ViperVDC/beyerdynamic DT1350.vdc
deleted file mode 100644
index 4d31446..0000000
--- a/ViperVDC/beyerdynamic DT1350.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.988452944501189,-1.96153330086407,0.973177914236805,1.96153330086407,-0.961630858737994,1.00349111168698,-1.99037392832019,0.987537530104251,1.99037392832019,-0.991028641791235,0.961322909643537,-1.85602988200947,0.898876101960633,1.85602988200947,-0.86019901160417,1.02759668139172,-1.8622819362229,0.878038461067032,1.8622819362229,-0.905635142458752,0.952436410774099,-0.2436402706589,0.721846056776641,0.2436402706589,-0.674282467550739
-SR_48000:0.989374589511788,-1.96461087006896,0.975318757980047,1.96461087006896,-0.964693347491835,1.0032086273055,-1.99120171113477,0.988545934708846,1.99120171113477,-0.991754562014342,0.964263060515837,-1.86728690789011,0.906563327506573,1.86728690789011,-0.87082638802241,1.02545121729225,-1.87621419280516,0.887520184596849,1.87621419280516,-0.912971401889099,0.955734364728776,-0.439181496605834,0.741132635270662,0.439181496605834,-0.696866999999438
diff --git a/ViperVDC/beyerdynamic DT231 PRO.vdc b/ViperVDC/beyerdynamic DT231 PRO.vdc
deleted file mode 100644
index 5016235..0000000
--- a/ViperVDC/beyerdynamic DT231 PRO.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.988877852551613,-1.93933846174143,0.950846473175879,1.93933846174143,-0.939724325727492,1.01090132526015,-1.91384587483022,0.936248574659296,1.91384587483022,-0.947149899919445,1.0594240728523,-1.64684598506658,0.787869657173714,1.64684598506658,-0.847293730026013,1.0557796937148,-1.15760792117419,0.800879256797554,1.15760792117419,-0.856658950512356,0.874851418746857,-0.552194298954993,0.446914889937064,0.552194298954993,-0.32176630868392
-SR_48000:0.98975647832177,-1.94415946495598,0.954729496266712,1.94415946495598,-0.944485974588481,1.01003705437351,-1.92315488425057,0.941302868480381,1.92315488425057,-0.951339922853887,1.05493097688837,-1.6880928195952,0.803908981666833,1.6880928195952,-0.858839958555198,1.05154180812171,-1.26769388891724,0.816007538663331,1.26769388891724,-0.867549346785037,0.881939335874689,-0.680089381648797,0.478239427422906,0.680089381648797,-0.360178763297595
diff --git a/ViperVDC/beyerdynamic DT235.vdc b/ViperVDC/beyerdynamic DT235.vdc
deleted file mode 100644
index 0d4b47c..0000000
--- a/ViperVDC/beyerdynamic DT235.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00099122573098,-1.99660246926931,0.995619349520173,1.99660246926931,-0.996610575251153,0.996391818684823,-1.9802829070739,0.984053903449413,1.9802829070739,-0.980445722134236,1.0807726179721,-1.67235857431428,0.756913152387606,1.67235857431428,-0.837685770359702,0.925560498413367,-1.28773542433737,0.775972795820687,1.28773542433737,-0.701533294234054,0.909462066536339,-0.392645874374496,0.470530218301996,0.392645874374496,-0.379992284838335
-SR_48000:1.00091081402544,-1.99687869405176,0.995974723241261,1.99687869405176,-0.996885537266701,0.996682349433199,-1.98188269052439,0.985337883094512,1.98188269052439,-0.982020232527711,1.07469280678128,-1.70908777329744,0.775210468650969,1.70908777329744,-0.849903275432245,0.930778770165211,-1.36651627002886,0.791677291502366,1.36651627002886,-0.722456061667577,0.914803458134498,-0.542098010363705,0.501766909214276,0.542098010363705,-0.416570367348774
diff --git a/ViperVDC/beyerdynamic DT250.vdc b/ViperVDC/beyerdynamic DT250.vdc
deleted file mode 100644
index b07af5f..0000000
--- a/ViperVDC/beyerdynamic DT250.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.000288255556,-1.99859441042976,0.998314268942664,1.99859441042976,-0.99860252449866,0.993656968685817,-1.96528724694145,0.971967431532911,1.96528724694145,-0.965624400218728,0.968754617757355,-1.71400899610883,0.817275642571147,1.71400899610883,-0.786030260328502,1.07827896730284,-1.1479055587572,0.542221186813191,1.1479055587572,-0.620500154116034
-SR_48000:1.00026484982671,-1.99870914700673,0.998451146667843,1.99870914700673,-0.998715996494555,0.994164198169682,-1.96808830287283,0.974209095578174,1.96808830287283,-0.968373293747856,0.971043835686704,-1.74031524978044,0.830663088815411,1.74031524978044,-0.801706924502115,1.07299701571267,-1.23760898475561,0.573110269967618,1.23760898475561,-0.646107285680287
diff --git a/ViperVDC/beyerdynamic DT440.vdc b/ViperVDC/beyerdynamic DT440.vdc
deleted file mode 100644
index c6b14c2..0000000
--- a/ViperVDC/beyerdynamic DT440.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00081115996574,-1.99372631777821,0.992923252117458,1.99372631777821,-0.993734412083203,0.99418358545351,-1.95965964719912,0.965985354178303,1.95965964719912,-0.960168939631813,1.06298929078296,-1.62628979757556,0.631635881621347,1.62628979757556,-0.694625172404309,0.790056124202925,-0.593181823381716,0.0721682140575775,0.593181823381716,0.137775661739497,0.955021686103699,-0.227391298918581,0.607598746156368,0.227391298918581,-0.562620432260067
-SR_48000:1.0007454429104,-1.9942351917216,0.993496582966979,1.9942351917216,-0.994242025877379,0.994647519087386,-1.96291538316333,0.968698458293376,1.96291538316333,-0.963345977380762,1.05858142010623,-1.65752361936583,0.657413301490318,1.65752361936583,-0.715994721596549,0.798433806963649,-0.666490631165871,0.109192777543556,0.666490631165871,0.0923734154927948,0.957968212325403,-0.411851793915831,0.633304925061732,0.411851793915831,-0.591273137387135
diff --git a/ViperVDC/beyerdynamic DT770 PRO.vdc b/ViperVDC/beyerdynamic DT770 PRO.vdc
deleted file mode 100644
index 34a2a19..0000000
--- a/ViperVDC/beyerdynamic DT770 PRO.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00034939911592,-1.99829798498929,0.997956698738821,1.99829798498929,-0.99830609785474,0.998614465109828,-1.98623640236043,0.987912271913946,1.98623640236043,-0.986526737023774,0.993170302544421,-1.92961367546044,0.940416133625626,1.92961367546044,-0.933586436170047,1.08085662330177,-1.45112013367066,0.642659997018112,1.45112013367066,-0.723516620319883,0.817745478535496,-0.530253209456593,0.451501285977672,0.530253209456593,-0.269246764513168
-SR_48000:1.00032103252684,-1.99843677176075,0.998122587788314,1.99843677176075,-0.998443620315157,0.998726343063559,-1.987369457134,0.988888321158983,1.987369457134,-0.987614664222542,0.993708285537666,-1.93545524167659,0.945109622171745,1.93545524167659,-0.938817907709412,1.0751061498895,-1.50963811881433,0.668073798663245,1.50963811881433,-0.74317994855275,0.82767986006743,-0.65453943533633,0.48139901060523,0.65453943533633,-0.30907887067266
diff --git a/ViperVDC/beyerdynamic DT770.vdc b/ViperVDC/beyerdynamic DT770.vdc
deleted file mode 100644
index 9dabbd4..0000000
--- a/ViperVDC/beyerdynamic DT770.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.992362132606614,-1.97233184826431,0.980030273311448,1.97233184826431,-0.972392405918062,0.915148872147525,-1.55318270305314,0.802903499632669,1.55318270305314,-0.718052371780195,1.2155334547047,-1.52974398443159,0.585108748953899,1.52974398443159,-0.800642203658601,0.834981443022169,-0.794761646044092,0.56854769641064,0.794761646044092,-0.403529139432808,1.07593637027457,-0.495175044547178,0.664404699673447,0.495175044547178,-0.740341069948017
-SR_48000:0.992974833736135,-1.97455588180996,0.981632222320001,1.97455588180996,-0.974607056056136,0.921146437589418,-1.59684202105298,0.816834948621495,1.59684202105298,-0.737981386210913,1.1995734850821,-1.58393307887622,0.615830901913646,1.58393307887622,-0.815404386995743,0.844730961334303,-0.905446946728401,0.594038478851683,0.905446946728401,-0.438769440185986,1.07047471887608,-0.673146583618751,0.688542073302561,0.673146583618751,-0.759016792178639
diff --git a/ViperVDC/beyerdynamic DT860.vdc b/ViperVDC/beyerdynamic DT860.vdc
deleted file mode 100644
index ab03880..0000000
--- a/ViperVDC/beyerdynamic DT860.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00074048432775,-1.99640199453132,0.995669615371506,1.99640199453132,-0.99641009969926,0.994072904529348,-1.94191999082053,0.948290642915233,1.94191999082053,-0.942363547444581,1.0262075068341,-1.82449015661783,0.846737357575439,1.82449015661783,-0.872944864409539,0.979380275349387,-1.51508532132896,0.820108734501129,1.51508532132896,-0.799489009850515,0.752360600921115,-0.623761126096998,0.479987389733212,0.623761126096998,-0.232347990654327
-SR_48000:1.00068041918601,-1.99669445554129,0.996020878938845,1.99669445554129,-0.996701298124853,0.994541721772312,-1.94654714733871,0.952380713396459,1.94654714733871,-0.946922435168772,1.02420182842604,-1.84152765743743,0.858466652338945,1.84152765743743,-0.882668480764981,0.980901692764672,-1.57121570983048,0.833381933286525,1.57121570983048,-0.814283626051197,0.765409313956804,-0.734588905127457,0.507388099602281,0.734588905127457,-0.272797413559084
diff --git a/ViperVDC/beyerdynamic DT880 (250 Ohm).vdc b/ViperVDC/beyerdynamic DT880 (250 Ohm).vdc
deleted file mode 100644
index 7fa85f0..0000000
--- a/ViperVDC/beyerdynamic DT880 (250 Ohm).vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00060624530829,-1.99004487679873,0.989456810124515,1.99004487679873,-0.990063055432802,0.970889516995886,-1.86621383793473,0.896082236657689,1.86621383793473,-0.866971753653574,1.0220183108205,-1.51195536489746,0.807907144020491,1.51195536489746,-0.829925454840992,0.678087912934949,-0.301150556233602,0.380335137706273,0.301150556233602,-0.0584230506412214,1.10640501292364,0.96608336319059,0.377738845929545,-0.96608336319059,-0.484143858853184
-SR_48000:1.00055721272865,-1.99085139582956,0.990309533914938,1.99085139582956,-0.990866746643586,0.973109723908866,-1.87647434990767,0.904007867315256,1.87647434990767,-0.877117591224122,1.02036807207506,-1.57113639744,0.822304210000927,1.57113639744,-0.842672282075984,0.693114210442082,-0.42186035348162,0.409260017975402,0.42186035348162,-0.102374228417484,1.09867413871045,0.760811737024613,0.42294933533878,-0.760811737024613,-0.521623474049227
diff --git a/ViperVDC/beyerdynamic DT880 (32 Ohm).vdc b/ViperVDC/beyerdynamic DT880 (32 Ohm).vdc
deleted file mode 100644
index c9f747b..0000000
--- a/ViperVDC/beyerdynamic DT880 (32 Ohm).vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00182776800535,-1.99112071257095,0.989311133027206,1.99112071257095,-0.991138901032552,0.970889516995886,-1.86621383793473,0.896082236657689,1.86621383793473,-0.866971753653574,1.03992025909009,-1.539457846996,0.651726390703967,1.539457846996,-0.691646649794059,0.692156758585114,-0.312859059447333,0.407416970457335,0.312859059447333,-0.0995737290424486,1.10640501292364,0.96608336319059,0.377738845929545,-0.96608336319059,-0.484143858853184
-SR_48000:1.00167986630942,-1.99184057646058,0.990176068592443,1.99184057646058,-0.99185593490186,0.973109723908866,-1.87647434990767,0.904007867315256,1.87647434990767,-0.877117591224122,1.03713073371808,-1.58278449438031,0.676062857742906,1.58278449438031,-0.713193591460991,0.706969649013119,-0.437369163362364,0.435931052643343,0.437369163362364,-0.142900701656462,1.09867413871045,0.760811737024613,0.42294933533878,-0.760811737024613,-0.521623474049227
diff --git a/ViperVDC/beyerdynamic DT880 (600 Ohm).vdc b/ViperVDC/beyerdynamic DT880 (600 Ohm).vdc
deleted file mode 100644
index f911b0f..0000000
--- a/ViperVDC/beyerdynamic DT880 (600 Ohm).vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00182776800535,-1.99112071257095,0.989311133027206,1.99112071257095,-0.991138901032552,0.970889516995886,-1.86621383793473,0.896082236657689,1.86621383793473,-0.866971753653574,1.06888173254301,-1.40274297241553,0.597176625340534,1.40274297241553,-0.666058357883542,0.84220061719809,-0.419864900961323,0.633455595729313,0.419864900961323,-0.475656212927403,1.10640501292364,0.96608336319059,0.377738845929545,-0.96608336319059,-0.484143858853184
-SR_48000:1.00167986630942,-1.99184057646058,0.990176068592443,1.99184057646058,-0.99185593490186,0.973109723908866,-1.87647434990767,0.904007867315256,1.87647434990767,-0.877117591224122,1.06412750325633,-1.46280963121952,0.624979565459205,1.46280963121952,-0.689107068715537,0.851957151299033,-0.577115592389588,0.656118567638818,0.577115592389588,-0.508075718937852,1.09867413871045,0.760811737024613,0.42294933533878,-0.760811737024613,-0.521623474049227
diff --git a/ViperVDC/beyerdynamic DT990 PRO.vdc b/ViperVDC/beyerdynamic DT990 PRO.vdc
deleted file mode 100644
index 2d292cb..0000000
--- a/ViperVDC/beyerdynamic DT990 PRO.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00023227967166,-1.99819770542526,0.997973538211925,1.99819770542526,-0.998205817883588,0.993006716109491,-1.96185944042736,0.969093687267141,1.96185944042736,-0.962100403376632,1.08797357790346,-1.43194048339723,0.485526681405502,1.43194048339723,-0.573500259308963,0.799019749203733,-0.305680883882889,0.533152886974415,0.305680883882889,-0.332172636178148
-SR_48000:1.00021342250263,-1.99834462679696,0.998138052532961,1.99834462679696,-0.998351475035592,0.993565022288121,-1.96492239185646,0.971561081073481,1.96492239185646,-0.965126103361603,1.08219901677818,-1.47958899088612,0.519296566595448,1.47958899088612,-0.60149558337363,0.810419787566055,-0.457333176186814,0.559633473881563,0.457333176186814,-0.370053261447618
diff --git a/ViperVDC/beyerdynamic DT990.vdc b/ViperVDC/beyerdynamic DT990.vdc
deleted file mode 100644
index 0e5cbb6..0000000
--- a/ViperVDC/beyerdynamic DT990.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00090545246189,-1.99559209768678,0.994704874531637,1.99559209768678,-0.99561032699353,0.986610272910249,-1.94592644030285,0.959703342167736,1.94592644030285,-0.946313615077985,0.960504975336757,-1.59216712352543,0.825454592900075,1.59216712352543,-0.785959568236833,1.16233796759866,-1.39997933649817,0.687507433305108,1.39997933649817,-0.849845400903768,0.822316524447354,-0.987365067199,0.657968088697609,0.987365067199,-0.480284613144963
-SR_48000:1.00083203278311,-1.99595087866237,0.995134236013759,1.99595087866237,-0.995966268796864,0.987671328879925,-1.95024040982378,0.962896611833675,1.95024040982378,-0.9505679407136,0.963398418308878,-1.63614740670755,0.838241954999365,1.63614740670755,-0.801640373308243,1.1500334849792,-1.47661021271764,0.711192954397223,1.47661021271764,-0.861226439376419,0.833286388275565,-1.08331423120501,0.679084534558542,1.08331423120501,-0.512370922834106
diff --git a/ViperVDC/beyerdynamic DTX100.vdc b/ViperVDC/beyerdynamic DTX100.vdc
deleted file mode 100644
index 0bbdc55..0000000
--- a/ViperVDC/beyerdynamic DTX100.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.977592324351689,-1.93743783804742,0.960004806116711,1.93743783804742,-0.9375971304684,1.10778089725332,-1.57822369375844,0.67563118289423,1.57822369375844,-0.783412080147551,0.892863719977226,-1.16455354155345,0.751138418671623,1.16455354155345,-0.64400213864885,0.855643148573141,-0.635145634215794,0.664680588928073,0.635145634215794,-0.520323737501214,1.10483751203302,-0.00584689656845384,0.536678192426162,0.00584689656845384,-0.641515704459183
-SR_48000:0.979360656746566,-1.94238693732193,0.963161081586475,1.94238693732193,-0.94252173833304,1.09987899698345,-1.62401367862756,0.699412113548391,1.62401367862756,-0.799291110531846,0.900140825707486,-1.25420629113007,0.768042048694445,1.25420629113007,-0.668182874401931,0.864794706313338,-0.775366498698787,0.685938291084236,0.775366498698787,-0.550732997397574,1.09760227417365,-0.217490061048037,0.568653803237802,0.217490061048037,-0.666256077411456
diff --git a/ViperVDC/beyerdynamic DTX11iE.vdc b/ViperVDC/beyerdynamic DTX11iE.vdc
deleted file mode 100644
index c21f028..0000000
--- a/ViperVDC/beyerdynamic DTX11iE.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00161499439727,-1.9944452541541,0.992862648980741,1.9944452541541,-0.994477643378012,1.06831426407319,-1.5747337852558,0.698090047162724,1.5747337852558,-0.766404311235914,1.19477177236838,0.184714696471549,0.139220228636721,-0.184714696471549,-0.333992001005103
-SR_48000:1.00148410891956,-1.99489785086865,0.993441087890096,1.99489785086865,-0.994925196809653,1.06335106792196,-1.61956037911641,0.720024533851116,1.61956037911641,-0.783375601773073,1.1826581418812,-8.42170168877408E-17,0.192755543093944,8.42170168877408E-17,-0.375413684975148
diff --git a/ViperVDC/beyerdynamic DTX300p.vdc b/ViperVDC/beyerdynamic DTX300p.vdc
deleted file mode 100644
index a46cbbf..0000000
--- a/ViperVDC/beyerdynamic DTX300p.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00124529634949,-1.9967917665768,0.995554576977678,1.9967917665768,-0.996799873327169,0.92756910421942,-1.70607431082369,0.782017736120359,1.70607431082369,-0.709586840339779,1.12793704272619,-1.52087895657597,0.54329403167732,1.52087895657597,-0.671231074403505,1.04076397918498,-1.53121562400208,0.761610472710032,1.53121562400208,-0.802374451895011,1.19477177236838,0.184714696471549,0.139220228636721,-0.184714696471549,-0.333992001005103
-SR_48000:1.00114426474398,-1.99705265762444,0.995915236691566,1.99705265762444,-0.997059501435547,0.932663188598313,-1.7270111613276,0.797348487360393,1.7270111613276,-0.730011675958706,1.1190774162214,-1.5650503457317,0.574920871063509,1.5650503457317,-0.693998287284909,1.03774949660929,-1.58531546838668,0.779239298222417,1.58531546838668,-0.816988794831707,1.1826581418812,-8.42170168877408E-17,0.192755543093944,8.42170168877408E-17,-0.375413684975148
diff --git a/ViperVDC/beyerdynamic DTX41iE.vdc b/ViperVDC/beyerdynamic DTX41iE.vdc
deleted file mode 100644
index 021d964..0000000
--- a/ViperVDC/beyerdynamic DTX41iE.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.982036125466993,-1.92764278203694,0.945937351781247,1.92764278203694,-0.927973477248241,1.15275928890684,-1.66297581009555,0.705945916515348,1.66297581009555,-0.858705205422189,1.02898483411359,-1.57176564972024,0.747129577270397,1.57176564972024,-0.776114411383987,0.777746820256344,-0.393237676760736,0.483739049419032,0.393237676760736,-0.261485869675376,1.5112425415171,0.382098474997816,0.0158833674863767,-0.382098474997816,-0.527125909003479
-SR_48000:0.983447314006228,-1.93335170578103,0.950184352584266,1.93335170578103,-0.933631666590494,1.14113603055983,-1.70281997484939,0.728320114541494,1.70281997484939,-0.869456145101327,1.02686985353739,-1.61783990673471,0.765581158889713,1.61783990673471,-0.792451012427101,0.789771932901851,-0.529344769882525,0.511671590552405,0.529344769882525,-0.301443523454256,1.47532777387951,0.163100495807358,0.085017520681319,-0.163100495807358,-0.560345294560831
diff --git a/ViperVDC/beyerdynamic DTX501p.vdc b/ViperVDC/beyerdynamic DTX501p.vdc
deleted file mode 100644
index 82e6fbf..0000000
--- a/ViperVDC/beyerdynamic DTX501p.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.994986983134269,-1.97692912067019,0.982104676854369,1.97692912067019,-0.977091659988638,0.985919603449533,-1.83121287784965,0.877159351198506,1.83121287784965,-0.863078954648039,1.05273799896299,-1.65596015448205,0.766928225083547,1.65596015448205,-0.81966622404654,1.0544235027498,-1.33844010583478,0.759479262913107,1.33844010583478,-0.813902765662909,1.28241634388233,0.52408449047575,-0.00816172591217157,-0.52408449047575,-0.274254617970158
-SR_48000:0.995390002998094,-1.97879604075755,0.983543365550303,1.97879604075755,-0.978933368548398,0.986991712626563,-1.84644360640602,0.886512680589503,1.84644360640602,-0.873504393216065,1.04880439420394,-1.69357918574613,0.784312507025218,1.69357918574613,-0.833116901229158,1.05037443388354,-1.42042718193946,0.777373830131739,1.42042718193946,-0.827748264015276,1.263322765756,0.342500611537027,0.0599979790576541,-0.342500611537027,-0.323320744813657
diff --git a/ViperVDC/beyerdynamic T1.vdc b/ViperVDC/beyerdynamic T1.vdc
deleted file mode 100644
index 85b8892..0000000
--- a/ViperVDC/beyerdynamic T1.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00049224450801,-1.99618968482102,0.995705544618995,1.99618968482102,-0.996197789127004,0.984313474770441,-1.91421060182595,0.930674535450417,1.91421060182595,-0.914988010220858,1.04258646318234,-1.21684004783138,0.628465807143345,1.21684004783138,-0.671052270325684,0.884634152736298,-0.615293512641349,0.588170322971273,0.615293512641349,-0.472804475707571
-SR_48000:1.00045231949439,-1.99649933728736,0.996053859707867,1.99649933728736,-0.996506179202262,0.985538157768929,-1.92096659829531,0.936086933451482,1.92096659829531,-0.921625091220411,1.03963936279734,-1.30227687186529,0.654176995182593,1.30227687186529,-0.693816357979935,0.891769211813285,-0.752705031532193,0.6136408512511,0.752705031532193,-0.505410063064386
diff --git a/ViperVDC/beyerdynamic T50p.vdc b/ViperVDC/beyerdynamic T50p.vdc
deleted file mode 100644
index 93e4471..0000000
--- a/ViperVDC/beyerdynamic T50p.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.995523106723685,-1.98197738333301,0.986526698020206,1.98197738333301,-0.982049804743891,1.0021661811603,-1.99397796282052,0.992267228917472,1.99397796282052,-0.994433410077772,0.989280663323922,-1.92483389452486,0.937312851832337,1.92483389452486,-0.926593515156259,1.10493587278264,-1.5949928355831,0.684193342290819,1.5949928355831,-0.789129215073464,1.04768245413465,-1.47215939271577,0.789270840076177,1.47215939271577,-0.836953294210826
-SR_48000:0.995883853901311,-1.98343505224369,0.987612374037596,1.98343505224369,-0.983496227938906,1.00199062887187,-1.99450000630749,0.992893910417748,1.99450000630749,-0.994884539289623,0.990122222697577,-1.9308667735626,0.94223432773541,1.9308667735626,-0.932356550432988,1.09722115790824,-1.63886431613579,0.707410934664699,1.63886431613579,-0.80463209257294,1.04409529294765,-1.53756968157013,0.805124039689437,1.53756968157013,-0.849219332637091
diff --git a/ViperVDC/beyerdynamic T51P.vdc b/ViperVDC/beyerdynamic T51P.vdc
deleted file mode 100644
index 70c00ed..0000000
--- a/ViperVDC/beyerdynamic T51P.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.990589549169816,-1.96846622106233,0.978140927852687,1.96846622106233,-0.968730477022503,1.15713972086365,-1.60916208916534,0.589147452300671,1.60916208916534,-0.746287173164316,0.930842309324731,-1.31617807449904,0.694362584251279,1.31617807449904,-0.62520489357601,1.06799015089313,-0.906258853911762,0.602390633695587,0.906258853911762,-0.670380784588713,0.87927434358027,0.0718663824702622,0.466461686583049,-0.0718663824702622,-0.34573603016332
-SR_48000:0.991343157796361,-1.97101126259484,0.979891448166299,1.97101126259484,-0.97123460596266,1.14582575926027,-1.64735339143477,0.618728578726064,1.64735339143477,-0.764554337986335,0.93549623206319,-1.38416412298438,0.714930259443846,1.38416412298438,-0.650426491507036,1.06327752716559,-1.0307717689902,0.629950262690706,1.0307717689902,-0.693227789856295,0.886338696667649,-0.108589018958578,0.497682084495137,0.108589018958578,-0.384020781162786
diff --git a/ViperVDC/beyerdynamic T5P.vdc b/ViperVDC/beyerdynamic T5P.vdc
deleted file mode 100644
index f7904a9..0000000
--- a/ViperVDC/beyerdynamic T5P.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.995922482205301,-1.9809725289013,0.985444194479571,1.9809725289013,-0.981366676684871,0.977604925092526,-1.73611738313444,0.804620166645737,1.73611738313444,-0.782225091738263,1.06247402951086,-1.40222897735668,0.634649152002277,1.40222897735668,-0.697123181513138
-SR_48000:0.996250944095773,-1.98253471784621,0.986616728270791,1.98253471784621,-0.982867672366563,0.979242660347347,-1.75885690018556,0.818908149270821,1.75885690018556,-0.798150809618168,1.05809198948626,-1.46514914981868,0.660275513091551,1.46514914981868,-0.718367502577813
diff --git a/ViperVDC/beyerdynamic T70p.vdc b/ViperVDC/beyerdynamic T70p.vdc
deleted file mode 100644
index 016f88a..0000000
--- a/ViperVDC/beyerdynamic T70p.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.952568954843387,-1.74135898490013,0.790381923884682,1.74135898490013,-0.742950878728069,1.03050208193842,-1.678427190254,0.733892754960232,1.678427190254,-0.764394836898656,1.03181267776516,-1.55405237634798,0.813958073625459,1.55405237634798,-0.845770751390622,1.09501785608122,-1.18733616790727,0.714041816625892,1.18733616790727,-0.80905967270711,0.871784543683061,-0.621972462355104,0.664771920220244,0.621972462355104,-0.536556463903305
-SR_48000:0.955964420072606,-1.75999441830481,0.805387937066877,1.75999441830481,-0.761352357139483,1.0282899510953,-1.70811995428464,0.753191898065278,1.70811995428464,-0.781481849160576,1.02940958280528,-1.60857382392917,0.828011477708506,1.60857382392917,-0.857421060513786,1.08796005925268,-1.28922710717292,0.735282400690291,1.28922710717292,-0.823242459942972,0.879996078213054,-0.765296968939901,0.686241538873165,0.765296968939901,-0.566237617086219
diff --git a/ViperVDC/beyerdynamic T90.vdc b/ViperVDC/beyerdynamic T90.vdc
deleted file mode 100644
index 0ad7a0b..0000000
--- a/ViperVDC/beyerdynamic T90.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00024568735422,-1.99596484421341,0.995727260252353,1.99596484421341,-0.995972947606572,0.984313474770441,-1.91421060182595,0.930674535450417,1.91421060182595,-0.914988010220858,1.01218699702782,-1.88250652294619,0.893677808258194,1.88250652294619,-0.905864805286016,1.0397333107948,-1.35086463372373,0.767637866385509,1.35086463372373,-0.807371177180312,0.746055585548509,-0.328965284008,0.410125043202238,0.328965284008,-0.156180628750746
-SR_48000:1.00022576218378,-1.99629269913622,0.996073778159206,1.99629269913622,-0.996299540342984,0.985538157768929,-1.92096659829531,0.936086933451482,1.92096659829531,-0.921625091220411,1.01123951216702,-1.89338460341266,0.901943886178142,1.89338460341266,-0.913183398345166,1.03678730522918,-1.43057536762191,0.784866235357933,1.43057536762191,-0.82165354058711,0.758872270118474,-0.458748866325644,0.439896287721745,0.458748866325644,-0.198768557840219
diff --git a/ViperVDC/iriver AE1.vdc b/ViperVDC/iriver AE1.vdc
deleted file mode 100644
index 4d6f85b..0000000
--- a/ViperVDC/iriver AE1.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.0014855801704,-1.9949019429714,0.993434585803336,1.9949019429714,-0.994920165973734,0.984313474770441,-1.91421060182595,0.930674535450417,1.91421060182595,-0.914988010220858,1.06592464968692,-1.69951156155341,0.801598416955113,1.69951156155341,-0.867523066642029,1.06743255264935,-1.04309546055886,0.701986707076993,1.04309546055886,-0.769419259726346,1.20375959993956,-0.147289394878651,-0.191595022899124,0.147289394878651,-0.0121645770404357
-SR_48000:1.00136515840656,-1.99531655424857,0.993966781085429,1.99531655424857,-0.995331939491994,0.985538157768929,-1.92096659829531,0.936086933451482,1.92096659829531,-0.921625091220411,1.0608908067077,-1.73471194329547,0.816747870469374,1.73471194329547,-0.877638677177074,1.06252154437745,-1.16005196067831,0.723690553204423,1.16005196067831,-0.786212097581874,1.19318979208344,-0.275230104981223,-0.129782325788984,0.275230104981223,-0.0634074662944602
diff --git a/ViperVDC/iriver AE7.vdc b/ViperVDC/iriver AE7.vdc
deleted file mode 100644
index df4a164..0000000
--- a/ViperVDC/iriver AE7.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.971001396328833,-1.88271818642806,0.912728108503052,1.88271818642806,-0.883729504831884,0.964901402257362,-1.69618963172255,0.844884283935469,1.69618963172255,-0.809785686192831,1.16339343546085,-1.3914064149068,0.572796687766244,1.3914064149068,-0.736190123227096,0.917556600907609,-0.880689595800947,0.705695929716864,0.880689595800947,-0.623252530624472,1.14320845800788,0.225977358890258,0.488778573485826,-0.225977358890258,-0.631987031493703
-SR_48000:0.973231354167289,-1.89181284718474,0.919439212276438,1.89181284718474,-0.892670566443727,0.967503870223523,-1.72709598978135,0.856385703025371,1.72709598978135,-0.823889573248893,1.15167819626128,-1.45931662204601,0.603426981912098,1.45931662204601,-0.755105178173379,0.923101737593285,-1.00359954834531,0.725490798861476,1.00359954834531,-0.648592536454761,1.13328748956367,-1.01488128015438E-16,0.524194160742356,1.01488128015438E-16,-0.657481650306023
diff --git a/ViperVDC/iriver BB-10.vdc b/ViperVDC/iriver BB-10.vdc
deleted file mode 100644
index b9318fa..0000000
--- a/ViperVDC/iriver BB-10.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00357612029474,-1.9926842652871,0.989237592751659,1.9926842652871,-0.992813713046396,0.96967401622104,-1.89812106012775,0.929557267837129,1.89812106012775,-0.89923128405817,1.08987902991794,-1.81668150797415,0.811264971851332,1.81668150797415,-0.901144001769268,0.92740378911531,-1.06457196473796,0.575454194073844,1.06457196473796,-0.502857983189154,1.34367134257708,-0.00550445095937563,0.201702786835629,0.00550445095937563,-0.545374129412708
-SR_48000:1.00328651931372,-1.99328637299785,0.990109152833618,1.99328637299785,-0.993395672147343,0.972023667490474,-1.90609781584585,0.935015156895413,1.90609781584585,-0.907038824385888,1.08290410675191,-1.83714953950324,0.825911461931134,1.83714953950324,-0.908815568683041,0.931969041252007,-1.15341325896755,0.602151987581393,1.15341325896755,-0.5341210288334,1.32049405378075,-0.20571374577344,0.255540167968639,0.20571374577344,-0.576034221749389
diff --git a/ViperVDC/iriver Blank BBC-100E.vdc b/ViperVDC/iriver Blank BBC-100E.vdc
deleted file mode 100644
index 896a90e..0000000
--- a/ViperVDC/iriver Blank BBC-100E.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.991110466968298,-1.9643168617795,0.973246768327243,1.9643168617795,-0.964357235295541,0.980859190237485,-1.72549205184335,0.833011131370777,1.72549205184335,-0.813870321608261,1.02632153030269,-1.53973111974583,0.770364858103105,1.53973111974583,-0.796686388405799,0.717615320160063,-0.692110984029273,0.456423443610825,0.692110984029273,-0.174038763770888,1.28274436303657,0.397603469998884,0.149075050229549,-0.397603469998884,-0.431819413266118
-SR_48000:0.991820903578054,-1.96717161664401,0.975384841850545,1.96717161664401,-0.967205745428599,0.982281569600513,-1.75243662125456,0.84542029919286,1.75243662125456,-0.827701868793373,1.02438095180269,-1.59213175479603,0.787294915515609,1.59213175479603,-0.811675867318303,0.731834838488663,-0.789488629910335,0.483795313823311,0.789488629910335,-0.215630152311973,1.26387854163595,0.191838347637357,0.205852126013805,-0.191838347637357,-0.469730667649757
diff --git a/ViperVDC/iriver Blank BBC-100M.vdc b/ViperVDC/iriver Blank BBC-100M.vdc
deleted file mode 100644
index 7eaa1e2..0000000
--- a/ViperVDC/iriver Blank BBC-100M.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:0.991110466968298,-1.9643168617795,0.973246768327243,1.9643168617795,-0.964357235295541,0.980859190237485,-1.72549205184335,0.833011131370777,1.72549205184335,-0.813870321608261,0.793794640672574,-0.786460664081928,0.566993832347743,0.786460664081928,-0.360788473020317,1.05981068273462,-0.223809775191323,0.478197716516913,0.223809775191323,-0.538008399251534,1.1526495042504,0.410434641269001,0.325376548307745,-0.410434641269001,-0.478026052558143
-SR_48000:0.991820903578054,-1.96717161664401,0.975384841850545,1.96717161664401,-0.967205745428599,0.982281569600513,-1.75243662125456,0.84542029919286,1.75243662125456,-0.827701868793373,0.805622684162975,-0.89358657114968,0.591831284678313,0.89358657114968,-0.397453968841288,1.05590922605684,-0.4058655731687,0.51223493044421,0.4058655731687,-0.568144156501051,1.1425454149487,0.197430819096211,0.370030840730051,-0.197430819096211,-0.512576255678753
diff --git a/ViperVDC/iriver ICP-900.vdc b/ViperVDC/iriver ICP-900.vdc
deleted file mode 100644
index 71073c1..0000000
--- a/ViperVDC/iriver ICP-900.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00080492069527,-1.99607947562172,0.995292788685297,1.99607947562172,-0.996097709380569,0.953405770255963,-1.86316753126081,0.910308409910106,1.86316753126081,-0.863714180166069,1.09846243317534,-1.72946693045756,0.703675291333151,1.72946693045756,-0.802137724508494,0.766035573662421,-0.713809462762622,0.549630039213751,0.713809462762622,-0.315665612876172,1.34308417564194,0.113789122772716,0.339579913284335,-0.113789122772716,-0.682664088926279
-SR_48000:1.00073963811301,-1.99639880859689,0.995674564072218,1.99639880859689,-0.996414202185228,0.956953530745072,-1.87362720438162,0.917137673560869,1.87362720438162,-0.87409120430594,1.09117947227094,-1.75486794532973,0.725593511294107,1.75486794532973,-0.816772983565051,0.779053182974549,-0.824105596003687,0.574688293954472,0.824105596003687,-0.353741476929021,1.31855927424025,-0.111535122505458,0.386789136735376,0.111535122505458,-0.70534841097563
diff --git a/ViperVDC/iriver IDP-1000.vdc b/ViperVDC/iriver IDP-1000.vdc
deleted file mode 100644
index 76a9447..0000000
--- a/ViperVDC/iriver IDP-1000.vdc
+++ /dev/null
@@ -1,2 +0,0 @@
-SR_44100:1.00248661552141,-1.99357759195732,0.991123351569228,1.99357759195732,-0.993609967090641,1.03345521673304,-1.55260682088979,0.708128921330344,1.55260682088979,-0.741584138063385,0.922496339487587,-0.964310650657435,0.546755214721422,0.964310650657435,-0.469251554209009,1.68199375530195,0.101765631979963,-1.43456165445233,-0.101765631979963,0.752567899150376
-SR_48000:1.00228517093101,-1.99410029858576,0.991842462662949,1.99410029858576,-0.994127633593961,1.03105631854563,-1.59843531869229,0.729057466112042,1.59843531869229,-0.760113784657671,0.92727858209457,-1.06207478135947,0.574721977958427,1.06207478135947,-0.502000560052997,1.64855028062862,0.0862835864931266,-1.31517610231439,-0.0862835864931266,0.66662582168577
diff --git a/changelog.md b/changelog.md
new file mode 100644
index 0000000..708318d
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,3 @@
+* several small maintenance fixes to ensure compatibility with Magisk `>= v27`
+* fix stock equalizer detection
+* implement `osp_detect` to enhance device compatibility ([#9](https://github.com/programminghoch10/ViPER4AndroidRepackaged/pull/9))
diff --git a/compile.sh b/compile.sh
deleted file mode 100755
index 31d33d0..0000000
--- a/compile.sh
+++ /dev/null
@@ -1,64 +0,0 @@
-#!/bin/bash
-
-set -e -u
-IFS=$'\n'
-renice -n 19 $$ &>/dev/null
-
-source magiskmodule/constants.sh
-
-GZIP=(gzip --best)
-[ -n "$(command -v pigz)" ] && {
- GZIP=(pigz --best)
- [ "$(nproc)" -ge 8 ] && GZIP=(pigz -11)
-}
-
-compressArchiveZip() {
- local files="$(basename "$1")"
- local folder="$(dirname "$1")"
- local targetarchive="$(pwd)"/"$2"
- (
- cd "$folder"
- #shellcheck disable=SC2086
- zip -r -9 -q "$targetarchive" $files
- )
-}
-
-compressArchiveTarGz() {
- local files="$(basename "$1")"
- local folder="$(dirname "$1")"
- local targetarchive="$2"
- (
- cd "$folder"
- #shellcheck disable=SC2086
- tar -cf - $files | "${GZIP[@]}" > "../$targetarchive"
- )
-}
-
-setVersionVariables() {
- local folder="$1"
- [ -n "$(git status --porcelain -- "$folder")" ] && CHANGES="+" || CHANGES="-"
- VERSIONCODE=$(git rev-list --count HEAD -- "$folder")
- REPACKAGEDSTRING="repackagedhoch$VERSIONCODE"
- COMMITHASH=$(git log -1 --pretty=%h -- "$folder")
- VERSION=v$VERSIONCODE$CHANGES\($COMMITHASH\)
- FILENAMEVERSION=$REPACKAGEDSTRING$CHANGES$COMMITHASH
-}
-
-git clean -Xdfq magiskmodule/
-
-sed -e 's/^\s*#.*$//' -e '/^$/d' < stockeqpackages.csv > magiskmodule/stockeqpackages.csv &
-
-setVersionVariables .
-
-cp -f README.md magiskmodule/README.md &
-declare -x VERSION VERSIONCODE REPACKAGEDSTRING
-envsubst < module.prop > magiskmodule/module.prop &
-
-OUTPUT_FILE="ViPER4AndroidFX-$FILENAMEVERSION.zip"
-rm -f ViPER4AndroidFX-repackaged*.zip &
-
-compressArchiveTarGz ViperIRS/"*.irs" magiskmodule/"$VIPERIRSFILE" &
-compressArchiveTarGz ViperVDC/"*.vdc" magiskmodule/"$VIPERVDCFILE" &
-
-wait
-compressArchiveZip "magiskmodule/." "$OUTPUT_FILE"
diff --git a/magiskmodule/META-INF/com/google/android/update-binary b/magiskmodule/META-INF/com/google/android/update-binary
deleted file mode 100644
index 28b48e5..0000000
--- a/magiskmodule/META-INF/com/google/android/update-binary
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/sbin/sh
-
-#################
-# Initialization
-#################
-
-umask 022
-
-# echo before loading util_functions
-ui_print() { echo "$1"; }
-
-require_new_magisk() {
- ui_print "*******************************"
- ui_print " Please install Magisk v20.4+! "
- ui_print "*******************************"
- exit 1
-}
-
-#########################
-# Load util_functions.sh
-#########################
-
-OUTFD=$2
-ZIPFILE=$3
-
-mount /data 2>/dev/null
-
-[ -f /data/adb/magisk/util_functions.sh ] || require_new_magisk
-. /data/adb/magisk/util_functions.sh
-[ $MAGISK_VER_CODE -lt 20400 ] && require_new_magisk
-
-install_module
-exit 0
diff --git a/magiskmodule/META-INF/com/google/android/updater-script b/magiskmodule/META-INF/com/google/android/updater-script
deleted file mode 100644
index 11d5c96..0000000
--- a/magiskmodule/META-INF/com/google/android/updater-script
+++ /dev/null
@@ -1 +0,0 @@
-#MAGISK
diff --git a/magiskmodule/constants.sh b/magiskmodule/constants.sh
deleted file mode 100644
index c79cd71..0000000
--- a/magiskmodule/constants.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-
-# minimum required SDK level
-MINAPI=28
-
-# the ViPER4Android user app package
-VIPERFXPACKAGE="com.pittvandewitt.viperfx"
-
-# location of the user folder (commonly referred to as /sdcard)
-SDCARD="/storage/emulated/0"
-
-# location of the ViPER4Android app data folder
-FOLDER="$SDCARD/Android/data/$VIPERFXPACKAGE/files"
-
-# names of the included archives
-VIPERVDCFILE="ViperVDC.tar.gz"
-VIPERIRSFILE="ViperIRS.tar.gz"
-
-# constants for patching system audio config files
-LIBRARY_NAME="v4a_standard_fx"
-EFFECT_NAME="v4a_fx"
-EFFECT_UUID="41d3c987-e6cf-11e3-a88a-11aba5d5c51b"
-LIBRARY_FILE="lib$EFFECT_NAME.so"
-LIBRARY_FILE_PATH="/system/vendor/lib/soundfx/$LIBRARY_FILE"
diff --git a/magiskmodule/customize.sh b/magiskmodule/customize.sh
deleted file mode 100644
index 89a5236..0000000
--- a/magiskmodule/customize.sh
+++ /dev/null
@@ -1,226 +0,0 @@
-#!/bin/sh
-
-[ ! -f "$MODPATH"/constants.sh ] && abort "Missing constants.sh"
-source "$MODPATH"/constants.sh
-
-[ "$API" -lt "$MINAPI" ] && abort "Android SDK $API is not supported!"
-[ "$BOOTMODE" != true ] && abort "Please install this module within the Magisk app."
-
-IFS=$'\n'
-SEARCH_ROOT=/
-
-rmi() {
- local file="$1"
- [ -f "$file" ] && rm "$file"
-}
-
-denylist_run() {
- [ -z "$KSU" ] && [ "$MAGISK_VER_CODE" -ge 27000 ] && magisk --denylist exec "$@" && return
- "$@"
-}
-
-# Create the scoped storage directory
-mkdir -p "$FOLDER"
-
-mkdir -p "$FOLDER"/DDC
-CUSTOM_VDC_FILES=$(find "$SDCARD" -name '*.vdc' -not -path "$SDCARD/Android/*")
-[ -n "$CUSTOM_VDC_FILES" ] && CUSTOM_VDC_FOUND=true || CUSTOM_VDC_FOUND=false
-[ -f "$MODPATH"/"$VIPERVDCFILE" ] && VDC_ARCHIVE_FOUND=true || VDC_ARCHIVE_FOUND=false
-for file in $(tar -tzf "$MODPATH"/"$VIPERVDCFILE") $CUSTOM_VDC_FILES; do
- file="$FOLDER"/DDC/"$file"
- rmi "$file"
-done
-[ -z "$(ls -A "$FOLDER"/DDC 2>/dev/null)" ] && VDC_FOLDER_EMPTY=true || VDC_FOLDER_EMPTY=false
-if $VDC_FOLDER_EMPTY && ! $CUSTOM_VDC_FOUND && $VDC_ARCHIVE_FOUND; then
- ui_print "- Copying ViPER4Android VDCs"
- ui_print " Check out https://t.me/vdcservice for custom ones"
- mkdir -p "$FOLDER"/DDC 2>/dev/null
- tar -xzf "$MODPATH"/"$VIPERVDCFILE" -C "$FOLDER"/DDC
-else
- ui_print "- Skipping ViPER4Android VDC copy"
- ! $VDC_FOLDER_EMPTY && ui_print " the folder is not empty"
- $CUSTOM_VDC_FOUND && ui_print " custom VDCs have been found"
- ! $VDC_ARCHIVE_FOUND && ui_print " the required data couldn't be located"
-fi
-rmi "$MODPATH"/"$VIPERVDCFILE"
-if $CUSTOM_VDC_FOUND; then
- ui_print "- Copying custom VDCs"
- for file in $CUSTOM_VDC_FILES; do
- ui_print " $file"
- cp -f "$file" "$FOLDER"/DDC
- done
-fi
-
-mkdir -p "$FOLDER"/Kernel
-CUSTOM_IRS_FILES=$(find "$SDCARD" -name '*.irs' -not -path "$SDCARD/Android/*")
-[ -n "$CUSTOM_IRS_FILES" ] && CUSTOM_IRS_FOUND=true || CUSTOM_IRS_FOUND=false
-[ -f "$MODPATH"/"$VIPERIRSFILE" ] && IRS_ARCHIVE_FOUND=true || IRS_ARCHIVE_FOUND=false
-for file in $(tar -tzf "$MODPATH"/"$VIPERIRSFILE") $CUSTOM_IRS_FILES; do
- file="$FOLDER"/Kernel/"$file"
- rmi "$file"
-done
-[ -z "$(ls -A "$FOLDER"/Kernel 2>/dev/null)" ] && IRS_FOLDER_EMPTY=true || IRS_FOLDER_EMPTY=false
-if $IRS_FOLDER_EMPTY && ! $CUSTOM_IRS_FOUND && $IRS_ARCHIVE_FOUND; then
- ui_print "- Copying ViPER4Android IRS files"
- mkdir -p "$FOLDER"/Kernel 2>/dev/null
- tar -xzf "$MODPATH"/"$VIPERIRSFILE" -C "$FOLDER"/Kernel
-else
- ui_print "- Skipping ViPER4Android IRS copy"
- ! $IRS_FOLDER_EMPTY && ui_print " the folder is not empty"
- $CUSTOM_IRS_FOUND && ui_print " custom IRS files have been found"
- ! $IRS_ARCHIVE_FOUND && ui_print " the required data couldn't be located"
-fi
-rmi "$MODPATH"/"$VIPERIRSFILE"
-if $CUSTOM_IRS_FOUND; then
- ui_print "- Copying custom IRS files"
- for file in $CUSTOM_IRS_FILES; do
- ui_print " $file"
- cp -f "$file" "$FOLDER"/Kernel
- done
-fi
-
-presetCompatible() {
- local file="$1"
- grep -q '' < "$file" || return 1
- grep -q '.*' < "$file" || return 1
- return 0
-}
-
-mkdir -p "$FOLDER"/Preset
-CUSTOM_PRESET_FILES=$(find "$SDCARD" -name '*.xml' -not -path "$SDCARD/Android/*")
-if [ -n "$CUSTOM_PRESET_FILES" ]; then
- ui_print "- Copying custom preset files"
- for file in $CUSTOM_PRESET_FILES; do
- ! presetCompatible "$file" && continue
- ui_print " $file"
- cp -f "$file" "$FOLDER"/Preset
- done
-else
- ui_print "- Skipping preset copy"
- ui_print " custom preset files have not been found"
-fi
-
-ui_print "- Patching system audio files"
-osp_detect() {
- local file="$1"
- local osp=music
- case $file in
- *.conf)
- spaces=$(sed -n "/^output_session_processing {/,/^}/ {/^ *$osp {/p}" "$fil"e | sed -r "s/( *).*/\1/")
- effects=$(sed -n "/^output_session_processing {/,/^}/ {/^$spaces\$osp {/,/^$spaces}/p}" "$file" | grep -E "^$spaces +[A-Za-z]+" | sed -r "s/( *.*) .*/\1/g")
- for effect in ${effects}; do
- spaces=$(sed -n "/^effects {/,/^}/ {/^ *$effect {/p}" "$file" | sed -r "s/( *).*/\1/")
- sed -i "/^effects {/,/^}/ {/^$spaces$effect {/,/^$spaces}/d}" "$file"
- done
- ;;
- *.xml)
- effects=$(sed -n "/^ *$/,/^ *<\/postprocess>$/ {/^ *$/,/^ *<\/stream>$/ {//d; /<\/stream>/d; s///g; s/ *//g; p}}" "$file")
- for effect in ${effects}; do
- sed -i "/^\( *\)/d" "$file"
- done
- ;;
- *)
- abort "failed to run osp_detect on $file"
- ;;
- esac
-}
-AUDIO_EFFECTS_FILES="$( \
- find -H \
- $SEARCH_ROOT/system $SEARCH_ROOT/vendor $SEARCH_ROOT/odm \
- -type f -name "*audio_effects*.conf" -o -name "*audio_effects*.xml" \
- | sed "s|^$SEARCH_ROOT||" )"
-for ORIGINAL_FILE in $AUDIO_EFFECTS_FILES; do
- ui_print " Patching $ORIGINAL_FILE"
- FILE="$MODPATH"/"$(echo "$ORIGINAL_FILE" | sed -e 's|^/system/|/|g' -e 's|^/|/system/|')"
- [ -f "$FILE" ] && continue
- mkdir -p "$(dirname "$FILE")"
- ORIGINAL_FILE="$SEARCH_ROOT"/"$ORIGINAL_FILE"
- case "$FILE" in
- *.conf)
- denylist_run cat "$ORIGINAL_FILE" | \
- sed \
- -e "s|^effects {|effects {\n $LIBRARY_NAME {\n library $EFFECT_NAME\n uuid $EFFECT_UUID\n }|" \
- -e "s|^libraries {|libraries {\n $EFFECT_NAME {\n path $LIBRARY_FILE_PATH\n }|" \
- > "$FILE"
- ;;
- *.xml)
- denylist_run cat "$ORIGINAL_FILE" | \
- sed \
- -e "s||\n |" \
- -e "s||\n |" \
- > "$FILE"
- ;;
- *)
- abort "unable to patch $ORIGINAL_FILE"
- ;;
- esac
- osp_detect "$FILE"
-done
-[ -z "$AUDIO_EFFECTS_FILES" ] && abort "Cant find any system audio configs!"
-
-ui_print "- Installing the ViPER4AndroidFX user app"
-APK="$MODPATH"/v4afx.apk
-[ ! -f "$APK" ] && abort "Missing ViPER4Android APK!"
-pm list packages | grep -q "^package:$VIPERFXPACKAGE$" && APK_UPGRADE=true || APK_UPGRADE=false
-APK_SIZE=$(stat -c %s "$APK")
-installAPK() {
- pm install --install-location 1 --pkg "$VIPERFXPACKAGE" -S "$APK_SIZE" < "$APK" >&2
-}
-installAPK || {
- $APK_UPGRADE && pm uninstall -k "$VIPERFXPACKAGE" >&2
- APK_UPGRADE=false
- installAPK
-} || abort "Failed to install V4AFX!"
-! $APK_UPGRADE && pm disable "$VIPERFXPACKAGE" >&2
-
-ui_print "- Configuring ViPER4Android"
-VIPERFXPREFS="$(pm dump "$VIPERFXPACKAGE" | grep dataDir | head -n 1 | cut -d'=' -f2)"
-VIPERFXPREFSOWNER="$(stat -c '%U' "$VIPERFXPREFS")"
-VIPERFXSHAREDPREFS="$VIPERFXPREFS"/shared_prefs
-[ ! -d "$VIPERFXSHAREDPREFS" ] && mkdir "$VIPERFXSHAREDPREFS"
-cp -f "$MODPATH"/viperfx_preferences.xml "$VIPERFXSHAREDPREFS"/"${VIPERFXPACKAGE}_preferences.xml"
-chown -R "$VIPERFXPREFSOWNER":"$VIPERFXPREFSOWNER" "$VIPERFXPREFS"
-set_perm_recursive "$FOLDER" "$VIPERFXPREFSOWNER" sdcard_rw 771 660 u:object_r:sdcardfs:s0
-# this permanently hides the notifications without the possiblity of reenabling them
-[ "$API" -ge 31 ] && pm set-distracting-restriction --flag hide-notifications "$VIPERFXPACKAGE"
-[ "$API" -ge 33 ] && {
- # this will tell android that the user made the final decision to not receive notifications
- pm revoke "$VIPERFXPACKAGE" android.permission.POST_NOTIFICATIONS
- pm set-permission-flags "$VIPERFXPACKAGE" android.permission.POST_NOTIFICATIONS user-fixed
-}
-# this disables battery optimization
-[ "$API" -ge 30 ] && dumpsys deviceidle whitelist +"$VIPERFXPACKAGE" >&2
-# this disables automatic permissions revoke if unused
-[ "$API" -ge 30 ] && appops set --uid "$VIPERFXPACKAGE" AUTO_REVOKE_PERMISSIONS_IF_UNUSED ignore
-
-while IFS= read -r packagedata; do
- package="$(echo "$packagedata" | cut -d'|' -f1)"
- package_filename="$(echo "$packagedata" | cut -d'|' -f2)"
- package_friendlyname="$(echo "$packagedata" | cut -d'|' -f3)"
- pm list packages | grep -q "^package:$package$" && {
- ui_print "- Disabling $package_friendlyname (p)"
- package_apk="$(pm list packages -f "$package" | grep -E "package:.*=$package$" | sed "s/package:\(.*\)=$package/\1/")"
- package_apk_dir="$(dirname "$package_apk" | sed -e 's|^/||' -e 's|^system/||')"
- mkdir -p "$MODPATH"/system/"$package_apk_dir"
- touch "$MODPATH"/system/"$package_apk_dir"/"$(basename "$package_apk")"
- continue
- }
- package_apk_files="$(find -H \
- $SEARCH_ROOT/system $SEARCH_ROOT/system_ext $SEARCH_ROOT/vendor $SEARCH_ROOT/product \
- -type f -name "$package_filename" \
- | sed -e "s|^$SEARCH_ROOT||" -e 's|^/system/|/|' \
- | uniq )"
- [ -n "$package_apk_files" ] && {
- ui_print "- Disabling $package_friendlyname (f)"
- for package_apk in $package_apk_files; do
- package_apk_dir="$(dirname "$package_apk" | sed -e 's|^/||' -e 's|^system/||')"
- mkdir -p "$MODPATH"/system/"$package_apk_dir"
- touch "$MODPATH"/system/"$package_apk_dir"/"$(basename "$package_apk")"
- done
- }
-done < "$MODPATH"/stockeqpackages.csv
-
-ui_print "- Setting Permissions"
-set_perm_recursive "$MODPATH"/system root root 755 644
-set_perm_recursive "$MODPATH"/system/vendor root root 755 644 u:object_r:vendor_file:s0
-[ -d "$MODPATH"/system/vendor/etc ] && set_perm_recursive "$MODPATH"/system/vendor/etc root root 755 644 u:object_r:vendor_configs_file:s0
diff --git a/magiskmodule/sepolicy.rule b/magiskmodule/sepolicy.rule
deleted file mode 100644
index 22c0c61..0000000
--- a/magiskmodule/sepolicy.rule
+++ /dev/null
@@ -1,14 +0,0 @@
-allow audioserver audioserver_tmpfs file { read write execute }
-allow audioserver system_file file { execmod }
-allow mediaserver mediaserver_tmpfs file { read write execute }
-allow mediaserver system_file file { execmod }
-allow audioserver unlabeled file { read write execute open getattr }
-allow hal_audio_default hal_audio_default process { execmem }
-allow hal_audio_default hal_audio_default_tmpfs file { execute }
-allow hal_audio_default audio_data_file dir { search }
-allow app app_data_file file { execute_no_trans }
-allow mtk_hal_audio mtk_hal_audio_tmpfs file { execute }
-allow mtk_hal_audio sysfs_dt_firmware_android file { read }
-allow mtk_hal_audio mtk_hal_audio process { execmem }
-allow mtk_hal_audio metadata_file dir { search }
-allow mtk_hal_audio debugfs_ion dir { search }
diff --git a/magiskmodule/service.sh b/magiskmodule/service.sh
deleted file mode 100644
index 31c414d..0000000
--- a/magiskmodule/service.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-
-cd "$(dirname "$0")" || exit
-source ./constants.sh
-
-waitUntilBootCompleted() {
- resetprop -w sys.boot_completed 0 && return
- while [ "$(getprop sys.boot_completed)" -eq 0 ]; do
- sleep 10
- done
-}
-
-(
- waitUntilBootCompleted
- sleep 10
- pm list packages -d | grep -q "$VIPERFXPACKAGE" && pm enable "$VIPERFXPACKAGE"
-) &
-
-(
- waitUntilBootCompleted
- sleep 60
- while true; do
- PID=$(pidof "$VIPERFXPACKAGE")
- [ -z "$PID" ] && am broadcast -a android.intent.action.BOOT_COMPLETED -p "$VIPERFXPACKAGE"
- [ -n "$PID" ] && echo -1000 > /proc/"$PID"/oom_score_adj
- sleep 15
- done
-) &
diff --git a/magiskmodule/system/vendor/lib/libstdc++.so b/magiskmodule/system/vendor/lib/libstdc++.so
deleted file mode 100644
index bd094a5..0000000
Binary files a/magiskmodule/system/vendor/lib/libstdc++.so and /dev/null differ
diff --git a/magiskmodule/system/vendor/lib/soundfx/libv4a_fx.so b/magiskmodule/system/vendor/lib/soundfx/libv4a_fx.so
deleted file mode 100644
index 473af49..0000000
Binary files a/magiskmodule/system/vendor/lib/soundfx/libv4a_fx.so and /dev/null differ
diff --git a/magiskmodule/uninstall.sh b/magiskmodule/uninstall.sh
deleted file mode 100644
index 6e2698f..0000000
--- a/magiskmodule/uninstall.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-cd "$(dirname "$0")" || exit
-source ./constants.sh
-
-waitUntilBootCompleted() {
- resetprop -w sys.boot_completed 0 && return
- while [ "$(getprop sys.boot_completed)" -eq 0 ]; do
- sleep 10
- done
-}
-
-(
- waitUntilBootCompleted
- sleep 10
- pm uninstall -k "$VIPERFXPACKAGE"
-) &
diff --git a/magiskmodule/v4afx.apk b/magiskmodule/v4afx.apk
deleted file mode 100644
index 2ac6802..0000000
Binary files a/magiskmodule/v4afx.apk and /dev/null differ
diff --git a/magiskmodule/viperfx_preferences.xml b/magiskmodule/viperfx_preferences.xml
deleted file mode 100644
index 3b8d963..0000000
--- a/magiskmodule/viperfx_preferences.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
diff --git a/module.prop b/module.prop
deleted file mode 100644
index 28e0fc9..0000000
--- a/module.prop
+++ /dev/null
@@ -1,8 +0,0 @@
-id=ViPER4AndroidFX
-name=ViPER4AndroidFX $REPACKAGEDSTRING
-version=v2.7.2.1-$VERSION
-versionCode=2721$VERSIONCODE
-author=ViPER520, ZhuHang, Pittvandewitt, MrWhite214, programminghoch10
-description=ViPER4AndroidFX v2.7.x reborn & repackaged
-support=https://t.me/ViPER4AndroidFX
-updateJson=https://raw.githubusercontent.com/programminghoch10/ViPER4AndroidRepackaged/deploy/update.json
diff --git a/shellcheck.sh b/shellcheck.sh
deleted file mode 100755
index a0de105..0000000
--- a/shellcheck.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-export IFS=$'\n'
-[ -z "$(command -v shellcheck)" ] && echo "shellcheck not installed!" >&2 && exit 1
-shellcheck --version
-
-declare -a FILES
-mapfile -t FILES < <(find . -type f -name '*.sh')
-
-shellcheck \
- --wiki-link-count=256 \
- "$@" \
- "${FILES[@]}"
diff --git a/stockeqpackages.csv b/stockeqpackages.csv
deleted file mode 100644
index 7045db8..0000000
--- a/stockeqpackages.csv
+++ /dev/null
@@ -1,11 +0,0 @@
-# This file lists stock audio equalizer packages and files.
-
-# Format: package|filename|friendlyname
-# package: used for querying package manager to find apk location
-# filename: used for searching in root, will replace every file with this name
-# friendlyname: what will be shown to the user during install
-# found files will be replaced with an empty file
-
-org.lineageos.audiofx|AudioFX.apk|LineageOS AudioFX
-org.lineageos.dap|SamsungDAP.apk|Dolby Atmos
-com.android.musicfx|MusicFX.apk|Android MusicFX
diff --git a/update.json b/update.json
new file mode 100644
index 0000000..3223894
--- /dev/null
+++ b/update.json
@@ -0,0 +1,6 @@
+{
+ "version": "v2.7.2.1-v87-(37dc30d)",
+ "versionCode": 272187,
+ "zipUrl": "https://github.com/programminghoch10/ViPER4AndroidRepackaged/releases/download/v87/ViPER4AndroidFX-repackagedhoch87-37dc30d.zip",
+ "changelog": "https://raw.githubusercontent.com/programminghoch10/Viper4AndroidRepackaged/deploy/changelog.md"
+}