Dmitry Romanenko

Results 73 comments of Dmitry Romanenko

Just fyi for everyone here, there's point in troubleshooting FAQ that pretty much says that it's to do with some HAL implémentation for audio by vendor. https://telegra.ph/Pixelify-Troubleshooting-and-FAQ-05-08 My blind guess:...

> Try to connect WiFi as unmetered connection and toggle for assistant voice. When you initiate assistant its using local offline files (downloading them is prerequisite of assistant setup), not...

> > > Try to connect WiFi as unmetered connection and toggle for assistant voice. > > > > > > When you initiate assistant its using local offline files...

@voidzero Can you provide full example config with two nodes (host and client) to show expected behaviour in details?

I'm not sure, based on official docs it's used always, but defaulted to bunch of 0s when not configured by user. It could help to further restrict one-to-one relationship between...

Made PR with details. (ignore the part for client identifier from above post, I reread the source and its related to public keys, not to preshared keys)

In fact, similar behaviour happens with AvroFormat. Decimals are just not represented correctly at all. The only way to bypass this for me was casting stuff to string before giving...

@mproch problem also happens in AvroFormat, so its not just JsonFormat bug. If following your logic, then we probably see encoded bytes array in result sink. So, options. 1. Change...

Any clue on solution for this? Casting sounds like a hack, would be good to have plain types.

Closing this, #35 is more complete