Hello,
I wonder if its posible to get DAB+ running on Hudiy? For example via Welle.io.
Welle.io DAB+ Radio
Re: Welle.io DAB+ Radio
Hudiy is essentially a regular windowed application, just like Welle.io. On Raspberry Pi OS you can run any applications in parallel. If Welle.io has an HTML/JavaScript interface, you can display it in Hudiy using WebView https://github.com/wiboma/hudiy/blob/ma ... d#web-view.
The remaining question is whether the RTL-SDR dongle will be able to handle two applications simultaneously (Hudiy with FM radio and Welle.io).
The remaining question is whether the RTL-SDR dongle will be able to handle two applications simultaneously (Hudiy with FM radio and Welle.io).
Hudiy Team
Re: Welle.io DAB+ Radio
I'm testing 2 good app's under android phone:
DAB-z and DABdream, but only for android phones, i have heard about "Waydroid" to emulate android app's... It's may be an idea!
I hope it can be possible to install some app's for Trixie's OS like
Welle.io or AbracaDABra
DAB-z and DABdream, but only for android phones, i have heard about "Waydroid" to emulate android app's... It's may be an idea!
I hope it can be possible to install some app's for Trixie's OS like
Welle.io or AbracaDABra
Re: Welle.io DAB+ Radio
Did you have any joy intergrating into Hudiy?Hiphouser wrote: Thu Feb 19, 2026 10:46 am After some web search, I think I'll use "DABlin", Trixe compatible
@Hudiy, how is the FM Radio screen displayed? is ti web page or had baked into the app?
im interested to try to get a simlilar look as i try to implement welle-io into my copy of hudiy if its hard baked are you able to share the location of the image files used for the play controls etc etc?
Re: Welle.io DAB+ Radio
The FM radio screen is built in Hudiy. All the icons used by Hudiy are located in the font files in $HOME/.hudiy/share/assets/fonts (MaterialSymbolsRounded.ttf, HudiySymbols.ttf).
List of glyphs in Material Symbols is available at https://fonts.google.com/icons
Glyphs from Material Symbols used on FM radio screen:
List of glyphs in Material Symbols is available at https://fonts.google.com/icons
Glyphs from Material Symbols used on FM radio screen:
- heart_check
- heart_plus
- grading
- fast_rewind
- chevron_left
- play_arrow
- pause
- skip_previous
- skip_next
- chevron_right
- fast_forward
Hudiy Team