He intentado subir el volumen máximo que se puede obtener a través de la toma de audio de mi teléfono (Nexus 5). No soy un gran fan de instalar aplicaciones de ecualización o de aumento de volumen, así que pensé en hacerlo de manera técnica:
Los foros de XDA sugieren un "MOD" que implica la modificación de su mixer_paths.xml
archivo ubicado en /system/etc/
(Se requiere acceso a root, naturalmente) para aumentar el volumen del altavoz o de los auriculares más allá de los límites establecidos:
Find: <path name="speaker">
You will see this string just below it: "RX7 Digital Volume" value="88"
The value is the only part we are going to adjust.
For the mod above, I changed the value to "93".
The default value is "88" and I would suggest not to go over "95".
To change the Headphone volume:
Find: <path name="headphones"> Look for these strings below it:
"HPHL Volume" value="15"
"HPHR Volume" value="15"
Again all we are changing is the values (ensure both are set at the same number).
For the mod above, I changed the values to "20". The default values are "15" and I would suggest not to go over "20".
¿Cómo funciona esto? ¿Android limita artificialmente el volumen máximo y este "MOD" sobrepasa esos límites? ¿O compromete la calidad del audio?