asaka
asaka
CC#
Created by asaka on 5/1/2023 in #help
❔ [SOLVED :white_check_mark:] [Linux] How could I send a keyPress/keyRelease to some application ?
3 replies
CC#
Created by asaka on 4/30/2023 in #help
❔ 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
CC#
Created by asaka on 4/30/2023 in #help
❔ C# audio file to virtual mic
Damn, that's kinda sad sad
15 replies
CC#
Created by asaka on 4/30/2023 in #help
❔ C# audio file to virtual mic
This code isn't running:
An unhandled exception of type 'System.DllNotFoundException' occurred in NAudio.WinMM.dll: 'Unable to load shared library 'winmm.dll' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable:
An unhandled exception of type 'System.DllNotFoundException' occurred in NAudio.WinMM.dll: 'Unable to load shared library 'winmm.dll' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable:
15 replies
CC#
Created by asaka on 4/30/2023 in #help
❔ C# audio file to virtual mic
I'm on linux and using pipewire as my audio driver, I already created virtual mic through
pactl load-module module-null-sink media.class=Audio/Source/Virtual sink_name=TEST_VIRTUAL_MIC channel_map=front-left,front-right
pactl load-module module-null-sink media.class=Audio/Source/Virtual sink_name=TEST_VIRTUAL_MIC channel_map=front-left,front-right
And now I can't figure out how could I use it in code..
15 replies