Making a soundboard

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Osama
Posts: 3
Joined: 26 Nov 2022, 10:38

Making a soundboard

Post by Osama » 27 Nov 2022, 12:02

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 1316 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).]

User avatar
Chunjee
Posts: 1400
Joined: 18 Apr 2014, 19:05
Contact:

Re: Making a soundboard

Post by Chunjee » 27 Nov 2022, 12:53

Virtual Audio Cable is prettygood for sending {x} to the microphone.

Osama
Posts: 3
Joined: 26 Nov 2022, 10:38

Re: Making a soundboard

Post by Osama » 12 Dec 2022, 14:20

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.

Osama
Posts: 3
Joined: 26 Nov 2022, 10:38

Re: Making a soundboard

Post by Osama » 12 Dec 2022, 14:23

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.

Post Reply

Return to “Ask for Help (v1)”