add info
This commit is contained in:
parent
da8b9e7cac
commit
dfe30d2eeb
4 changed files with 10 additions and 1 deletions
|
@ -11,7 +11,7 @@ import { IpcEvents } from "shared/IpcEvents";
|
|||
import { STATIC_DIR } from "shared/paths";
|
||||
import { promisify } from "util";
|
||||
|
||||
const BIN = join(STATIC_DIR, "vencord-virtmic");
|
||||
const BIN = join(STATIC_DIR, "virtmic/vencord-virtmic");
|
||||
const execFileP = promisify(execFile);
|
||||
|
||||
ipcMain.handle(IpcEvents.VIRT_MIC_LIST, async () => {
|
||||
|
|
|
@ -51,6 +51,10 @@
|
|||
<a href="https://github.com/OpenAsar/arrpc" target="_blank">arrpc</a>
|
||||
- An open implementation of Discord's Rich Presence server
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/Soundux/rohrkabel" target="_blank">rohrkabel</a>
|
||||
- A C++ RAII Pipewire-API Wrapper
|
||||
</li>
|
||||
<li>
|
||||
And many
|
||||
<a href="https://github.com/Vencord/Vesktop/blob/main/pnpm-lock.yaml" target="_blank"
|
||||
|
|
5
static/virtmic/README.md
Normal file
5
static/virtmic/README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# vencord virtmic
|
||||
|
||||
this is a prebuild of https://github.com/Vencord/linux-virtmic.
|
||||
|
||||
the source code and licensing information can be found there
|
Reference in a new issue