AudioMesh is a hardware-agnostic audio-networking application that turns nearby computers, smartphones, and tablets into a synchronized, unified speaker system using local Wi-Fi and Bluetooth protocols.
apps/desktop/: Electron desktop application wrapper.apps/mobile/: Tauri mobile application wrapper for iOS and Android.apps/web/: Web landing page and documentation viewer.apps/server/: Local gateway daemon (written in Rust) managing network routing, audio buffer queues, and peer-to-device synchronization.shared/common/: Common presentation components, SVGs, and locale assets.shared/client-common/: Shared client store (Zustand), providers, and views.
-
Install dependencies:
yarn install
-
Run development servers:
yarn dev
-
Run test suites:
yarn test:all