From 4506908885c8765dd0ca096418f2f45bb2c2483e Mon Sep 17 00:00:00 2001 From: JoshuaDoes Date: Sun, 30 Jul 2023 11:38:14 -0400 Subject: [PATCH] Add preset for 837/15 --- CHANGELOG.md | 2 +- README.md | 1 + build.sh | 2 +- module/install.sh | 2 +- module/menu.json | 10 ++++++++-- module/module.prop | 4 ++-- update.json | 6 +++--- 7 files changed, 17 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e27e38..2528336 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ YOU CANNOT DOWNLOAD THIS UPDATE THROUGH MAGISK'S IN-APP MODULE UPDATER. -You can read the changelog and install this new update here: [Release v2.0.4](https://github.com/JoshuaDoes/pixel-tensor-audio-decompressor/releases/tag/204) \ No newline at end of file +You can read the changelog and install this new update here: [Release v2.0.5](https://github.com/JoshuaDoes/pixel-tensor-audio-decompressor/releases/tag/205) \ No newline at end of file diff --git a/README.md b/README.md index 2dd7152..68211ff 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Using a newly integrated text menu engine, you may also choose from a variety of - 865/14: The recommended volume by my testing - 865/13: The original volume from v1.0.0 - 865/12: Recommended by a Pixel 7 Pro (cheetah) user +- 837/15: Recommended by the creator of HiFi Maximizer on a Pixel 7 Pro - 817/17: The Google stock volume - 913/15: Potentially unsafe! Triggers volume normalization when the volume spikes - 913/20: Potentially even more unsafe than 913/15! The absolute maximum that can be set diff --git a/build.sh b/build.sh index 5ff79c9..ae6d930 100755 --- a/build.sh +++ b/build.sh @@ -12,7 +12,7 @@ popd () { } echo "* Configuring the build environment" -export VER="v2.0.4" +export VER="v2.0.5" export ZIP="pixel-tensor-audio-decompressor-$VER.zip" export GOOS=linux export GOARCH=arm64 diff --git a/module/install.sh b/module/install.sh index 3e4cbcd..294ea80 100644 --- a/module/install.sh +++ b/module/install.sh @@ -4,7 +4,7 @@ print_modname() { ui_print "" ui_print "***********************************" ui_print "* Pixel Tensor Audio Decompressor *" - ui_print " * 2.0.4 * " + ui_print " * 2.0.5 * " ui_print "** Made and tested by JoshuaDoes **" ui_print "***********************************" ui_print "For the following devices:" diff --git a/module/menu.json b/module/menu.json index 7811719..2124df0 100644 --- a/module/menu.json +++ b/module/menu.json @@ -4,7 +4,7 @@ "menus": { "home": { "noGoBack": true, - "title": "Pixel Tensor Audio Decompressor\n JoshuaDoes | v2.0.4 ", + "title": "Pixel Tensor Audio Decompressor\n JoshuaDoes | v2.0.5 ", "subtitle": "\tIf you calibrated wrongly,\n\tclose Magisk and try again.", "items": [ { @@ -49,10 +49,16 @@ }, { "text": "865/12", - "desc": "Recommended by a cheetah user", + "desc": "Chosen by a Pixel 7 Pro user", "type": "setvar PCM 865 AMP 12", "action": "menu choice" }, + { + "text": "837/15", + "desc": "Chosen by HiFi Maximizer dev", + "type": "setvar PCM 837 AMP 15", + "action": "menu choice" + }, { "text": "817/17", "desc": "The Google stock volume", diff --git a/module/module.prop b/module/module.prop index 9617395..75cae83 100644 --- a/module/module.prop +++ b/module/module.prop @@ -1,7 +1,7 @@ id=pixel-tensor-audio-decompressor name=Pixel Tensor Audio Decompressor -version=v2.0.4 -versionCode=204 +version=v2.0.5 +versionCode=205 author=JoshuaDoes description=Patches mixer_paths.xml on Pixel Tensor devices to decompress the digital PCM volume. updateJson=https://raw.githubusercontent.com/JoshuaDoes/pixel-tensor-audio-decompressor/dev/update.json diff --git a/update.json b/update.json index 61ee851..9b3cd60 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v2.0.4", - "versionCode": 204, - "zipUrl": "https://github.com/JoshuaDoes/pixel-tensor-audio-decompressor/releases/tag/204", + "version": "v2.0.5", + "versionCode": 205, + "zipUrl": "https://github.com/JoshuaDoes/pixel-tensor-audio-decompressor/releases/tag/205", "changelog": "https://raw.githubusercontent.com/JoshuaDoes/pixel-tensor-audio-decompressor/dev/CHANGELOG.md" }