Showing posts with label Skype. Show all posts
Showing posts with label Skype. Show all posts

Friday, 15 July 2016

Resurrection ROM Skype speakerphone issue



Hi, sorry, I can't post in the Resurrection ROM's thread because I don't have enough posts.

Tried on latest stable and unstable Resurrection ROMs (0714), and skype mic does not work when in speakerphone mode. Here are the logs during the switch:

I'm not sure if this is the real reason, but according to the logs, it looks like skype is trying to access "speaker-mic" input, which in turn tries to access ACDB device id 11, which does not exist in audio_platform_info.xml file.


Code:


07-15 18:00:27.433  653  1533 D audio_hw_primary: out_set_parameters: enter: usecase(0: deep-buffer-playback) kvpairs: routing=2
07-15 18:00:27.442  653  1532 D audio_hw_primary: out_set_parameters: enter: usecase(12: audio-ull-playback) kvpairs: routing=2
07-15 18:00:27.563  653  1530 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
07-15 18:00:27.564  653  1530 D audio_hw_primary: select_devices: out_snd_device(0: ) in_snd_device(52: speaker-mic)
07-15 18:00:27.564  653  1530 D audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-record
07-15 18:00:27.585  653  1530 D hardware_info: hw_info_append_hw_type : device_name = handset-mic
07-15 18:00:27.585  653  1530 D audio_hw_primary: disable_snd_device: snd_device(43: handset-mic)
07-15 18:00:27.591  653  1530 D hardware_info: hw_info_append_hw_type : device_name = speaker-mic
07-15 18:00:27.591  653  1530 D audio_hw_primary: enable_snd_device: snd_device(52: speaker-mic)
07-15 18:00:27.597  653  1530 I audio_hw_utils: audio_extn_utils_send_app_type_cfg CAPTURE app_type 69938, acdb_dev_id 11, sample_rate 48000
07-15 18:00:27.598  653  1530 D ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 11, path = 1, app id = 0x11132, sample rate = 48000
07-15 18:00:27.598  653  1530 D        : Failed to fetch the lookup information of the device 0000000B
07-15 18:00:27.598  653  1530 D ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
07-15 18:00:27.598  653  1530 D ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 16
07-15 18:00:27.598  653  1530 D ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 11, Topology Id 112fb
07-15 18:00:27.598  653  1530 D        : Failed to fetch the lookup information of the device 0000000B
07-15 18:00:27.598  653  1530 D ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 11 path = 1
07-15 18:00:27.598  653  1530 D audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-record
07-15 18:00:27.611  653  1530 D audio_hw_primary: select_devices: done
07-15 18:00:27.611  653  1530 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
07-15 18:00:27.612  653  1530 D audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback
07-15 18:00:27.649  653  1530 D hardware_info: hw_info_append_hw_type : device_name = handset
07-15 18:00:27.649  653  1530 D audio_hw_primary: disable_snd_device: snd_device(1: handset)
07-15 18:00:27.653  653  1530 D aud_dev_arbi: releaseOneDevice: not sending command, device argument (1) does not match any registered device
07-15 18:00:27.653  653  1530 D aud_dev_arbi: releaseOneDevice: device 1 owner is 0
07-15 18:00:27.653  653  1530 I msm8974_platform: platform_check_and_set_codec_backend_cfg: Usecase bitwidth 16, samplerate 48000
07-15 18:00:27.653  653  1530 I msm8974_platform: platform_check_and_set_codec_backend_cfg: new_snd_devices[0] is 2
07-15 18:00:27.653  653  1530 I msm8974_platform: platform_check_codec_backend_cfg Codec selected backend: 0 current bit width: 16 and sample rate: 48000
07-15 18:00:27.653  653  1530 W msm8974_platform: platform_check_codec_backend_cfg:Use default bw and sr for voice/voip calls
07-15 18:00:27.653  653  1530 D msm8974_platform: platform_check_codec_backend_cfg: resetting sample_rate back to default, backend_idx: 0
07-15 18:00:27.653  653  1530 I msm8974_platform: platform_check_codec_backend_cfg Codec selected backend: 0 updated bit width: 16 and sample rate: 48000
07-15 18:00:27.653  653  1530 D hardware_info: hw_info_append_hw_type : device_name = speaker
07-15 18:00:27.654  653  1530 D audio_hw_primary: enable_snd_device: snd_device(2: speaker)
07-15 18:00:27.654  653  1530 D aud_dev_arbi: acquireOneDevice: device owner for device 2 is 1
07-15 18:00:27.660  653  1530 I audio_hw_primary: select_devices Selected apptype: 69937
07-15 18:00:27.661  653  1530 I audio_hw_utils: audio_extn_utils_send_app_type_cfg PLAYBACK app_type 69937, acdb_dev_id 15, sample_rate 48000
07-15 18:00:27.661  653  1530 D ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 15, path = 0, app id = 0x11131, sample rate = 48000
07-15 18:00:27.661  653  1530 D ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
07-15 18:00:27.661  653  1530 D ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 16
07-15 18:00:27.661  653  1530 D ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 15, Topology Id 1025e
07-15 18:00:27.661  653  1530 D ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 15 path = 0
07-15 18:00:27.661  653  1530 D audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-playback quat_i2s
07-15 18:00:27.701  653  1530 D audio_hw_primary: select_devices: done
07-15 18:00:27.702  653  1530 D audio_hw_extn: audio_extn_set_anc_parameters: anc_enabled:0
07-15 18:00:27.705  653  1530 D ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 40
07-15 18:00:27.705  653  1530 W msm8974_platform: platform_send_gain_dep_cal: Usecase list is empty
07-15 18:00:27.709  653  8510 D audio_hw_primary: in_set_parameters: enter: kvpairs=input_source=7;routing=-2147483520
07-15 18:00:27.730  653  1530 D AudioFlinger: mixer(0xf23c0000) throttle end: throttle time(2)
07-15 18:00:28.079  3146  3501 D HeadsetStateMachine: Disconnected process message: 10, size: 0


Any help would be greatly appreciated.



Skype feedback noise problem



Does anyone else find Skype is unusable in video mode?
It seems to get a weird loud background noise.

It goes away in earpiece mode but speaker mode is unusable!?



Monday, 11 July 2016

Amazon Fire Phone Video call IMO , SKYPE and MESSENGER SNAPCHAT not working



Amazon Fire Phone Video call IMO , SKYPE and MESSENGER SNAPCHAT not working can any one tell me how to fix this ?



Friday, 1 July 2016

How to use the Metro (Windows RT) Skype version?



Hi,
there are two Skype versions for Windows 8.1 / RT out there:

Windows 8.1: skype_3.1.0.1016
Windows RT: skype_3.1.0.1021

Obviously the Windows 8.1 version doesn't work anymore, while the Windows RT version seems to work fine. Is there any way to get the Windows RT version working on Windows 8.1?

Regards,
Insignificant