asaka
❔ [SOLVED :white_check_mark:] [Linux] How could I send a keyPress/keyRelease to some application ?
Nvm, found solution: https://www.grantbyrne.com/2021/10/28/how-to-create-global-keyboard-hook-with-c-in-linux/
3 replies
❔ C# audio file to virtual mic
So what could I do ? I have a .mp3 file and only thing I want is to just send it to virtual mic. That's it. No complicated logic or anything. I think this problem is very trivial, but I cannot really find anything useful on internet, tried to find something for python and nothing worked, the closest thing I got is to send audio to my main speakers, I tried to change device, but no luck here, when I'm retrieving devices list from pyAudio I don't see my output/input devices that I could see in pavucontrol.
15 replies