40 lines
1.2 KiB
Markdown
40 lines
1.2 KiB
Markdown
# throughmic
|
|
|
|
A soundboard with direct access to [myinstants](https://www.myinstants.com)' library.
|
|
|
|
## Installation
|
|
|
|
To use throughmic, you need to install [vbcable](https://vb-audio.com/Cable/), 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
|
|
|
|
```bash
|
|
$ pnpm install
|
|
```
|
|
|
|
### Development
|
|
|
|
```bash
|
|
$ pnpm dev
|
|
```
|
|
|
|
### Build
|
|
|
|
```bash
|
|
# For windows
|
|
$ pnpm build:win
|
|
|
|
# For macOS
|
|
$ pnpm build:mac
|
|
|
|
# For Linux
|
|
$ pnpm build:linux
|
|
```
|