Update to version 1.22 (Bookworm) and 2.18 (Trixie) is already available

hudiy
Site Admin
Posts: 642
Joined: Mon Jul 14, 2025 7:42 pm

Update to version 1.22 (Bookworm) and 2.18 (Trixie) is already available

Post by hudiy »

We are happy to announce that Hudiy 1.22/2.18 is now available. You can find the release highlights below:

Equalizer

We optimized the DSP equalizer algorithms to reduce CPU usage. We also added Bass and Treble boost effects, allowing you to fine-tune high and low frequencies independently. While similar to the "Loudness" effect, this feature offers more granular control, letting you adjust both the frequency threshold and the gain.

The bass and treble boost effects can also be controlled via the API.

Updated equalizer presets for the new algorithms can be found on our GitHub: https://github.com/wiboma/hudiy/blob/ma ... .json#L146

Bluetooth

We have improved the connection process between the phone and Hudiy. The HFP profile now connects in a more reliable way, especially during initial pairing.

Dummy profiles

We added the ability to register dummy HFP and A2DP profiles directly from Hudiy. This should simplify the setup when Android Auto audio is routed through another Bluetooth device (e.g., a factory head unit), while Hudiy handles the Android Auto projection. When these features are enabled, profile registration by OS components (e.g., PipeWire) should be disabled to prevent conflicts.

Direct renderer

We have adapted the direct renderer for the recently released 6.18 kernel on Raspberry Pi.

Other improvements
  • Ability to position and size overlays relatively to the Hudiy window.
  • Ability to overwrite colors in both dark and light themes.
  • Ability to enable/disable caching HTML/JS content loaded by the WebView (widgets, overlays, applications).
  • New API message to track the last visible action.

---------------------------

You can download and install the update using the updater program – https://github.com/wiboma/hudiy/blob/ma ... d#updating

Please note that the updater performs an incremental update (version by version) to avoid the OS corruption during the update process. If you are using an older version of Hudiy, you may need to run the updater multiple times. You can check your current version in Menu -> Hudiy -> Settings -> About.

A description of all new features and configuration options is available on our GitHub in the updated documentation – GitHub.

screenshot51.png
screenshot52.png
You do not have the required permissions to view the files attached to this post.
Hudiy Team
wkl3968
Posts: 112
Joined: Thu Aug 07, 2025 12:22 pm

Re: Update to version 1.22 (Bookworm) and 2.18 (Trixie) is already available

Post by wkl3968 »

Hi Hudiy,
May I know why echo-cancel playback feed into hudiy_equalizer_sink and not the reverse?
hudiy
Site Admin
Posts: 642
Joined: Mon Jul 14, 2025 7:42 pm

Re: Update to version 1.22 (Bookworm) and 2.18 (Trixie) is already available

Post by hudiy »

wkl3968 wrote: Wed Jul 08, 2026 6:32 am Hi Hudiy,
May I know why echo-cancel playback feed into hudiy_equalizer_sink and not the reverse?
Hello,
The default routing should be as in the picture below. It didn't change between the versions. Echo cancel always outputs to the audio device.
audio_routing.png
You do not have the required permissions to view the files attached to this post.
Hudiy Team
wkl3968
Posts: 112
Joined: Thu Aug 07, 2025 12:22 pm

Re: Update to version 1.22 (Bookworm) and 2.18 (Trixie) is already available

Post by wkl3968 »

Thanks. It seems like Hudiy still using a mixture of pipewire/wireplumber and pulseaudio for the audio setup. Is my understanding correct?
hudiy
Site Admin
Posts: 642
Joined: Mon Jul 14, 2025 7:42 pm

Re: Update to version 1.22 (Bookworm) and 2.18 (Trixie) is already available

Post by hudiy »

wkl3968 wrote: Thu Jul 09, 2026 5:21 am Thanks. It seems like Hudiy still using a mixture of pipewire/wireplumber and pulseaudio for the audio setup. Is my understanding correct?
PipeWire has a PulseAudio-compatible interface and it's a drop-in replacement for PulseAudio. PipeWire and WirePlumber are standard components to handle audio in Debian/Raspberry Pi OS and there is no other 'clean' way to serve audio from an application's POV.
Hudiy Team
alex124.rh
Posts: 149
Joined: Thu Jul 31, 2025 9:18 am

Re: Update to version 1.22 (Bookworm) and 2.18 (Trixie) is already available

Post by alex124.rh »

Hi there

Thanks for this update. After updating from 2.6 through to 2.18 i have now started having issues with my autobox device only being picked up rarely and if i remove and reinsert the USB. Please can you help me?
hudiy
Site Admin
Posts: 642
Joined: Mon Jul 14, 2025 7:42 pm

Re: Update to version 1.22 (Bookworm) and 2.18 (Trixie) is already available

Post by hudiy »

alex124.rh wrote: Fri Jul 10, 2026 8:17 am Hi there

Thanks for this update. After updating from 2.6 through to 2.18 i have now started having issues with my autobox device only being picked up rarely and if i remove and reinsert the USB. Please can you help me?
When exactly does the issue happen? After a Hudiy relaunch or after a Raspberry Pi boot?

If you quit Hudiy and relaunch it immediately, the dongle might not reset in time and get stuck in an undetectable state. In such case you can set enumerateUsb to false in https://github.com/wiboma/hudiy/blob/ma ... md#autobox
Hudiy Team
wkl3968
Posts: 112
Joined: Thu Aug 07, 2025 12:22 pm

Re: Update to version 1.22 (Bookworm) and 2.18 (Trixie) is already available

Post by wkl3968 »

When updating will it replace all the custom files in .Hudiy/share and the configuration files? I asked this because I have modified the hudiy_startup.sh and many more executable. I want to know what to update or backup.
hudiy
Site Admin
Posts: 642
Joined: Mon Jul 14, 2025 7:42 pm

Re: Update to version 1.22 (Bookworm) and 2.18 (Trixie) is already available

Post by hudiy »

wkl3968 wrote: Wed Jul 29, 2026 7:38 am When updating will it replace all the custom files in .Hudiy/share and the configuration files? I asked this because I have modified the hudiy_startup.sh and many more executable. I want to know what to update or backup.
Configuration files are merged with changes in the new version, but scripts may be overwritten. Before an update, it is safest to make a full system backup (e.g., a dump of the SD card or NVMe drive). Autostart items are best run via custom systemd services or by using the labwc autostart feature - this way, there is no risk of any changes being overwritten during an update.
Hudiy Team
Robert5974
Posts: 3
Joined: Sun Jan 04, 2026 11:08 am

Re: Update to version 1.22 (Bookworm) and 2.18 (Trixie) is already available

Post by Robert5974 »

I had an issue but found that I have the same issue as another beta user who says it is working with an update pushed out. I'll try the updater and see if it fixes it for me too. Thanks!
Last edited by Robert5974 on Thu Jul 30, 2026 9:48 am, edited 1 time in total.
Post Reply