Closed FreezyLemon closed 1 month ago
Ah, virtual audio device.. it ignores the typical name pattern of real audio devices :( I'll see how I can best fix this..
It should be fixed now. The change has been pushed to aur. Please update and test that it works for you.
Just updated and it works now. Thanks for the quick response!
Describe the bug I have an audio device that contains a forward slash
/
in its name:When selecting this input in the GUI, the recording immediately fails with the message
When I remove this audio device from the audio track, everything works perfectly fine.
As a side note, even the CLI requires a workaround to get this to work.
gpu-screen-recorder -w screen -a "NoiseTorch Microphone for Starship/Matisse HD Audio Controller" -o "$HOME/Videos/video.mp4"
fails with:Seems like the option to use a name prefix with a
/
causes a problem here.When I instead use
gpu-screen-recorder -a "mic/NoiseTorch Microphone for Starship/Matisse HD Audio Controller" ...
, everything works fine.To Reproduce See above.
Desktop