Hi guys !
So I was wondering if it was possible to use two audio outputs at once ? I'm trying to stream to Twitch my games, I can, I can send the video and the audio without problem BUT to send the audio, I have to physically link the output jack to the input jack and doing that, I can't hear my games anymore. So, I have the audio or they have but not both.
I bought this
and I bought this
As soon as I connect the USB adapter, dmesg says me this :
With this command, I can entirely use the output and the input ports of that adapter :
The default unit is set to 2 to use my speakers, I set it to 5 to use the adapter
But then, I won't have sound anymore on my computer, only in the stream !
So what I want is to use my speakers AND that adapter, at the same time, to be able to hear my games as much as people watching me playing on Twitch. Is it possible ? Is it complicated ?
Thank you !
So I was wondering if it was possible to use two audio outputs at once ? I'm trying to stream to Twitch my games, I can, I can send the video and the audio without problem BUT to send the audio, I have to physically link the output jack to the input jack and doing that, I can't hear my games anymore. So, I have the audio or they have but not both.
I bought this
and I bought this
As soon as I connect the USB adapter, dmesg says me this :
Code:
ugen0.5: <C-Media Electronics Inc. USB Audio Device> at usbus0
uhid0 on uhub1
uhid0: <C-Media Electronics Inc. USB Audio Device, class 0/0, rev 1.10/1.00, addr 4> on usbus0
uaudio0 on uhub1
uaudio0: <C-Media Electronics Inc. USB Audio Device, class 0/0, rev 1.10/1.00, addr 4> on usbus0
uaudio0: Play: 48000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer.
uaudio0: Play: 44100 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer.
uaudio0: Record: 48000 Hz, 1 ch, 16-bit S-LE PCM format, 2x8ms buffer.
uaudio0: Record: 44100 Hz, 1 ch, 16-bit S-LE PCM format, 2x8ms buffer.
uaudio0: No MIDI sequencer.
pcm5: <USB audio> on uaudio0
uaudio0: HID volume keys found.
With this command, I can entirely use the output and the input ports of that adapter :
# sysctl -w hw.snd.default_unit=5
hw.snd.default_unit: 2 -> 5
The default unit is set to 2 to use my speakers, I set it to 5 to use the adapter
But then, I won't have sound anymore on my computer, only in the stream !
So what I want is to use my speakers AND that adapter, at the same time, to be able to hear my games as much as people watching me playing on Twitch. Is it possible ? Is it complicated ?
Thank you !