Keith Huang

Results 36 comments of Keith Huang

Hi @brett-lynnes, Just to clarify you are using PreviewAlexaClient as the base for your application?

Hi, the SDK's reference implementation uses PulseAudio for volume control. It appears currently that the PulseAudio BlueZ plugin does not natively support Absolute Volume. However, these messages are being sent...

@indrachatterjee86, Are you compiling with -DBLUETOOTH_BLUEZ_PULSEAUDIO_OVERRIDE_ENDPOINTS=ON? This cmake parameter causes the PulseAudio Bluetooth modules to be unloaded and reloaded by the SDK. Are you seeing any errors in the SDK...

Hi @mohitbansal19, Apologies for the delayed response. Have you made any progress in getting the PulseAudio Bluetooth modules to reload?

If both BT music and AVS music are playing concurrently, it means that the SDK is not currently managing Bluetooth playback. The PulseAudioBluetoothInitializer will initialize the PulseAudio Bluetooth modules in...

Hi @mohitbansal19, In order for the AVS SDK process to control Bluetooth focus with the BlueZ/PulseAudio implementation, the BT audio should be routed through to the SDK. In previous discussions,...

Hi @JordanTaylo, Can you please confirm if androidConfig.txt contains valid JSON? Ie, there are no missing or invalid characters?

Closing due to inactivity. If there are additional requests for support, please create a new ticket linking to this one.

Hi @pavlonadolynskyi, Thank you for pointing this out. We are investigating the issue internally.

Hi, Thank you for raising this. It is interesting that changing the wait time of the underlying std::condition_variable is affecting spurious wake up behavior. Can you please also share the...