Page 1 of 1

Making a soundboard

Posted: 27 Nov 2022, 12:02
by Osama
So I want to make a soundboard where the sound I play plays on my end and on the mic so people would hear it too. This is my code, it only plays on my end:

Code: Select all

; SoundBoard
Numpad1::
Soundplay, C:\Users\Osama\Documents\Osama\Osama\Sounds\Noise.wav
return
If anyone has a clue to make it play also on the mic would be great.
Thanks

image.png
image.png (13.88 KiB) Viewed 1329 times

[Mod actions: Moved from "AutoHotkey v2 Help” (this is v1 code). Added [code][/code] tags. Please use them yourself when posting code (and don’t post an image of your code).]

Re: Making a soundboard

Posted: 27 Nov 2022, 12:53
by Chunjee
Virtual Audio Cable is prettygood for sending {x} to the microphone.

Re: Making a soundboard

Posted: 12 Dec 2022, 14:20
by Osama
Chunjee wrote:
27 Nov 2022, 12:53
Virtual Audio Cable is prettygood for sending {x} to the microphone.
This is method is good if I can emit sound into the Virtual output, but i don't know how to do it, if someone knows how to emit sound into a specific speaker, please reply.

Re: Making a soundboard

Posted: 12 Dec 2022, 14:23
by Osama
using Voicemeter is good, but I need to emit the sound to a virtual sound output, to my knowledge I cant find a way to do it, if anyone knows how to make ahk play sounds into a specific sound output, would be great.