Thanks for the push in the right direction, A bit of time on Google and I got a recording with both audio streams. I couldn't figure out how to do completely what you said but I think what I did is better for my situation in the end since I just leave PA with the default line-in source and created a null sink that has the BT stream sent to it. OBS can record from both and have different volume and delay (line-in needs 200ms to sync with game video) options for them. Commands I used pactl load-module module-null-sink sink_name=virtual1 pactl load-module module-loopback source=bluez_source.00_22_37_23_E9_51 sink=virtual1 On Mon, Jun 27, 2016 at 12:09 AM, Georg Chini <georg at chini.tk> wrote: > On 26.06.2016 19:25, Dark Shadow wrote: >> >> I'm trying to record some game footage and include some talking but I >> can't get audio to record from multiple sources. >> >> >> I have the game audio coming into the system via a loop back cable >> into line-in which works >> I also have a Bluetooth headset which can work for my voice on its own >> >> But I can't record from both simultaneously since Pulseaudio only lets >> me select one >> >> My ideal setup would be >> audio output via BT headset >> I can hear the line-in input also via module-loopback which I already do >> but I see problems if the voice is multiplexed with since I don't want >> voice looped back to the output >> the OBS recording software records both line-in and voice (BT) either >> via some virtual multiplexed virtual input or being presented with >> multiple input options from Pulseaudio (prefered over virtual) >> >> I tried going through the list of modules on the wiki but couldn't >> figure out how to do anything. >> _______________________________________________ >> pulseaudio-discuss mailing list >> pulseaudio-discuss at lists.freedesktop.org >> https://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss > > > Hi, > > you can use a null-sink and loopback both sources to the null-sink. > Then record from the monitor of the null-sink. > > Regards > Georg > > _______________________________________________ > pulseaudio-discuss mailing list > pulseaudio-discuss at lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss