A minimalist desktop client for receiving SoundDrift app's audio streams from Android devices. Built with Electron.
Download the Latest Release
- Compact, Retro UI design
- Real-time audio streaming from Android devices
- Cross-platform support (Windows, macOS, Linux)
Before installing, make sure you have the following installed:
- Node.js
- npm (comes with Node.js)
xcode-select --install
sudo apt-get install libasound2-dev
-
Clone the repository
git clone https://github.com/heymeowcat/SoundDriftPlayer.git -
Install dependencies
npm install -
Start the application
npm start
To create a distributable package:
npm run make
This will create platform-specific packages in the out folder.
- Start the SoundDrift Android app on your phone
- Click Start Streaming on the App
- Enter the IP address in the SoundDrift Client
- Click "Connect" to start receiving audio
npm start- Start the app in development modenpm run make- Build the app for distributionnpm run generate-icons- Generate app icons
If you see a message saying the app is damaged or cannot be opened, run this command in your terminal:
xattr -cr "/Applications/SoundDrift.app"