throughmic/README.md

1.2 KiB

throughmic

A soundboard with direct access to myinstants' library.

Installation

To use throughmic, you need to install vbcable, then download the latest version of throughmic in the releases tabs. Once done you need to select in the app the vbcable device. You should pick CABLE Input (VB-Audio Virtual Cable) with audiooutput selected. If you can't find it, check that you installed correctly VBCable. Then you need to go to the app you want to use this with, for example discord, and you need to change the micro to CABLE Output (VB-Audio Virtual Cable). Finally to be able to speak and use the soundboard you need to go to windows sound settings and enable "listen to this device" to send your mic's output to CABLE Input (VB-Audio Virtual Cable). You should now be able to play sounds.

You don't need to use the myinstants windows, it's for developpement purposes and will probably be removed later.

Project Setup

Install

$ pnpm install

Development

$ pnpm dev

Build

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux