@boom1982 Have no clue what you mean. voice and audio together at the same time from the speaker?@tweakradje
Hi)
Many phones have already made a stereo sound (when the multimedia and spoken speakers sound together)
can you do also for redmi 4x?![]()
I heard of mixing microphone with audio on headphones for security when in traffic.
source: http://en.miui.com/forum.php?mod=viewthread&tid=772720-In headset mode, added a little "ambient feedback" reproducing ambient sounds capturated by headset microphone on your ears (very low volume to don't affect music).
Try to add these 6 lines to /etc/mixer_paths_qrd_sku1.xml file:
Code:
<path name="headphones">
<ctl name="MI2S_RX Channels" value="Two" />
<ctl name="RX1 MIX1 INP1" value="RX1" />
<ctl name="RX2 MIX1 INP1" value="RX2" />
<!-- add mic input to stream with these 4 lines -->
<ctl name="IIR2 INP1 MUX" value="RX1" />
<ctl name="IIR3 INP1 MUX" value="RX2" />
<ctl name="RX1 MIX2 INP1" value="IIR2" />
<ctl name="RX2 MIX2 INP1" value="IIR3" />
<ctl name="RDAC2 MUX" value="RX2" />
<!-- control volume of mic with these 2 lines-->
<ctl name="IIR2 INP1 Volume" value="92" />
<ctl name="IIR3 INP1 Volume" value="92" />
<ctl name="HPHL" value="Switch" />
<ctl name="HPHR" value="Switch" />
<ctl name="headset amp" value="ENABLE"/>
</path>
Last edited: