[Guide] How to Make Viper4Android work on Lollipop - G2 General

Some people can't make viper4android work on the new Lollipop update so I'm doing a simple guide:
Requirements:
-Root
-Busybox
-Custom recovery
Installation:
1.- Deactivate NuPlayer in developer options.
2.- Deactivate any other equalizer.
3.- Set selinux to permissive with an app like this one https://play.google.com/store/apps/details?id=com.mrbimc.selinux&hl=en
4- Install through recovery the zip located below then reboot.
5.- Open viper4android and install the driver you want and then reboot.
6.- Done, enjoy high quality sound.

these are the only versions of audio_effects and audio_policy i found that work with streaming apps. can you elaborate a bit more about them where did you find them or maybe you have an idea what was modified in them in order for streaming audio to work? thanks!

Good job! But how can I increase the power of the speaker, like in KitKat using Mixer app, but in Lollipop?

mannequin said:
these are the only versions of audio_effects and audio_policy i found that work with streaming apps. can you elaborate a bit more about them where did you find them or maybe you have an idea what was modified in them in order for streaming audio to work? thanks!
Click to expand...
Click to collapse
+1
I use those 2 files from the zip file to make v4a works for poweramp
My previous v4a installation only works on stock music & video player, now works for poweramp and mx player too.
Another note, disabling NUplayer not necessary for me...
Thanks again for this awesome guide :good:
Edit: I found using stock audio_policy.conf is possible to by remove this part:
Deep buffer
deep_buffer {
sampling_rates 44100|48000
channel_masks AUDIO_CHANNEL_OUT_STEREO
formats AUDIO_FORMAT_PCM_16_BIT
devices AUDIO_DEVICE_OUT_SPEAKER|AUDIO_DEVICE_OUT_EARPIECE|AUDIO_DEVICE_OUT_WIRED_HEADSET|AUDIO_DEVICE_OUT_WIRED_HEADPHONE|AUDIO_DEVICE_OUT_ALL_SCO|AUDIO_DEVICE_OUT_AUX_DIGITAL|AUDIO_DEVICE_OUT_PROXY|AUDIO_DEVICE_OUT_ANLG_DOCK_HEADSET|AUDIO_DEVICE_OUT_FM|AUDIO_DEVICE_OUT_FM_TX
flags AUDIO_OUTPUT_FLAG_DEEP_BUFFER
}
Note: removing compress offload not necessary, as stated in dorimanx lp kernel thread. So removing deep buffer part only is enough.

didhiy said:
Edit: I found using stock audio_policy.conf is possible to by removing this 2 sections:
Click to expand...
Click to collapse
do you mean just by removing these 2 sections stock audio_policy and audio_effects can be used instead?
btw, these two .conf files from OP zip break screen casting functionality of chromecast so i'm wondering if your solution will work.
edit: i think it does!

Thanks so much, it really helped

didhiy said:
+1
I use those 2 files from the zip file to make v4a works for poweramp
My previous v4a installation only works on stock music & video player, now works for poweramp and mx player too.
Another note, disabling NUplayer not necessary for me...
Thanks again for this awesome guide :good:
Edit: I found using stock audio_policy.conf is possible to by removing this 2 sections:
1. Compress offload
compress_offload {
sampling_rates 8000|11025|12000|16000|22050|24000|32000|44100|48000|64000|88200|96000|176400|192000
channel_masks AUDIO_CHANNEL_OUT_STEREO
formats AUDIO_FORMAT_MP3|AUDIO_FORMAT_AAC|AUDIO_FORMAT_PCM_24_BIT_OFFLOAD
devices AUDIO_DEVICE_OUT_EARPIECE|AUDIO_DEVICE_OUT_SPEAKER|AUDIO_DEVICE_OUT_WIRED_HEADSET|AUDIO_DEVICE_OUT_WIRED_HEADPHONE
flags AUDIO_OUTPUT_FLAG_DIRECT|AUDIO_OUTPUT_FLAG_COMPRESS_OFFLOAD|AUDIO_OUTPUT_FLAG_NON_BLOCKING
}
2. Deep buffer
deep_buffer {
sampling_rates 44100|48000
channel_masks AUDIO_CHANNEL_OUT_STEREO
formats AUDIO_FORMAT_PCM_16_BIT
devices AUDIO_DEVICE_OUT_SPEAKER|AUDIO_DEVICE_OUT_EARPIECE|AUDIO_DEVICE_OUT_WIRED_HEADSET|AUDIO_DEVICE_OUT_WIRED_HEADPHONE|AUDIO_DEVICE_OUT_ALL_SCO|AUDIO_DEVICE_OUT_AUX_DIGITAL|AUDIO_DEVICE_OUT_PROXY|AUDIO_DEVICE_OUT_ANLG_DOCK_HEADSET|AUDIO_DEVICE_OUT_FM|AUDIO_DEVICE_OUT_FM_TX
flags AUDIO_OUTPUT_FLAG_DEEP_BUFFER
}
Click to expand...
Click to collapse
So, i've been having this huge problem on Nexus 7 2013 w\power amp and 5.1.1 cm12.1 and getting convolver and irs files to work properly.
two questions,
are your irs files working?
also, is the audio policy config on this thread flashable or pushable?

masri1987 said:
So, i've been having this huge problem on Nexus 7 2013 w\power amp and 5.1.1 cm12.1 and getting convolver and irs files to work properly.
two questions,
are your irs files working?
also, is the audio policy config on this thread flashable or pushable?
Click to expand...
Click to collapse
No problem with irs & convolver on my D802, both working normally. I don't know for other devices.
The file from op is flashable from recovery. You can try that.
Just for comparison, I use other methods, I installing v4a manually then install the drivers from the app. Imho audio effect config will change when v4a installing driver. Most useful part from this thread for me only the audio policy config that solve my problem make other apps like poweramp work with v4a. Then I found that audio policy config from D802 stock rom can be use too by removing 2 parts. I believe this solution is better because I only lost 2 features from stock rom, not as much as the policy config from op.

didhiy said:
No problem with irs & convolver on my D802, both working normally. I don't know for other devices.
The file from op is flashable from recovery. You can try that.
Just for comparison, I use other methods, I installing v4a manually then install the drivers from the app. Imho audio effect config will change when v4a installing driver. Most useful part from this thread for me only the audio policy config that solve my problem make other apps like poweramp work with v4a. Then I found that audio policy config from D802 stock rom can be use too by removing 2 parts. I believe this solution is better because I only lost 2 features from stock rom, not as much as the policy config from op.
Click to expand...
Click to collapse
Yeah, i flashed the file above and did everything properly, but IRS convolver files aren't exactly being 'used', not all irs files are working properly.
Should i be doing anything to the audio policy config file ? I use power amp too (although it did tell me it was processing under power amp),
IRS is crucial to me because i use my N7 2013 in my car as my in-dash.

