I need some help to fix the issue before i can think about the RMA or get new device. My following problem is that the microphone records my voice very, very quiet! My friends can not understand me clearly. I already found out this problem is already existing in OnePlus One phone. I tried the workarounds (modify build.prop, mixer_paths.xml, ...) and yet it doesn't help.
Another options i tried:
- disable Google voice (installed OpenGapps "nano")
- change the network type between 2G, 3G and LTE
Some specs of my phone:
- OS: Lineage 14.1 nightly (25th May 2017 Version)
- Root: yes, it's rooted
- TWRP installed
Cheers o/
Maybe problem is caused by Noise cancellation speaker?
Caraparbor said:
Maybe problem is caused by Noise cancellation speaker?
Click to expand...
Click to collapse
When i was reading some troubleshooting with the OnePlus One phone, i tried the same thing with the build.prop. I edited it:
Before
Code:
# Audio
mm.enable.smoothstreaming=true
mm.enable.qcom_parser=37491
[COLOR="Red"]ro.qc.sdk.audio.fluencetype=fluence[/COLOR]
persist.audio.fluence.voicecall=true
persist.audio.fluence.voicerec=false
persist.audio.fluence.speaker=true
audio.offload.buffer.size.kb=32
av.offload.enable=true
av.streaming.offload.enable=true
audio.offload.multiple.enabled=false
audio.offload.gapless.enabled=true
tunnel.audio.encode=false
media.aac_51_output_enabled=true
audio.offload.pcm.16bit.enable=true
audio.offload.pcm.24bit.enable=true
After
Code:
# Audio
mm.enable.smoothstreaming=true
mm.enable.qcom_parser=37491
[COLOR="red"]ro.qc.sdk.audio.fluencetype=none[/COLOR]
persist.audio.fluence.voicecall=true
persist.audio.fluence.voicerec=false
persist.audio.fluence.speaker=true
audio.offload.buffer.size.kb=32
av.offload.enable=true
av.streaming.offload.enable=true
audio.offload.multiple.enabled=false
audio.offload.gapless.enabled=true
tunnel.audio.encode=false
media.aac_51_output_enabled=true
audio.offload.pcm.16bit.enable=true
audio.offload.pcm.24bit.enable=true
The change of "fluence" into "none" made the sound of recording a bit louder, but overall too quiet. To understand my voice, my friend need to max. their media volume. And even then, it's quiet.
Overall the phone is running really fine. Speaker are fine and loud, but only the microphone is my heavy issue.
The same problem with all custom rom in all OnePlus, in some cases appears, in my One appears and with all rom I need change this (fluence to none).
go system/etc/audio_platform.xml and edit
change SND HANDSET MIC from "41" to "4" save reboot and it should work.
Problem here is that some apps adress the noise canceling mic to record audio instead of use the Main mic for recording.
i had same issue on candy7 and on lineageos the noise cancelation doesnt works properly
hope it helps
TECCC said:
go system/etc/audio_platform.xml and edit
change SND HANDSET MIC from "41" to "4" save reboot and it should work.
Problem here is that some apps adress the noise canceling mic to record audio instead of use the Main mic for recording.
i had same issue on candy7 and on lineageos the noise cancelation doesnt works properly
hope it helps
Click to expand...
Click to collapse
Thank you so much! Worked like a charm. At first it didn't work but changing fluenece to none made the diffrence
Hey sorry im new to this how do I change the system files (xml, etc..) ? Any app to use? Do I need to root my device? I really need to change mic setting
---------- Post added at 08:41 AM ---------- Previous post was at 08:36 AM ----------
Manthan Gohil said:
Thank you so much! Worked like a charm. At first it didn't work but changing fluenece to none made the diffrence
Click to expand...
Click to collapse
Appreciate it if you can help ..
BrainFart_ said:
Hey sorry im new to this how do I change the system files (xml, etc..) ? Any app to use? Do I need to root my device? I really need to change mic setting
---------- Post added at 08:41 AM ---------- Previous post was at 08:36 AM ----------
Appreciate it if you can help ..
Click to expand...
Click to collapse
Yes you need root to change/edit system files.
Hi,
I have the exact same problem !
I've rooted my phone (One Plus X) and installed the Lineage 17.1 Rom.
How can I change the sys file ? Is there an app to do this ?
Thx
Related
Hey guys. As I've mentioned in other posts I have an issue with the newer android builds because they have an audio limiter/compressor/auto gain control built in which greatly reduces the output of the headphone jack making it hard to get good volume from whatever you plug it into and also making the built in speaker do weird things. Anyways I may have found a possible fix but I have no idea how to use these commands in the link. Can somebody please explain how these work? Thanks in advance!
http://developer.android.com/reference/android/media/audiofx/AutomaticGainControl.html
GeeKerGurL said:
Hey guys. As I've mentioned in other posts I have an issue with the newer android builds because they have an audio limiter/compressor/auto gain control built in which greatly reduces the output of the headphone jack making it hard to get good volume from whatever you plug it into and also making the built in speaker do weird things. Anyways I may have found a possible fix but I have no idea how to use these commands in the link. Can somebody please explain how these work? Thanks in advance!
http://developer.android.com/reference/android/media/audiofx/AutomaticGainControl.html
Click to expand...
Click to collapse
i am not a dev but it seems to be something that applications can use to normalize input from the mic
so i dont think this is related to audio output from mp3 files
joanthanmajh said:
i am not a dev but it seems to be something that applications can use to normalize input from the mic
so i dont think this is related to audio output from mp3 files
Click to expand...
Click to collapse
Are you familiar with the limiter I speak of? Like when there a soft spot in the music and then hits a loud spot the limiter kicks it down. As an audiophile this is driving me nuts trying to find a way to turn it off lol. Have any ideas? Maybe it's located in build.prop?
GeeKerGurL said:
Are you familiar with the limiter I speak of? Like when there a soft spot in the music and then hits a loud spot the limiter kicks it down. As an audiophile this is driving me nuts trying to find a way to turn it off lol. Have any ideas? Maybe it's located in build.prop?
Click to expand...
Click to collapse
its not the build.prop but if you want to play with configure files, you could go into /system/etc there are some conf related to audio there and some more in /system/etc/parameter-frameworks
---------- Post added at 03:50 PM ---------- Previous post was at 03:46 PM ----------
although if you want to make your tablet look like a Nexus 7 for compatiblities with more apps in the play store u can edit the build.prop for that
joanthanmajh said:
its not the build.prop but if you want to play with configure files, you could go into /system/etc there are some conf related to audio there and some more in /system/etc/parameter-frameworks
---------- Post added at 03:50 PM ---------- Previous post was at 03:46 PM ----------
although if you want to make your tablet look like a Nexus 7 for compatiblities with more apps in the play store u can edit the build.prop for that
Click to expand...
Click to collapse
Can I edit these with a prop or text editor?
GeeKerGurL said:
Can I edit these with a prop or text editor?
Click to expand...
Click to collapse
best to copy them to a pc and use notepad++, then put it back and reboot
***Always Remember the BACKUP the files AND make a nandroid before hand***
and you also will need root
Thanks guys!
This is a fix for the audio skipping when playback starts (audiophiles must have noticed it, while others dont bother ) and audio howling/distortion on full volume.
The audio_hw module is taken from omni, so thanks @rooque for that. And the MTP (acdbs) are mi note's files taken from ivans repo .
Tested working on rr and aicp.
Flash using CWM/TWRP.
Please test and confirm.
Thank You.
Edit: Updated the zip file since it was causing puchier sound in earpiece.
I guess it is to fix audio cracking when in full volume for speaker
24likan said:
I guess it is to fix audio cracking when in full volume for speaker
Click to expand...
Click to collapse
Yes and it also fixes audio skipping in the begining.
vasishath said:
Yes and it also fixes audio skipping in the begining.
Click to expand...
Click to collapse
Thanks bro
vasishath said:
This is a fix for the audio skipping when playback starts (audiophiles must have noticed it, while others dont bother ) and audio howling/distortion on full volume.
The audio_hw module is taken from omni, so thanks @rooque for that. And the MTP (acdbs) are mi note's files taken from ivans repo .
Tested working on rr and aicp.
Flash using CWM/TWRP.
Please test and confirm.
Thank You.
Edit: Updated the zip file since it was causing puchier sound in earpiece.
Click to expand...
Click to collapse
after flashing the zip,the sound quality has improved drastically but i am facing a bug now..Whenever i call someone with loudspeaker on,the other person cant hear anything...infact i am able to hear my voice from the mic as if my voice is getting reflected back...please fix this issue...thanks
Not works on los 14.1,it give no sounds,both speaker and headset
This mod enables the Earpiece speaker to be used at the same time with the main rear speaker when using listening to music, and watching videos etc...
Updated
Now TRUE STEREO with Earpiece playing the LEFT channel and rear speaker playing the RIGHT channel. Test with app of your choice.
Click to expand...
Click to collapse
To install open the zip file and extract the "default_gain.conf" file and copy it to "/system/etc/default_gain.conf" using your preferred method.
Then set permissions to rw-r-r or 0644 ( e.g "chmod 0644 /system/etc/default_gain.conf" ) and REBOOT your device.
Volume levels are pushed to maximum possible without distortion with EQ on Earpiece speaker to remove low frequencies. Good luck.
Works on my SM-910K running MarshMallow 6.0.1.
WARNING!!!
THIS HAS ONLY BEEN TESTED ON THE DEVICE MENTIONED ABOVE. MAKE SURE TO BACKUP YOUR DEFAULT "default_gain.conf" FILE BEFORE INSTALLING THE NEW ONE.
(E.g "adb pull /system/etc/default_gain.conf [safe location here]" or "adb shell cp /system/etc/default_gain.conf /sdcard/default_gain.conf.bak" )
To be SAFE DO a NANDroid backup in Recovery.
Happy modding.
NOTE:
If you cannot find "/system/etc/default_gain.conf" file on your device then this MOD will NOT WORK for you. If that is the case you can try the other surround mods for other variants of the Note 4. This has only been tested to work on the N910K.
I created this one because the mods for the other variants didn't work on my phone since it uses the "default_gain.conf" file instead of the 'normal' "mixer_paths.xml" file.
Source
https://github.com/salvenose/dual_mod
Changelog
v1 -> Initial Dual Speaker Mod
v2 -> Upgrade to true stereo
v3 -> Fix for audio leak through earpiece while Headphone connected
Tried it on my N910F running 6.0.1 and seems like it works,but need to cover the main speaker to hear anything from the earpiece.
alexetna95 said:
Tried it on my N910F running 6.0.1 and seems like it works,but need to cover the main speaker to hear anything from the earpiece.
Click to expand...
Click to collapse
If there was a quick ON/OFF toggle you would notice that it makes quite a difference than with it turned off completely. Especially when you receive a notification etc... with your phone lying on a flat surface.
I haven't yet figured out how to manipulate the EQ settings for the front earpiece so that it only outputs mid-treble range without any bass.
Once I do, I'll be able to boost the volume without causing distortion. Otherwise it might damage the earpiece.
Where shoud I found that toogle ?
Actually I didn't find a "default_gain.conf" file in etc,so I just simply copied the one from your mod zip.
alexetna95 said:
Where shoud I found that toogle ?
Actually I didn't find a "default_gain.conf" file in etc,so I just simply copied the one from your mod zip.
Click to expand...
Click to collapse
If you didn't find a "default_gain.conf" file then the mod definitely won't work. It's not working for you.
Would this work on N910U?
It works on the 910C running Nemesis
Good job OP, this mod on 910C it is been hit and miss with a lot of distortion. This is the best implementation I have used. ?
Finaly N910c has this mod
It is working. Thank you very much :highfive::highfive:
Came from @mangui's post in NEMESIS REFINED V3.8.5 N7 Port by*ananjaser1211
Confirmed!!! This work good on 910C , thanks very good mod
Working, but after first call - microphone stop working
Fixed call microphone
alextalexus said:
Working, but after first call - microphone stop working
Click to expand...
Click to collapse
I've fixed it ?
Hi theres a bug
when I plug in earphones , sound still comes out of front mic
Here is the source pushed to GitHub
https://github.com/salvenose/dual_mod
Possible Fix
Ryuce said:
Hi theres a bug
when I plug in earphones , sound still comes out of front mic
Click to expand...
Click to collapse
Can you tell me if this fix works
https://raw.githubusercontent.com/salvenose/dual_mod/master/default_gain.conf
sVenose said:
Can you tell me if this fix works
https://raw.githubusercontent.com/salvenose/dual_mod/master/default_gain.conf
Click to expand...
Click to collapse
Thanks bro its fixed!
Ryuce said:
Thanks bro its fixed!
Click to expand...
Click to collapse
Alright. Just added v3 to the original post. Have a nice day and God bless you.
Wooooow
Thats awesome
V3 Working great on N910C ,
I found another bug
When i make phone call people i call cant hear me
Ryuce said:
I found another bug
When i make phone call people i call cant hear me
Click to expand...
Click to collapse
Yes i have the same problem,
I have to restart my phone, then it worka fine
Hi again,
After update to erobotrom v1.2, I have the same problem - microphone stop working. Somebody have the original mixer_path and default_gain or the other solution for this problem. Thx.
Hey guys!
So I wrote up this post over on the XDA Portal on how to increase the headphone jack volume on the OnePlus 6. I then realised when I updated my device that that change had reset. As a result, I spent a couple of minutes putting together a Magisk module to make that change for you. It works for every OOS version released so far. Just download it below, install it in Magisk and you're good to go! It should work on custom ROMs, but I haven't tried that yet.
Google Drive
I have also made a module which enables acervenky's stereo speaker modification too.
Google Drive
Let me know if there are any issues
Works like a charm!
Could you make another one with the value at 95
nill0r said:
Works like a charm!
Could you make another one with the value at 95
Click to expand...
Click to collapse
Sure thing! I'm out at the moment but I'll be sure to do it later. I'll label them in the post
Why dont't you upload it to magisk itself?
Can you make a version that works with the latest stereo speakers mod (v3) ?
sorry
how can i remove OP6-Stereo_Magisk_Headphone_Jack this mod!
iou9999 said:
sorry
how can i remove OP6-Stereo_Magisk_Headphone_Jack this mod!
Click to expand...
Click to collapse
Uninstall it from magisk
Deleted
Harsh Keswani said:
Deleted
Click to expand...
Click to collapse
Okay so it did work for me, but it only works for YouTube, not for the stuff downloaded. Whenever I play downloaded music from my music player, it doesn't sound loud, rather it sounds the same. Is there any way that I can increase the volume from my music player?
Is there anything you could do about the Bluetooth volume? That would be really appreciated mate. Thanks!
Morning, when I try to download the file on my OnePlus 6 it's saying it's an unsupported file type
Regards
Adam_Conway said:
Hey guys!
So I wrote up this post over on the XDA Portal on how to increase the headphone jack volume on the OnePlus 6. I then realised when I updated my device that that change had reset. As a result, I spent a couple of minutes putting together a Magisk module to make that change for you. It works for every OOS version released so far. Just download it below, install it in Magisk and you're good to go! It should work on custom ROMs, but I haven't tried that yet.
Google Drive
I have also made a module which enables acervenky's stereo speaker modification too.
Google Drive
Let me know if there are any issues
Click to expand...
Click to collapse
This really sucks because I have the same problem. I'm using a systemless root with Magisk and I can't directly edit the mixer path file without it reverting. Likewise, I'm unable to load this .zip file in Magisk because it says unsupported file. Any idea how I'm supposed to get this working? I'd really like to see if adjusting this to 90 would help drive my B&O H6 headphones!
marriusf81 said:
Is there anything you could do about the Bluetooth volume? That would be really appreciated mate. Thanks!
Click to expand...
Click to collapse
This would be great, Bluetooth headphone users don't get the flar2 gain control so we can only alter volume with v4a, which doesn't output enough imo
Thank you brooooooo this world great! :highfive:
Why don't just use V4A FX? it will loud all system volume, you can choose between headphones and speaker and can perform every changes or just loud up the volume...just a suggestion
Guy's, just rename name of the file, for example boost.zip and everything is fine, flashing on magisk work like a charm.
Doesn't work on havoc rom latest version 13/11 bootloop
NeroNext said:
Why don't just use V4A FX? it will loud all system volume, you can choose between headphones and speaker and can perform every changes or just loud up the volume...just a suggestion
Click to expand...
Click to collapse
Because v4a isnt systemwide. It breaks on notifications without another magisk module to patch that, and the gain is limited, and the effects arent reliable, they tend to randomly do "Processing: No"
---------- Post added at 04:31 AM ---------- Previous post was at 04:30 AM ----------
Jeewee77 said:
Doesn't work on havoc rom latest version 13/11 bootloop
Click to expand...
Click to collapse
Works good on 14/11 build
efinityy said:
Because v4a isnt systemwide. It breaks on notifications without another magisk module to patch that, and the gain is limited, and the effects arent reliable, they tend to randomly do "Processing: No"
---------- Post added at 04:31 AM ---------- Previous post was at 04:30 AM ----------
Latest version is systemwide, and yes is limited butquite loud in my opinion, never have any issue, but i was just wandering why, don't wanna start a discussion about this OT
Click to expand...
Click to collapse
NeroNext said:
efinityy said:
Because v4a isnt systemwide. It breaks on notifications without another magisk module to patch that, and the gain is limited, and the effects arent reliable, they tend to randomly do "Processing: No"
---------- Post added at 04:31 AM ---------- Previous post was at 04:30 AM ----------
Latest version is systemwide, and yes is limited butquite loud in my opinion, never have any issue, but i was just wandering why, don't wanna start a discussion about this OT
Click to expand...
Click to collapse
Its systemwide in a Sense, but not really, There is audio ducking on notifications, hence the module "notification_helper remover"
And v4a hasnt Been updated in years, only some People modded the ui and Called it new, unfortunatley There hasnt Been anything touched in v4a's processing in years
Click to expand...
Click to collapse
Hi,
I noticed a weird static noise in my headphones when listening to music or any app using the default Android output. This is strong enough to be annoying at the lowest volume steps, and I can also notice it at higher volume when the track is quiet.
I think this noise is here from the start : H930DS HK bought in November, ROMs open EU 21o to 22j and even stock HK ROM if I remember correctly (I followed the WTF thread as soon as I received it but I tried it on original HK ROM). It is completely independent from headphones, but I don't have high impedance ones to test if it would disappear in this situation.
However, I am a proud user of Poweramp... and the experimental high res output (set up on 24 bits / 48kHz) is able to completely annihilate the static noise for all my tracks (encoded 16 or 24 bits / 44100Hz to 96kHz, flac or 320 MP3). Quad DAC section effects are working but unfortunately DTS:X is bypassed. In fact, if I disable Direct Volume Control the noise is back : in this situation it seems I can't use any audio effect.
I am completely unable to recreate this effect with Ainur Narsil or any audio mod (like Ainur, then I stopped experimenting with it as I read somewhere it would disable the Quad DAC).
How is this possible ? I already spent hours studying system .xml files, XDA threads and tried installing/uninstalling audio mods, but I didn't find any solution. My android audio knowledge is limited, so I came here to figured this out : does anyone have a suggestion ?
Thanks for reading this looooooong post :victory: !
Jilano34 said:
Hi,
I noticed a weird static noise in my headphones when listening to music or any app using the default Android output. This is strong enough to be annoying at the lowest volume steps, and I can also notice it at higher volume when the track is quiet.
I think this noise is here from the start : H930DS HK bought in November, ROMs open EU 21o to 22j and even stock HK ROM if I remember correctly (I followed the WTF thread as soon as I received it but I tried it on original HK ROM). It is completely independent from headphones, but I don't have high impedance ones to test if it would disappear in this situation.
: !
Click to expand...
Click to collapse
If you have any audio mod, uninstall all of them.
use Hifi status app to check whther your headphone is recognized as high impendance due to bae connection.
Overall, the static noise only happens on HIM mode ( which turn avc to 0 hence generate the noise), so if you have any mod that force HIm mod, it will make that noise. if everything is still happens with my suggestion (no HIM mode mod, and headphone recognize as normal headphone) you can try changing the avc from 14 to higher (18 or 20)
Mrxyzl said:
If everything is still happens with my suggestion (no HIM mode mod, and headphone recognize as normal headphone) you can try changing the avc from 14 to higher (18 or 20)
Click to expand...
Click to collapse
So, I deleted all my audio related mods and even reinstalled my custom kernel with HIM disabled. HiFi app does not show high impedance whatsoever, but the noise is still here...
I'm trying to figure out by myself how to modify the AVC, but I have a few questions : can I achieve that through system file modification (I will make my personal Magisk mod then) ? If it's the case, will I need aml when using audio mod ?
Thank you a lot for your answer.
Jilano34 said:
So, I deleted all my audio related mods and even reinstalled my custom kernel with HIM disabled. HiFi app does not show high impedance whatsoever, but the noise is still here...
I'm trying to figure out by myself how to modify the AVC, but I have a few questions : can I achieve that through system file modification (I will make my personal Magisk mod then) ? If it's the case, will I need aml when using audio mod ?
Thank you a lot for your answer.
Click to expand...
Click to collapse
are you on stock? try modified the mixer_path_tavil.xml in vendor/etc. try searching for ess dac start then modified the next following avc value (one is 14 one is 0) to 16 or 18 to see how it goes
Mrxyzl said:
are you on stock? try modified the mixer_path_tavil.xml in vendor/etc. try searching for ess dac start then modified the next following avc value (one is 14 one is 0) to 16 or 18 to see how it goes
Click to expand...
Click to collapse
Well, I am on stock so I found the ESS DAC section in mixer_path_tavil and started to experiment with the values. I still don't understand which section serve which purpose, but with the avc value to 21 (3 times higher than the standard value from Anxious V30 mod) for the dac sections and 9 for the aux sections, the static noise is now gone.
I spend a long time trying to understand how mixer_path_tavil works... Is there a complete manual somewhere I can study ?
Jilano34 said:
Well, I am on stock so I found the ESS DAC section in mixer_path_tavil and started to experiment with the values. I still don't understand which section serve which purpose, but with the avc value to 21 (3 times higher than the standard value from Anxious V30 mod) for the dac sections and 9 for the aux sections, the static noise is now gone.
I spend a long time trying to understand how mixer_path_tavil works... Is there a complete manual somewhere I can study ?
Click to expand...
Click to collapse
For your information, hifi-dac = normal headphone, hifi-dac-advanced = high impedance headphone, hifi-dac-aux = aux (car or speaker)
The value is as following
ctl name="Es9018 AVC Volume" value="8" /> --> stock is 14, the higher, the smaller volume output, FYI, AVC stand for analogue volume control (basically should make less noise comparing to digital gain)
<ctl name="Es9018 Master Volume" value="0" /> --> no idea, should have no effect on audio quality, seem the lower the louder volume is
<ctl name="Es9018 HEADSET TYPE" value="1" /> --> type of headset, 1 = normal, 2 = high impedance, 3 = aux, this should determine the voltage output ( supposed so, but voltage output also hardcoded in kernel , so no idea how this turn out)
Edit: My headphone (64 Ohm custom headphone) was fine with HIM set at 8 (not 0), as i talked with John (developer of Ainur and narsil) , he said that he have no prob on his headphone, so it all fall down to headphone quality or so
Edit2: yes anxious mod modified to pseudo forced HIm mode and also mess up with DTS value (IMO, worse than stock)
Jilano34 said:
Well, I am on stock so I found the ESS DAC section in mixer_path_tavil and started to experiment with the values. I still don't understand which section serve which purpose, but with the avc value to 21 (3 times higher than the standard value from Anxious V30 mod) for the dac sections and 9 for the aux sections, the static noise is now gone.
I spend a long time trying to understand how mixer_path_tavil works... Is there a complete manual somewhere I can study ?
Click to expand...
Click to collapse
I just want to point out that modding the values DOES NOT force HIM or AUX mode. Anxious and another op pointed this out as well.
Sent from my LG-H932 using XDA Labs
---------- Post added at 09:29 AM ---------- Previous post was at 09:27 AM ----------
Mrxyzl said:
are you on stock? try modified the mixer_path_tavil.xml in vendor/etc. try searching for ess dac start then modified the next following avc value (one is 14 one is 0) to 16 or 18 to see how it goes
Click to expand...
Click to collapse
That only changes volume lvl. It does not set DAC mode.
Sent from my LG-H932 using XDA Labs
BROKEN1981 said:
I just want to point out that modding the values DOES NOT force HIM or AUX mode. Anxious and another op pointed this out as well.
Sent from my LG-H932 using XDA Labs
---------- Post added at 09:29 AM ---------- Previous post was at 09:27 AM ----------
That only changes volume lvl. It does not set DAC mode.
Sent from my LG-H932 using XDA Labs
Click to expand...
Click to collapse
And yes, no one talking about changing the mode , he just had a problem with noise, i tell him to change the value and problem gone
I don't care about forced HIM (or falsified/pseudo/...), as I understand it's just a gain (you're not wasting your arguments on other threads @BROKEN1981 !). The modded DTS parameters I use are from JohnFawkes (he published them a while ago) and I like this side-by-side effect. In fact I state using Anxious mod but I edit it to match my needs... And now, I have installed narsil and jamesdsp : thanks to both of you my setup is perfect and noiseless.
I just don't understand how Poweramp with its HiFi Audio can clean all static noise without lowering my volume or anything... This is really weird.
Jilano34 said:
I don't care about forced HIM (or falsified/pseudo/...), as I understand it's just a gain (you're not wasting your arguments on other threads @BROKEN1981 !). The modded DTS parameters I use are from JohnFawkes (he published them a while ago) and I like this side-by-side effect. In fact I state using Anxious mod but I edit it to match my needs... And now, I have installed narsil and jamesdsp : thanks to both of you my setup is perfect and noiseless.
I just don't understand how Poweramp with its HiFi Audio can clean all static noise without lowering my volume or anything... This is really weird.
Click to expand...
Click to collapse
Glad you have it sorted out, sucks when you have static when you're trying to listen to music.
Sent from my LG-H932 using XDA Labs