Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 732 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 732 Bytes

vban2mqtt

Build and Push Images

A fresh project to connect your VoiceMeeter to Home-Assistant via MQTT.

This is a very early stage where things will definetly change, so expect things to brake at some point or not.

VoiceMeeter

Find the user manual here: https://vb-audio.com/Voicemeeter/Voicemeeter_UserManual.pdf

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open