Liam Galt
Liam Galt
UBUniversal Blue
Created by Liam Galt on 6/25/2024 in #🛟bazzite-help
REAPER Missing Devices
I managed to figure it out mostly by restarting pipewire/wireplumber a bunch, then manually wiring things up with qpwgraph. not sure why it didn't just work with the same config as before, but I've got it working now :Shrug:
9 replies
UBUniversal Blue
Created by Liam Galt on 6/25/2024 in #🛟bazzite-help
REAPER Missing Devices
on Fedora I would route microphone itself to REAPER input, then REAPER output to Voice in, then Voice out is what I would use for actual recording / voice chat
9 replies
UBUniversal Blue
Created by Liam Galt on 6/25/2024 in #🛟bazzite-help
REAPER Missing Devices
but I don't see it in REAPER
9 replies
UBUniversal Blue
Created by Liam Galt on 6/25/2024 in #🛟bazzite-help
REAPER Missing Devices
I can actually see this virtual device in just about everything else
9 replies
UBUniversal Blue
Created by Liam Galt on 6/25/2024 in #🛟bazzite-help
REAPER Missing Devices
yeah it shows up as "USB Audio Codec" I have a MONO sink set up like this:
context.objects = [
{ factory = adapter
args = {
factory.name = support.null-audio-sink
node.name = "stream.voice"
node.description = "Voice"
media.class = "Audio/Duplex"
audio.position = "MONO"
audio.channels = "1"
capture.props = {
audio.channels = "1"
}
}
}
]
context.objects = [
{ factory = adapter
args = {
factory.name = support.null-audio-sink
node.name = "stream.voice"
node.description = "Voice"
media.class = "Audio/Duplex"
audio.position = "MONO"
audio.channels = "1"
capture.props = {
audio.channels = "1"
}
}
}
]
9 replies