2024-01-25 22:03:22 -05:00
|
|
|
# AudioBot
|
|
|
|
A simple bot that relays audio from a QEMU VM to a Discord call. Developed for use with CollabVM.
|
|
|
|
|
|
|
|
## External dependencies
|
|
|
|
|
|
|
|
- libvncclient
|
|
|
|
|
|
|
|
## Running
|
|
|
|
|
|
|
|
1. Install depencencies: `npm i`
|
2024-03-10 19:22:57 -04:00
|
|
|
2. Build the typescript and audio binaries: `npm run build`
|
|
|
|
3. Copy config.example.json to config.json, and fill out your discord token and client ID, as well as a list of available VMs and their VNC servers
|
|
|
|
4. **Run it:** `node build/index.js`
|
2024-01-25 22:03:22 -05:00
|
|
|
|
|
|
|
## Credits
|
|
|
|
|
|
|
|
- QEMU Audio/C portion: DarkOK
|
2024-03-10 19:22:57 -04:00
|
|
|
- Discord bot/TypeScript portion: Elijah R
|