Skip to content

Commit

Permalink
Add preset for 837/15
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaDoes committed Jul 30, 2023
1 parent c209f18 commit 4506908
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion module/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down
10 changes: 8 additions & 2 deletions module/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions module/module.prop
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 4506908

Please sign in to comment.