masri1987 said:
Yeah, i flashed the file above and did everything properly, but IRS convolver files aren't exactly being 'used', not all irs files are working properly.
Should i be doing anything to the audio policy config file ? I use power amp too (although it did tell me it was processing under power amp),
IRS is crucial to me because i use my N7 2013 in my car as my in-dash.
Click to expand...
Click to collapse
I think that's unrelated to the audio policy config thing, this thread already prove the way v4a working for D802. Solved the major problem why v4a only works for stock music & video player.
I suggest you to ask in the v4a main thread or maybe ask the dev that creates your favorite irs that didn't work. I only use 2 irs files & both working normally.

this is kind of off topic but perhaps somebody is experiencing the same. i'm having a weird audio issue on LP which wasn't present on KK in any way and not V4A related.
no matter what the audio source is (playing mp3s or lossless, tons of EQ on or off, YouTube video, game, video, etc) there's a totally random, short sound corruption that sounds like garbled, sped up noise. it's impossible to trace any pattern when and why does it appear and perhaps it's related to radio since it tends to appear more when the signal is switching from Wi-Fi to cellular or cellular signal comes online, etc but not necessarily. i tried to look at the logs and don't see anything suspicious regarding sound there at all.
there's also a theory on other devices forums that Qualcomm's mpdecision is the cause since it always leaves only one core for the sound online and on LP apparently you need more. that doesn't seem right, however, since it does happen when the phone is doing a lot too and not just with the screen off.
any ideas are welcomed.

mannequin said:
this is kind of off topic but perhaps somebody is experiencing the same. i'm having a weird audio issue on LP which wasn't present on KK in any way and not V4A related.
no matter what the audio source is (playing mp3s or lossless, tons of EQ on or off, YouTube video, game, video, etc) there's a totally random, short sound corruption that sounds like garbled, sped up noise. it's impossible to trace any pattern when and why does it appear and perhaps it's related to radio since it tends to appear more when the signal is switching from Wi-Fi to cellular or cellular signal comes online, etc but not necessarily. i tried to look at the logs and don't see anything suspicious regarding sound there at all.
there's also a theory on other devices forums that Qualcomm's mpdecision is the cause since it always leaves only one core for the sound online and on LP apparently you need more. that doesn't seem right, however, since it does happen when the phone is doing a lot too and not just with the screen off.
any ideas are welcomed.
Click to expand...
Click to collapse
You can try if the theory was right or wrong by temporary disabling mpdecision. I think the setting is in /mpt/enable file. Change the value from 1 to 0, than compared the results. Don't forget to enable it again by changing the value on that file back to 1. If still no different, I guess the theory was invalid.

doesnt work for me I flashed the zip and then got "viper 4 Android stopped working" on Start, now I cannot install it in the normal way. Every Reboot that "viper 4 Android stopped working" thing comes and idk what to do

didhiy said:
+1
I use those 2 files from the zip file to make v4a works for poweramp
My previous v4a installation only works on stock music & video player, now works for poweramp and mx player too.
Another note, disabling NUplayer not necessary for me...
Thanks again for this awesome guide :good:
Edit: I found using stock audio_policy.conf is possible to by removing this 2 sections:
1. Compress offload
compress_offload {
sampling_rates 8000|11025|12000|16000|22050|24000|32000|44100|48000|64000|88200|96000|176400|192000
channel_masks AUDIO_CHANNEL_OUT_STEREO
formats AUDIO_FORMAT_MP3|AUDIO_FORMAT_AAC|AUDIO_FORMAT_PCM_24_BIT_OFFLOAD
devices AUDIO_DEVICE_OUT_EARPIECE|AUDIO_DEVICE_OUT_SPEAKER|AUDIO_DEVICE_OUT_WIRED_HEADSET|AUDIO_DEVICE_OUT_WIRED_HEADPHONE
flags AUDIO_OUTPUT_FLAG_DIRECT|AUDIO_OUTPUT_FLAG_COMPRESS_OFFLOAD|AUDIO_OUTPUT_FLAG_NON_BLOCKING
}
2. Deep buffer
deep_buffer {
sampling_rates 44100|48000
channel_masks AUDIO_CHANNEL_OUT_STEREO
formats AUDIO_FORMAT_PCM_16_BIT
devices AUDIO_DEVICE_OUT_SPEAKER|AUDIO_DEVICE_OUT_EARPIECE|AUDIO_DEVICE_OUT_WIRED_HEADSET|AUDIO_DEVICE_OUT_WIRED_HEADPHONE|AUDIO_DEVICE_OUT_ALL_SCO|AUDIO_DEVICE_OUT_AUX_DIGITAL|AUDIO_DEVICE_OUT_PROXY|AUDIO_DEVICE_OUT_ANLG_DOCK_HEADSET|AUDIO_DEVICE_OUT_FM|AUDIO_DEVICE_OUT_FM_TX
flags AUDIO_OUTPUT_FLAG_DEEP_BUFFER
}
Click to expand...
Click to collapse
OMG! thanks.

mannequin said:
this is kind of off topic but perhaps somebody is experiencing the same. i'm having a weird audio issue on LP which wasn't present on KK in any way and not V4A related.
no matter what the audio source is (playing mp3s or lossless, tons of EQ on or off, YouTube video, game, video, etc) there's a totally random, short sound corruption that sounds like garbled, sped up noise. it's impossible to trace any pattern when and why does it appear and perhaps it's related to radio since it tends to appear more when the signal is switching from Wi-Fi to cellular or cellular signal comes online, etc but not necessarily. i tried to look at the logs and don't see anything suspicious regarding sound there at all.
there's also a theory on other devices forums that Qualcomm's mpdecision is the cause since it always leaves only one core for the sound online and on LP apparently you need more. that doesn't seem right, however, since it does happen when the phone is doing a lot too and not just with the screen off.
any ideas are welcomed.
Click to expand...
Click to collapse
Iam having the exact same issue also convolver are not working.

gozzaa said:
Iam having the exact same issue also convolver are not working.
Click to expand...
Click to collapse
after much experimenting i can confirm that the only way to fix that issue is to always keep 2 or more CPU cores online, nothing else solves it at all.
with stock kernel the only option is to disable mpdecision and enable "multicore power saving" and "soc temperature throttle" for further heat control because without mpdecision you'll be keeping all 4 cores online.

mannequin said:
after much experimenting i can confirm that the only way to fix that issue is to always keep 2 or more CPU cores online, nothing else solves it at all.
with stock kernel the only option is to disable mpdecision and enable "multicore power saving" and "soc temperature throttle" for further heat control because without mpdecision you'll be keeping all 4 cores online.
Click to expand...
Click to collapse
Ah i will try that, Iam using dorimanx.
Did you get convolvers to work? They dont have any effect for me. Also the effect of viper4android is very small on lollipop. I can hear a difference but its nothing compared to kitkat

