Linux Mint: Set up four virtual audio devices that connect to two channels on a 7.1 interface each
Linux Mint: Set up four virtual audio devices that connect to two channels on a 7.1 interface each
In possible scenarios, scripts often face challenges as time passes. Before each component, a clear outline is essential: a detailed depiction of the intended elements ensures accuracy and consistency. This approach leverages human insight to maintain quality over extended periods.
Sorry about the large file size, needed to keep it under 20 Megabytes. mmc-jackd2.mp4 should function properly out of the box.
When you have a lot of "sound outputs," kmix is the best choice—it keeps the tray empty until something is playing, then lets you right-click and send it to your desired destinations. If you hear any "scratching" noises, adjust the timing settings on each card accordingly.
I noticed you were trying to send Minecraft audio to the game fader, but since version 1.7.10 lacks a playback device choice, it’s a challenge. In Firefox, when you start a new track, the playback device reverts to the system default. There seems to be no setting to keep Firefox always on as a sampler. You might want to explore alternative methods or tools for this. Regarding M-Games recording devices, there should be options like Chat, Stream, and Sampler available, though details are limited. Updated December 2, 2024 by mistermodcreator Added some stuff
Liste der Hardware-Komponenten (CAPTURE)
Karte 1: Solo [M-Game Solo], Gerät 0: USB Audio [USB Audio]
Unter-Geräte: 0/1
Sub-Gerät #0: subdevice #0
Karte 2: Generic [HD-Audio Generic], Gerät 0: ALC892 Analog [ALC892 Analog]
Unter-Geräte: 1/1
Sub-Gerät #0: subdevice #0
Karte 3: U0x46d0x825 [USB Device 0x46d:0x825], Gerät 0: USB Audio [USB Audio]
Unter-Geräte: 1/1
I understand how 5.1/7.1 audio looks and can manually build the config file for qjackctl. This will require a two-step approach: first, check how cards 1 & 3 display, and then connect the hardware devices to the jackd mixer. Edit ~/bin/jackd_post_start: #!/bin/bash #clean house killall -9 pulseaudio killall -9 alsa_out killall -9 alsa_in #start pulseaudio /usr/bin/pulseaudio -D #add the onboard card alsa_out -j OnBoard_Speakers -d hw:2,0 -c 8 -r 48000 & #Card 2: generic [HD-Audio Generic], Gerät 0: ALC892 Analog (incorrectly set) as audio input so next we must link card 2 device 2, card 1 device 0, and card 3 device 0 to the jackd mixer. Edit ~/bin/jackd_post_start #... rest of setup... # After config changes, run qjackctl and verify output.