Desktop controller for Denon Heos wifi speakers.
- Automatic detection of speakers
- User friendly volume dial
- Playback controls (previous, play/pause, next)
- Download a release and extract the app into your Applications directory
- Run the app and wait for speaker detection
- Select a speaker from the dropdown and use the controls
- Clone this repo
- Install all the dependencies using the
pnpm installcommand - Run the app using
pnpm start - To preview changes made in the app directory while the app is running, refresh with the (cmd-r) hot key
- Dev tools are available using the (cmd-opt-i) hot key
- Rename
.env.exampleto.env. This will disable code signing. - To generate only the app bundle run:
pnpm run pack - To generate the app bundle, ZIP and DMG, run:
pnpm build - Look in the
distfolder for the results
- Detection and control of grouped speakers
- Details about the currently playing stream
- A slider to scrub and track playback position
- A "sources" media stream picker