gozzaa said:
Ah i will try that, Iam using dorimanx.
Did you get convolvers to work? They dont have any effect for me. Also the effect of viper4android is very small on lollipop. I can hear a difference but its nothing compared to kitkat
Click to expand...
Click to collapse
I had someone trouble getting convolvers to work as well. Converting viper to a user app with titanium uninstalling the driver then reconverting it to a system app worked for me.

Manbot27 said:
I had someone trouble getting convolvers to work as well. Converting viper to a user app with titanium uninstalling the driver then reconverting it to a system app worked for me.
Click to expand...
Click to collapse
after converting back to system app you install the drivers again or when its user app?
Edit: it worked! Iam using it as user app and its working flawless! Kudos to you

gozzaa said:
Ah i will try that, Iam using dorimanx.
Did you get convolvers to work? They dont have any effect for me. Also the effect of viper4android is very small on lollipop. I can hear a difference but its nothing compared to kitkat
Click to expand...
Click to collapse
obviously using a custom kernel gives way more options to keep those 2 cores online in less destructive manner.
no problems with V4A here, everything works exactly like on KK. like mentioned above the key is to use it as a system app, modify selinux mode and edit audio policies files.

Related

Android apps that Crash

1) google street view (I think this application crash my download in market)
Angry Birds RIO. It installed but my phone switches off when I try to launch it.
NHS2008 said:
Angry Birds RIO. It installed but my phone switches off when I try to launch it.
Click to expand...
Click to collapse
more reasons that these threads shouldn't be made by people who need to follow tutorials, if your system is configured properly this one should work.
EDIT: streetview works fine too.
yeah there's a fix for it
You have to edit asound.conf and set everything to "0".
Found nothing that is not working exept apps that need modem
and apps that need to be paid.
te_chnix said:
You have to edit asound.conf and set everything to "0".
Found nothing that is not working exept apps that need modem
and apps that need to be paid.
Click to expand...
Click to collapse
Thanks for the clarification.
Does that set all sounds to zero? And is this the fix for video playback too? also what about the bluetooth sound??
well the bluetooth module actually gets it's own link, which connects it between the Applications processor and the wm8994 chip, so i'm guessing that this link works, and the main one connecting the Applications processor to the wm8994 chip directly isn't being configured properly (bootloader) though it can't be completely certain, the fact that audio works when pbl-sbl is used seems to back it up :S .
nbates66 said:
well the bluetooth module actually gets it's own link, which connects it between the Applications processor and the wm8994 chip, so i'm guessing that this link works, and the main one connecting the Applications processor to the wm8994 chip directly isn't being configured properly (bootloader) though it can't be completely certain, the fact that audio works when pbl-sbl is used seems to back it up :S .
Click to expand...
Click to collapse
Thanks for reply!
huh? what is pbl-sbl?? and for the audio,
te_chnix posted a file, 'asound.conf' ,set everything to zero??
won't that disable all the audio??
Is this the way to go??
NHS2008 said:
te_chnix posted a file, 'asound.conf' ,set everything to zero??
won't that disable all the audio??
Click to expand...
Click to collapse
yes it will disable all audio, because currently all attempts to play audio (except through bluetooth devices apparently) cause a complete system lockup.
i play audio now from my laptop's speakers
it works really good and sounds to be continuous also due to fastness of Bluetooth 3.0
what was the problem, the audio! now I only care when unloading applications if the application specifies that the installation causes changes where Android is still lacking (mainly audio) ...
te_chnix said:
You have to edit asound.conf and set everything to "0".
Found nothing that is not working exept apps that need modem
and apps that need to be paid.
Click to expand...
Click to collapse
everything?? I set to 0 only this part
}
pcm.AndroidPlayback_Speaker_normal {
type hooks
slave.pcm {
type hw
card 0
device 0 # Must be of type "digital audio playback"
}
hooks.0 {
type ctl_elems
hook_args [
# Enable audio output from the DSP
{name "Playback Path" value 0} # 0:OFF 1:RCV 2:SPK 3:HP 4UAL 5:BT 6:RING_SPK 7:RING_HP 8:RING_DUAL 9:EXTRA_DOCK_SPEAKER 10:TV_OUT
]
the other no.. I have other set with the value 0??
}
aye /\ changing only that value is all that should be necessary
Hello Developers,
I'd like to know if its possible charging with an android wave? I really like to last my battery but it always pop up "Battery temperature is high or low..." Any solutions on it?
Thanks for clearing that. Can you tell me one thing, Why I keep getting input/output errors in my files? I can't seem to get it. So it keeps losing some features so I have keep on checking and repairing and recopying the affected files...over and over..?
i have the new kernel with audio installed, asound.conf was already set to 2.
worms hd works but the sound laggs, no matter if speaker or headphones.
Gangstar 2 closes directly after start.
modern combat 2 too, but it produces an unspecified error message
Lithophyses said:
i have the new kernel with audio installed, asound.conf was already set to 2.
worms hd works but the sound laggs, no matter if speaker or headphones.
Gangstar 2 closes directly after start.
modern combat 2 too, but it produces an unspecified error message
Click to expand...
Click to collapse
Modern Combat 2 works perfectly, don't know why it crashes for you (using kernel with working audio)
Did anyone managed to run GT Racing?
I get in to the first screen when it asked to d/l files. once done it just closes on me.
after that, the game doesnt even load. just dumps back to menu.
You can play GT Racing on bada.
baza14 said:
You can play GT Racing on bada.
Click to expand...
Click to collapse
**facepalm**

Viper4Android FIXED

If you're like me and finally got V4A running successfully but didn't hear it affecting the actual audio output then try this script I used to use on my LG G4 successfully. Make sure to set it so its ran at boot and PROFIT! It worked for me! You have no idea how I'm excited to finally have V4A back and working now on my V10!!
#!/system/bin/sh
/system/xbin/supolicy --live "allow mediaserver mediaserver_tmpfs:file { read write execute };"
Click to expand...
Click to collapse
Alternatively you can DOWNLOAD the script I exported, and import it using the app of your choosing. I recommend using ROM Toolbox.
Here's a quick step-by-step of how I got V4A running on my rooted Verizon LG V10 for those of you who like that sort of thing.
1. Go into SuperSU and disable namespace separation in SuperSU.
Thanks to gerry_753 for this tip.
2. Reboot.
3. Download and install this BusyBox by JRummy and install BusyBox into both system/bin and system/xbin.
4. Reboot.
*5. Download and install SELinuxModeChanger.
*6. Open SELinuxModeChanger and change the SELinux Mode to: Permissive.
7. Download the latest Viper4Android and install it.
8. Open V4A app and install the driver.
9. Reboot.
10. Open ROM Toolbox and make sure to give it Root permission.
11. Scroll down and select Scripter
12. Hit the + at the top and select Import
13. Find the Viper4Android_Script you downloaded and click it.
14. Now click the Viper4Android_Script and select Set at boot
15. Reboot.
*Indicates steps I didn't take to get mine to work, but others have had to take in order to get it to work.
Still haven't noticed a big increase...but things look correct after running the script.
The script didn't work for me
add app to system priv/app
Thank you.
R4NDR01D said:
If you're like me and finally got V4A running successfully but didn't hear it affecting the actual audio output then try this script I used to use on my LG G4 successfully. Make sure to set it so its ran at boot and PROFIT! It worked for me! You have no idea how I'm excited to finally have V4A back and working now on my V10!!
Alternatively you can DOWNLOAD the script I exported, and import it using the app of your choosing. I recommend using ROM Toolbox.
___________________________________
Here's a quick step-by-step of how I got V4A running on my rooted Verizon LG V10 for those of you who like that sort of thing.
1. Go into SuperSU and disable namespace separation in SuperSU.
Thanks to gerry_753 for this tip.
2. Reboot.
3. Download and install this BusyBox by JRummy and install BusyBox.
4. Reboot.
5. Download the latest Viper4Android and install it.
6. Open V4A app and install the driver.
7. Reboot.
8. Open ROM Toolbox and make sure to give it Root permission.
9. Scroll down and select Scripter
10. Hit the + at the top and select Import
11. Find the Viper4Android_Script you downloaded and click it.
12. Not click the Viper4Android_Script and select Set at boot
13. Reboot
Click to expand...
Click to collapse
THANK YOU!. These specific apps and these specific instructions worked perfectly the first time.
I can tell the difference and it's great. Still can't quite make out the difference with the LG HD Dac drivers, or whatever it's called. seems to help a little too...maybe I have to research how to fine tune that, if possible.
Thanks again.
Got everything installed and ran your script. Much like the picture above it says it's installed but it's NOT prcoessing. I can use the equalizer app from the market and that works fine but viper is still a no go. Such a disappointment.
I tried everything, installed busy boxes, have it permissions, paid 5 bucks to get the full version of toolbox to add program as a system app. Restarted i don't know how many times. Almost as painful as getting to work on my old fascinate was.... Any thoughts?
Ev3rM0r3 said:
Got everything installed and ran your script. Much like the picture above it says it's installed but it's NOT prcoessing. I can use the equalizer app from the market and that works fine but viper is still a no go. Such a disappointment.
I tried everything, installed busy boxes, have it permissions, paid 5 bucks to get the full version of toolbox to add program as a system app. Restarted i don't know how many times. Almost as painful as getting to work on my old fascinate was.... Any thoughts?
Click to expand...
Click to collapse
Still need to set SELinux as permissive?
I had to for it to work.
mikeberding said:
Still need to set SELinux as permissive?
I had to for it to work.
Click to expand...
Click to collapse
Looks like its a music app thing, I use Spotify primarily which doesn't like to work with 99% of equalizers.
Viper4Audio DOES work with local audio as well as googly player and others the same that the HIFI DAC does. That doesn't work with spotify either and its a known thing. Basically I can trick the phone for a single song by playing a song in google music's app, then changing immediately to spotify. But after the song is over it stops amping the audio. So the issue is spotify isn't taking advantage of the audio on its own. I think they need to fix this because spotify was the only reason I stopped downloading music. But seriously, I'd pirate my whole music list again just to have it usable in the player with viper.
So as far as I can tell spotify users you are still SOL. I recommend "Equalizer" from the market place as it does work. /wrist
Hey folks: don't know if this thread is on everyone's radar: it's in regards to the Hi Fi DAC apparently only working with the default music player...and the FIX that addresses it http://forum.xda-developers.com/lg-v10/themes-apps/dac-fix-hi-fi-dac-everywhere-t3274457
---------- Post added at 04:50 PM ---------- Previous post was at 04:46 PM ----------
R4NDR01D said:
If you're like me and finally got V4A running successfully but didn't hear it affecting the actual audio output then try this script I used to use on my LG G4 successfully. Make sure to set it so its ran at boot and PROFIT! It worked for me! You have no idea how I'm excited to finally have V4A back and working now on my V10!!
Alternatively you can DOWNLOAD the script I exported, and import it using the app of your choosing. I recommend using ROM Toolbox.
___________________________________
Here's a quick step-by-step of how I got V4A running on my rooted Verizon LG V10 for those of you who like that sort of thing.
1. Go into SuperSU and disable namespace separation in SuperSU.
Thanks to gerry_753 for this tip.
2. Reboot.
3. Download and install this BusyBox by JRummy and install BusyBox.
4. Reboot.
5. Download the latest Viper4Android and install it.
6. Open V4A app and install the driver.
7. Reboot.
8. Open ROM Toolbox and make sure to give it Root permission.
9. Scroll down and select Scripter
10. Hit the + at the top and select Import
11. Find the Viper4Android_Script you downloaded and click it.
12. Not click the Viper4Android_Script and select Set at boot
13. Reboot
Click to expand...
Click to collapse
Hey @R4NDR01D, can I disable the ROM Toolbox Lite from start up after application of the script or do I need to have it on to "enforce" the script? I like to disable things from running booting up if they aren't absolutely necessary. Thanks
burnsky05 said:
Still haven't noticed a big increase...but things look correct after running the script.
Click to expand...
Click to collapse
What do you have enabled? (Obviously) Make sure V4A-FX Powered on is Enabled, then below is the settings I've found work best for me:
Firequalizer: Enabled
Select Preset: Rock
Dynamic System: Enabled (Left everything else alone)
ViPER Bass: Enabled
Bass Mode: Natural
Frequency: 60Hz (Sometimes 80Hz)
Bass Boost: 6.0 dB
ViPER Clarity: Enabled
Mode: Natural
Clarity: 3.5 dB
CureTech+: Enabled
Binaural Level: Slight
Anything with built in equalizers (like PowerAmp) will often muddle the effects of V4A. There's ways around this. But I use purely Spotify these days and have noticed vast improvements using V4A now.
Also, if ever want to dabble with Convolution, Viper has a great IRS starter pack and explanation on his site. Supposedly you can bypass all my above settings by using just one IRS sample. But I've usually used them in combination with.
whitehawk66 said:
Hey folks: don't know if this thread is on everyone's radar: it's in regards to the Hi Fi DAC apparently only working with the default music player...and the FIX that addresses it http://forum.xda-developers.com/lg-v10/themes-apps/dac-fix-hi-fi-dac-everywhere-t3274457
---------- Post added at 04:50 PM ---------- Previous post was at 04:46 PM ----------
Hey @R4NDR01D, can I disable the ROM Toolbox Lite from start up after application of the script or do I need to have it on to "enforce" the script? I like to disable things from running booting up if they aren't absolutely necessary. Thanks
Click to expand...
Click to collapse
No. Unfortunately it's a script that has to be ran on each boot otherwise V4A won't work.
mikeberding said:
Still need to set SELinux as permissive?
I had to for it to work.
Click to expand...
Click to collapse
I honestly never understood where to find this setting so I never messed with it and it's worked fine. Can you explain where one could alter this setting and I can add to OP.
Ev3rM0r3 said:
Looks like its a music app thing, I use Spotify primarily which doesn't like to work with 99% of equalizers.
Viper4Audio DOES work with local audio as well as googly player and others the same that the HIFI DAC does. That doesn't work with spotify either and its a known thing. Basically I can trick the phone for a single song by playing a song in google music's app, then changing immediately to spotify. But after the song is over it stops amping the audio. So the issue is spotify isn't taking advantage of the audio on its own. I think they need to fix this because spotify was the only reason I stopped downloading music. But seriously, I'd pirate my whole music list again just to have it usable in the player with viper.
So as far as I can tell spotify users you are still SOL. I recommend "Equalizer" from the market place as it does work. /wrist
Click to expand...
Click to collapse
I can confirm on my end that V4A works with Spotify (at least via Bluetooth). It's the only player I use and there's a HUGE noticeable difference when playing a song on Spotify and enabling and disabling V4A.
R4NDR01D said:
No. Unfortunately it's a script that has to be ran on each boot otherwise V4A won't work.
Click to expand...
Click to collapse
Thanks for the reply. I appreciate it.
R4NDR01D said:
I can confirm on my end that V4A works with Spotify (at least via Bluetooth). It's the only player I use and there's a HUGE noticeable difference when playing a song on Spotify and enabling and disabling V4A.
Click to expand...
Click to collapse
Yeah it works on bluetooth great which is unfortunate because my car isn't bluetooth, nor do i want it to be. On the other size the DAC fix makes it work on heapdhone jack and that can be used with equalizer app from the market so I still have that. It's not viper4audio but really bluetooth is the only thing that really needed it. I'll accept that.
OP's instructions are spot on. Works with Tidal well. Thanks
What about youtube and system notifications/ring tones? I have viper4android working, but it only works for my music player. I'm hoping to get it to work system wide so I can tweak the horrible speaker when a notification comes through. Per this post: http://forum.xda-developers.com/showpost.php?p=65506006&postcount=3
He was able to get it to work system wide. I don't know of a way to flash a zip file without a custom recovery. I have viper4android as a system app and it's still not processing audio system wide.
I tried editing the audio file that edits the deep_buffer variable to allow v4a to work without headphones but it doesn't. BUT I don't think this is truthfully the case. On a fresh reboot upon opening spotify with headphones then playing a song and THEN opening viper, it gets HELLA loud for just a split second, which means that it did try to edit the live audio but failed and likely crashed. The question is, why? What exactly is going wrong with the headphone out on spotify. Literally the only app on the market that directly works with spotify is called Equalizer. I tried equalizer pro which is even better as far as mutliband control on a local player but it doesn't effect spotify either. Just Equalizer. So I'm curious what the hell that app is doing differently.
Thank you, it worked!
I created /system/su.d directory with execution permission, and added the shell script to that directory, with execution permission. In my system, the path to supolicy was different, and I corrected that. It worked like that.
Shortcut?
The only thing I needed to change was the selinux mode to permissive and V4A works perfectly now.

Could audio feature deserve more support?

ZTE advertised A7 with High Quality sound capability on the first place targeting audiophile buyers. The question is that users are satisfied with support what ZTE provide in this subject? Is it OK that Music Player cannot handle metadata in appropriate way, cannot list songs in right order, doesn't show any technical info about material, is laggy and slow after being 8 months on the market? Can't you expect more from an audiophile(?) phone?
Have ZTE done anything to share DAC info with developers in order to make HQ Audio feature available in other Players at least.
To tell true I am very disappointed. And you?
(Please post only audio related issues and opinion!)
obladi64 said:
ZTE advertised A7 with High Quality sound capability on the first place targeting audiophile buyers. The question is that users are satisfied with support what ZTE provide in this subject? Is it OK that Music Player cannot handle metadata in appropriate way, cannot list songs in right order, doesn't show any technical info about material, is laggy and slow after being 8 months on the market? Can't you expect more from an audiophile(?) phone?
Have ZTE done anything to share DAC info with developers in order to make HQ Audio feature available in other Players at least.
To tell true I am very disappointed. And you?
(Please post only audio related issues and opinion!)
Click to expand...
Click to collapse
I'm using Play Music app and the DAC is activated as far as i can tell. You don't have to use their Music player.
One issue that bugs me is the inability to change the EQ settings in Dolby atmos, they always revert back to normal and the sliders don't stay where you want them to. Talked to ZTE they said its a software issue and maybe the new update will fix it.
justFaisal said:
I'm using Play Music app and the DAC is activated as far as i can tell. You don't have to use their Music player.
One issue that bugs me is the inability to change the EQ settings in Dolby atmos, they always revert back to normal and the sliders don't stay where you want them to. Talked to ZTE they said its a software issue and maybe the new update will fix it.
Click to expand...
Click to collapse
Through OpenSL ES. Unfortunately it converts everything to 48/16 first. Yes, then sound goes to DACs. I don't find direct DAC option in settings or a word about it in guide. If it exists please let me know.
Update: may be check wrong player.
I have found two players with name "Play Music Player". May be there more. What do I choose?
USB Audio Player Pro. Play through Android mode, variable bitrate (gets around the android fixed sampling). Worth the money and uses the built in DAC.
bhazard451 said:
USB Audio Player Pro. Play through Android mode, variable bitrate (gets around the android fixed sampling). Worth the money and uses the built in DAC.
Click to expand...
Click to collapse
Luckily it has free trial version.
http://www.extreamsd.com/index.php/uapp-trial
It also recognized DSD/DSF file. Of course Player can play DSF in PCM mode but it can payed it in DoP and native mode as well. Hurray, it is believable because AKM chips support DSD.
At this point I though to install Player onto Samsung Note 3 with Snapdragon 800. As I know SD800 doesn't support DSD. The result is same. It sounds in all three modes. After this I don't know what to think. I would think that Player overrides my choice and chooses the first capable mode. I would but why doesn't the fourth auto mode exist? Hmmm.
Update: Looks that DSD setting is only for USB DAC. Too bad. Anyway, the program is not bad at all. Thanks.
I did test and compare stock and USB player. Although UAPP writes that Android gets high sample rate stream, the stock player sounds clearly better. It is no doubt.
Have you tried using PowerAmp? It has built in DAC control and this overrides the Dolby Settings (Dolby app becomes unusable when this is selected in PowerAmp). Sound is great and it has a great way to control the EQ. I've using PowerAmp since my first Android phones and now with this is just awesome!
jimbo77 said:
Have you tried using PowerAmp? It has built in DAC control and this overrides the Dolby Settings (Dolby app becomes unusable when this is selected in PowerAmp). Sound is great and it has a great way to control the EQ. I've using PowerAmp since my first Android phones and now with this is just awesome!
Click to expand...
Click to collapse
As I see there is no other option. The only problem is that PA is not free and alpha version doesn't have free trial. Correct me if I am wrong. I had used PA several years ago but it changed the sound badly in flat mode too so I stopped to use it. I hope it has been changed but I'd like to check it first. I am not interested in dolby or EQ.
obladi64 said:
As I see there is no other option. The only problem is that PA is not free and alpha version doesn't have free trial. Correct me if I am wrong. I had used PA several years ago but it changed the sound badly in flat mode too so I stopped to use it. I hope it has been changed but I'd like to check it first. I am not interested in dolby or EQ.
Click to expand...
Click to collapse
The PlayStore free version gives you a 14 days trial period. Try it and if you like it I think it's worth the money.
jimbo77 said:
The PlayStore free version gives you a 14 days trial period. Try it and if you like it I think it's worth the money.
Click to expand...
Click to collapse
Only version 2 is on GP. As I read only payed v2 can be updated with v3 alpha. Anyway I will try to update free trial.
obladi64 said:
Only version 2 is on GP. As I read only payed v2 can be updated with v3 alpha. Anyway I will try to update free trial.
Click to expand...
Click to collapse
You can download v2 and then sign for the beta. It will update to the alpha v3 build 703 and you can still use it for 14 days. You don't need the premium version in order to try the latest build
jimbo77 said:
You can download v2 and then sign for the beta. It will update to the alpha v3 build 703 and you can still use it for 14 days. You don't need the premium version in order to try the latest build
Click to expand...
Click to collapse
OK finally I could manage it. I cannot say anything about quality yet but I would have question. It seems to me that fix sample rate must be preset otherwise app does up or downsample. Isn't there option to send stream to DAC as it is? It is more annoying for me because I listen 88.2/24 materials recently.
obladi64 said:
OK finally I could manage it. I cannot say anything about quality yet but I would have question. It seems to me that fix sample rate must be preset otherwise app does up or downsample. Isn't there option to send stream to DAC as it is? It is more annoying for me because I listen 88.2/24 materials recently.
Click to expand...
Click to collapse
I see under Audio options both Resampler and output options. Probably that's what your are looking for?
jimbo77 said:
I see under Audio options both Resampler and output options. Probably that's what your are looking for?
Click to expand...
Click to collapse
Yes, it's ok. The problem is that i cannot set auto sample rate. I don't expext upsampling from PA. I would let this job to be done by dac. I think that's what stock player does.
obladi64 said:
I have found two players with name "Play Music Player". May be there more. What do I choose?
Click to expand...
Click to collapse
Oh my bad for the confusion, i was talking about the Google play Music app
justFaisal said:
Oh my bad for the confusion, i was talking about the Google play Music app
Click to expand...
Click to collapse
No no no please! This the first app I disable on every phone getting in my hands.
obladi64 said:
I have found two players with name "Play Music Player". May be there more. What do I choose?
Click to expand...
Click to collapse
obladi64 said:
No no no please! This the first app I disable on every phone getting in my hands.
Click to expand...
Click to collapse
lol i'm no audiophile but i've never had an issue with it. It's simple which i prefer.
justFaisal said:
lol i'm no audiophile but i've never had an issue with it. It's simple which i prefer.
Click to expand...
Click to collapse
No problem with that. I hate it not because of sound quality. I don't know whether anything related to sound quality can be set in this app at all but I don't even care. I can accept that others like Google concept but sorry it's not for me at all.
obladi64 said:
Yes, it's ok. The problem is that i cannot set auto sample rate. I don't expext upsampling from PA. I would let this job to be done by dac. I think that's what stock player does.
Click to expand...
Click to collapse
I am using PA (bought it) also and afaik the auto samplerate feature is not built in. This might come in a future release but despite the releasedate of the last beta, I have doubts that this will come anytime soon.
I still bought PA in the hope that the dev is still actively developing, maybe a little naive.

Viper Audio

I'm getting the Verizon P3, so unlockable and probably unrootable.
Anyone manage to get Viper working?
Sent from my [device_name] using XDA-Developers Legacy app
grifforama said:
I'm getting the Verizon P3, so unlockable and probably unrootable.
Anyone manage to get Viper working?
Sent from my [device_name] using XDA-Developers Legacy app
Click to expand...
Click to collapse
I have it working as of tonight. Using the app from the 2.6.0.5 thread:
https://forum.xda-developers.com/android/apps-games/app-viper4android-fx-2-6-0-0-t3774651
Install that APK, then install the driver inside the app. Optionally, if you want Viper to work in a larger amount of apps, install the Audio Modification Library module from the Magisk repo. This was needed for me to have it working in Spotify.
https://forum.xda-developers.com/apps/magisk/mod-audio-modification-library-t3745466
cambunch said:
I have it working as of tonight. Using the app from the 2.6.0.5 thread:
https://forum.xda-developers.com/android/apps-games/app-viper4android-fx-2-6-0-0-t3774651
Install that APK, then install the driver inside the app. Optionally, if you want Viper to work in a larger amount of apps, install the Audio Modification Library module from the Magisk repo. This was needed for me to have it working in Spotify.
https://forum.xda-developers.com/apps/magisk/mod-audio-modification-library-t3745466
Click to expand...
Click to collapse
Did you have to unlock the bootloader before installing Viper?
cambunch said:
I have it working as of tonight. Using the app from the 2.6.0.5 thread:
https://forum.xda-developers.com/android/apps-games/app-viper4android-fx-2-6-0-0-t3774651
Install that APK, then install the driver inside the app. Optionally, if you want Viper to work in a larger amount of apps, install the Audio Modification Library module from the Magisk repo. This was needed for me to have it working in Spotify.
https://forum.xda-developers.com/apps/magisk/mod-audio-modification-library-t3745466
Click to expand...
Click to collapse
Does it help making the audio sound better using the speakers?
frshka01 said:
Did you have to unlock the bootloader before installing Viper?
Click to expand...
Click to collapse
Yes, as it needs root.
drocny87 said:
Does it help making the audio sound better using the speakers?
Click to expand...
Click to collapse
Yes, isn't that what it's for?
cambunch said:
Yes, as it needs root.Yes, isn't that what it's for?
Click to expand...
Click to collapse
I've always loved viper... I've been reading people have been saying there is an issue with the audio quality when listening to music with it sounding muffled and underwater, just wanted to know if viper corrects that issue.
cambunch said:
I have it working as of tonight. Using the app from the 2.6.0.5 thread:
https://forum.xda-developers.com/android/apps-games/app-viper4android-fx-2-6-0-0-t3774651
Install that APK, then install the driver inside the app. Optionally, if you want Viper to work in a larger amount of apps, install the Audio Modification Library module from the Magisk repo. This was needed for me to have it working in Spotify.
https://forum.xda-developers.com/apps/magisk/mod-audio-modification-library-t3745466
Click to expand...
Click to collapse
Not what I asked. I am on Verizon P3. You are obviously not.
Sent from my [device_name] using XDA-Developers Legacy app
grifforama said:
Not what I asked. I am on Verizon P3. You are obviously not.
Sent from my [device_name] using XDA-Developers Legacy app
Click to expand...
Click to collapse
AFAIK Viper has always required root, so I am guessing you will be out of luck until someone can figure out the bootloader unlock.
I posted the info to help others as well rather than creating a new thread.
cambunch said:
I have it working as of tonight. Using the app from the 2.6.0.5 thread:
https://forum.xda-developers.com/android/apps-games/app-viper4android-fx-2-6-0-0-t3774651
Install that APK, then install the driver inside the app. Optionally, if you want Viper to work in a larger amount of apps, install the Audio Modification Library module from the Magisk repo. This was needed for me to have it working in Spotify.
https://forum.xda-developers.com/apps/magisk/mod-audio-modification-library-t3745466
Click to expand...
Click to collapse
I successfully installed viper using this method, but none of the settings actually improve the sound. To be clear, I don't think the regular pixel 3 sounds bad. It doesn't have as clear of high notes as the pixel 2 but the pixel 2 didn't have any presence of low notes either.
All I can do with viper so far is make the speakers louder at low volume settings, simulate reverb, which sounds terrible, or adjust the equalizer, which doesn't change anything. Any tips?
PuffDaddy_d said:
I successfully installed viper using this method, but none of the settings actually improve the sound. To be clear, I don't think the regular pixel 3 sounds bad. It doesn't have as clear of high notes as the pixel 2 but the pixel 2 didn't have any presence of low notes either.
All I can do with viper so far is make the speakers louder at low volume settings, simulate reverb, which sounds terrible, or adjust the equalizer, which doesn't change anything. Any tips?
Click to expand...
Click to collapse
Are you using IRS files for the Convolver setting? That is where it's noticable the most for me. Headphone/Bluetooth quality improves drastically.
cambunch said:
Are you using IRS files for the Convolver setting? That is where it's noticable the most for me. Headphone/Bluetooth quality improves drastically.
Click to expand...
Click to collapse
I'm not familiar with those files. I'm mainly using this for the speakers. Can you share more details?
PuffDaddy_d said:
I'm not familiar with those files. I'm mainly using this for the speakers. Can you share more details?
Click to expand...
Click to collapse
https://forum.xda-developers.com/showthread.php?t=2442933
I personally like the Soundalive Clarity profile. It takes some tuning to notice a difference on the Pixel 3 speakers (much more noticable on the OG Pixel), but the headphone/bluetooth differences are night and day. That profile does increase the high note clarity on the speakers IMO.
As you mentioned, the Viper changes don't seem to affect the speakers in any meaningful way, so for now, I'll wait until our device is officially supported.
our device is fully supported, you have to use the irs files to really hear a difference. What cambunch was saying is that the file he used didn't make a drastic change, but that doesn't mean it's not working. The pixel 3 speakers are tuned pretty well out of the box, so results won't be super earth shattering. If you listen to bluetooth it can be really dramatic.
cambunch said:
https://forum.xda-developers.com/showthread.php?t=2442933
I personally like the Soundalive Clarity profile. It takes some tuning to notice a difference on the Pixel 3 speakers (much more noticable on the OG Pixel), but the headphone/bluetooth differences are night and day. That profile does increase the high note clarity on the speakers IMO.
Click to expand...
Click to collapse
Care to share soundalive profile?
Can someone test something for me please? If you enable the Convolver and select an Impulse Response then play a video recorded on the phone is there a noticeable delay with the audio syncing with the video?
---------- Post added at 10:13 AM ---------- Previous post was at 10:11 AM ----------
acidspider said:
Care to share soundalive profile?
Click to expand...
Click to collapse
It's in the link he posted.
acidspider said:
Care to share soundalive profile?
Click to expand...
Click to collapse
Its found in the link I included in my previous post. I suggest you check out that thread and see all the options available. But here is the link for just the SoundAlive IRS files: https://www.dropbox.com/sh/2hud2wux...+-+Samsung+SoundAlive+((128k))+-+19042015.zip
cambunch said:
I have it working as of tonight. Using the app from the 2.6.0.5 thread:
https://forum.xda-developers.com/android/apps-games/app-viper4android-fx-2-6-0-0-t3774651
Install that APK, then install the driver inside the app. Optionally, if you want Viper to work in a larger amount of apps, install the Audio Modification Library module from the Magisk repo. This was needed for me to have it working in Spotify.
https://forum.xda-developers.com/apps/magisk/mod-audio-modification-library-t3745466
Click to expand...
Click to collapse
Works great with my bt headphones on pixel 3! Thanks!
mrbobo1 said:
our device is fully supported, you have to use the irs files to really hear a difference. What cambunch was saying is that the file he used didn't make a drastic change, but that doesn't mean it's not working. The pixel 3 speakers are tuned pretty well out of the box, so results won't be super earth shattering. If you listen to bluetooth it can be really dramatic.
Click to expand...
Click to collapse
Thank you for the explanation, but it's not just the irs files that I want to use. Viper has a long list of tweaks built into the app that simply don't have any effect on the Pixel 3 speakers. The Pixel 2's speakers could easily be adjusted using any number of effects built into the Viper app (equalizer, bass, treble, reverb, etc). When will those features be supported by the Pixel 3?
airmaxx23 said:
Can someone test something for me please? If you enable the Convolver and select an Impulse Response then play a video recorded on the phone is there a noticeable delay with the audio syncing with the video?
---------- Post added at 10:13 AM ---------- Previous post was at 10:11 AM ----------
I have noticed delay in video sync, souch sonic just don't use for video now only audio
Click to expand...
Click to collapse

[MOD][FIX] Audio Bitrate Increase For Poco F1 (320, 960kbps)

Disclaimer :
Code:
I am not responsible for any damage to your device!
Use this mod at your own risk!
What's this?
This mod increases the audio bitrate on video recording from a disgraceful 96kbps to a respectable 320kbps and 960kbps 6-way channel. Thus, giving a richer, more pleasing audio quality.
Still confused? Click here for a better explanation
Requirements :
- A rooted phone with magisk installed
- An opened mind (important!)
Contributors :
@Jt380p
@viv29
@sldig
@Dearminder
* NOTES * (READ) :
- Not all ROMs are compatible with this mod, you might end up in a bootloop. YOU HAVE BEEN WARNED!
Download :
__________________________________________
** RECOMMENDED **
320kbps v2 :
https://drive.google.com/file/d/179n4DMHWpoDo3B-7flloXV8RDDiXhKMs/view?usp=sharing
__________________________________________
** EXPERIMENTAL **
960kbps 6-way channel v2 :
https://drive.google.com/file/d/1n4w0w3UDJ8595QpakSmUUGuA-5YAyfRa/view?usp=sharing
__________________________________________
Instructions :
- Flash with Magisk Manager
Source :
https://forum.xda-developers.com/Mi-9/themes/magisk-audio-bitrate-increase-t3927810
Audio files provided by @sldig
Thanks to :
@Dearminder for helping me troubleshoot bootloops in specific ROMs
@topjohnwu for Magisk
Created : 10/11/2019
Last updated : 15/11/2019
CHANGELOG :
- Version 2 (15/11/19) :
---> Mod is now based on MIUI 11. File is provided by @sldig
Does this work on mui 11?
How I check if its work?
install with twrp pr magisk?
How to install??
Miui11 ??
Custom rom??
Android 9??
Android 10??
TGDgr8est said:
Does this work on mui 11?
Click to expand...
Click to collapse
It should lol
Alvian_P said:
How I check if its work?
Click to expand...
Click to collapse
- Use your ears
- Import to your PC and check audio bitrate under properties
AsusZenFone3Deluxe said:
install with twrp pr magisk?
Click to expand...
Click to collapse
Magisk. Thanks for reminding me, i forgot to mention it in the thread ?
But what does it do? Where is this quality? In Video recording (miui cam or gcam too?) or just microphone? Can you provide more info?
Dearminder said:
But what does it do? Where is this quality? In Video recording (miui cam or gcam too?) or just microphone? Can you provide more info?
Click to expand...
Click to collapse
Its pretty much self-explanatory. The out-of-the-box limit is 192Kbps. In video recording, Xiaomi limits the audio bitrate to 96Kbps (sometimes 156Kbps), which makes the phone compress the amount of detail in audio to 96Kbps, which is why in loud environments, the audio gets muted or sound distorted because its compressed to 96Kbps. 320Kbps allows the phone to NOT compress the audio as much, making the audio quality richer, and life-like. The "kbps" stands for 'kilobits per second', which means in every 1 second of an audio clip, the file would be 96Kb. So, if you record 1 minute of an audio clip, the size would be 5760Kb, or 0.72MB. In the same situation, if you use 320Kbps of audio, and recording 1 minute of an audio clip, the file would be 19200Kb, or 2.4MB. The rule of thumb is, the higher the number, the better the detail. Same "principle" applies to video, if you watch a video at 240p, the quality would be s**t, but if you watch it at 2160p (4K), the quality would be magnificant, the size of the video would also be magnificant XD. Hope this makes everything clear. If your still confused, just ask. I wont steal your Fortnite skins lol
Jt380p said:
Its pretty much self-explanatory. The out-of-the-box limit is 192Kbps. In video recording, Xiaomi limits the audio bitrate to 96Kbps (sometimes 156Kbps), which makes the phone compress the amount of detail in audio to 96Kbps, which is why in loud environments, the audio gets muted or sound distorted because its compressed to 96Kbps. 320Kbps allows the phone to NOT compress the audio as much, making the audio quality richer, and life-like. The "kbps" stands for 'kilobits per second', which means in every 1 second of an audio clip, the file would be 96Kb. So, if you record 1 minute of an audio clip, the size would be 5760Kb, or 0.72MB. In the same situation, if you use 320Kbps of audio, and recording 1 minute of an audio clip, the file would be 19200Kb, or 2.4MB. The rule of thumb is, the higher the number, the better the detail. Same "principle" applies to video, if you watch the video at 240p, the quality would be sh*t, but if you watch it at 2160p (4K), the quality would magnificant, the size of the video would also be magnificant XD. Hope this makes everything clear. If your still confused, just ask. I wont steal your Fortnite skins lol
Click to expand...
Click to collapse
I didn't ask what bitrate is, I was just asking What exactly this mod do. Where this bitrate is changed not how this affects a quality. Also let me ignore the fortnite part.
Dearminder said:
I didn't ask what bitrate is, I was just asking What exactly this mod do. Where this bitrate is changed not how this affects a quality. Also let me ignore the fortnite part.
Click to expand...
Click to collapse
Ok..Ive answered your first question very clearly. What Im presuming is you want to know what kind of apps would take advantage of this mod? Is that correct? Your question also has to be clearer..
Jt380p said:
Ok..Ive answered your first question very clearly. What Im presuming is you want to know what kind of apps would take advantage of this mod? Is that correct? Your question also has to be clearer..
Click to expand...
Click to collapse
Yes I Wanted to know what apps specifily are affected by this mod. But for now I only noticed bootloop on PE+
Dearminder said:
Yes I Wanted to know what apps specifily are affected by this mod. But for now I only noticed bootloop on PE+
Click to expand...
Click to collapse
Ok, I dont know about the bootloop though. Anyway, about the apps, its pretty much system-wide. If you dont have the mod, some third-party voice recorder apps bypass the audio limitations of the device. However, camera apps do follow the specified limitations. You will notice the changes in quality, especially in video recording in windy or loud environments.
Jt380p said:
Ok, I dont know about the bootloop though. Anyway, about the apps, its pretty much system-wide. If you dont have the mod, some third-party voice recorder apps bypass the audio limitations of the device. However, camera apps do follow the specified limitations. You will notice the changes in quality, especially in video recording in windy or loud environments.
Click to expand...
Click to collapse
I managed to check diffrences betwen my system file and this modded and I Noticed 2 Things. On first screenshot You can see that my system one file have additional space " " Maby that caused bootlop. But For the second screenshot resolution got lowered. Why? Or maby its just higher on PE+ , I don't blame anyone but when managed to keep these 2 things as my stock I didnt get bootlop.
Dearminder said:
I managed to check diffrences betwen my system file and this modded and I Noticed 2 Things. On first screenshot You can see that my system one file have additional space " " Maby that caused bootlop. But For the second screenshot resolution got lowered. Why? Or maby its just higher on PE+ , I don't blame anyone but when managed to keep these 2 things as my stock I didnt get bootlop.
Click to expand...
Click to collapse
The spacings are normal, I came across them on the POCO, RN7, Mi 8, and the Mi 9. The res however, some of them are different between each device, even though its under the same title. I dont mess with those things, I just changed the bitrate. Its probably the ROM that changed it. Would you mind sending me your stock audio file? (your current ROM)
is it compatible with pixel expirence android version 9.0.
Jt380p said:
The spacings are normal, I came across them on the POCO, RN7, Mi 8, and the Mi 9. The res however, some of them are different between each device, even though its under the same title. I dont mess with those things, I just changed the bitrate. Its probably the ROM that changed it. Would you mind sending me your stock audio file? (your current ROM)
Click to expand...
Click to collapse
Sorry, Kinda busy
Tested on eu rom miui 11. Didn't boot up. I got V4A, AML, ACP installed and that's probably why.

Categories

Resources