AudioTrack/AudioRecord timestamps are off by 30ms
when tested with the Clarity app
Bug: 158430162
Test: Manual test with Clarity apk
Signed-off-by: millerliang <millerliang@google.com>
Change-Id: I5ce5027badcf4de9f5047936a3575baef421d26c
audio_platform_info.xml:
Modify Record acdb id path
<device name="SND_DEVICE_IN_USB_HEADSET_MIC" acdb_id="44"/> => From 4 to 44
<device name="SND_DEVICE_IN_VOICE_RECOG_USB_HEADSET_MIC" acdb_id="143"/> => New add
ACDB:
1. HAC FB fine tune from Annie
2. HE Recording (acdb id :44) modify
- Change Recording topology to AUDIO_TX_MONO_COPP_MBDRC_V4
- Apply parameter, 18dB gain in Audio Mic gain , and pre-gain set to 0x1 in IIR
Bug: 158717246
Test: Verified by H/W
Signed-off-by: Jason Hsu <jasonchhsu@google.com>
Change-Id: I2fd20bdccd344807b4b98ec389088318345ff5b9
1. For mixer_paths_noextcodec_snd.xml,
a. Change gain setup from 0dB(value 23) to 22dB(value 52) of path name "voice-rec-mic".
b. Add strings for gain visibility of path name "handset-stereo-dmic-ef".
c. Change gain setup from 13dB(value 40) to 22dB(value 52) and add strings for gain visibility of path name "voice-rec-dmic-ef".
d. Change gain setup from 0dB(value 23) to 22dB(value 52) of path name "three-mic".
e. Change gain setup from 0dB(value 23) to 5dB(value 30) and add strings for gain visibility of path name "unprocessed-mic".
f. Change gain setup from 13dB(value 40) to 5dB(value 30) and add strings for gain visibility of path name "unprocessed-stereo-mic".
g. Change gain setup from 0dB(value 23) to 5dB(value 30) and add strings for gain visibility of path name "unprocessed-three-mic".
2. For audio_platform_info_noextcodec_snd.xml,
a. Apply acdb id_144 for SND_DEVICE_IN_VOICE_REC_DMIC_STEREO.
b. Update "microphone_characteristics" and "input_snd_device_mic_mapping" to fit R3 configurations.
Bug: 145244105
Test: Verified by H/W
Signed-off-by: Jason Hsu <jasonchhsu@google.com>
Change-Id: I5cc6c87c0a4cf100e993fce1906a253966bc564c
Add backend for speaker and bluetooth headset
Separate backend name between handset and speaker
Bug: 149062941
Test: ringtone and voice call
Signed-off-by: justinweng <justinweng@google.com>
Change-Id: Iaecf1659193859025bf01258afd3018ceefeb488
correct mic channel mapping setting
Bug: 151389403
Test: Manual test audio basic function and solo test tool
Signed-off-by: Jason Hsu <jasonchhsu@google.com>
Change-Id: I7ac3f934d8b3dc42dbb4af88bfaae72a8e045bc0
Bug: 146538232
Test: Youtube resume has sound after reject incoming call
Change-Id: Ic675ed57d4f683ed048e605c405ff2495394aa29
Signed-off-by: Robert Lee <lerobert@google.com>
Add backend for speaker and bluetooth headset
Separate backend name between handset and speaker
Bug: 149062941
Test: ringtone and voice call
Signed-off-by: justinweng <justinweng@google.com>
Change-Id: Iaecf1659193859025bf01258afd3018ceefeb488
correct mic channel mapping setting
Bug: 151389403
Test: Manual test audio basic function and solo test tool
Signed-off-by: Jason Hsu <jasonchhsu@google.com>
Change-Id: I7ac3f934d8b3dc42dbb4af88bfaae72a8e045bc0
Bug: 146538232
Test: Youtube resume has sound after reject incoming call
Change-Id: Ic675ed57d4f683ed048e605c405ff2495394aa29
Signed-off-by: Robert Lee <lerobert@google.com>
1. sync acdb setting
2. add echo ref for voip case
Bug: 144979768
Test: local
Change-Id: I638dd7d89d4693541ff0b4e79e4054aa0a497498
Signed-off-by: yixuanjiang <yixuanjiang@google.com>