F5F Stay Refreshed Software Operating Systems 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

Linux Mint: Set up four virtual audio devices that connect to two channels on a 7.1 interface each

Pages (3): Previous 1 2 3 Next
N
NotLulu
Member
66
01-18-2025, 09:05 PM
#11
Possibly still pending RPM or Debian package setup from around 2004
N
NotLulu
01-18-2025, 09:05 PM #11

Possibly still pending RPM or Debian package setup from around 2004

B
BlackPowerOP
Junior Member
10
01-19-2025, 02:38 AM
#12
I envisioned a script for a particular reason
B
BlackPowerOP
01-19-2025, 02:38 AM #12

I envisioned a script for a particular reason

F
Fluffycakes123
Senior Member
696
01-19-2025, 07:35 AM
#13
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.
F
Fluffycakes123
01-19-2025, 07:35 AM #13

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.

T
thehappy84
Senior Member
594
01-19-2025, 08:55 AM
#14
Sorry about the large file size, needed to keep it under 20 Megabytes. mmc-jackd2.mp4 should function properly out of the box.
T
thehappy84
01-19-2025, 08:55 AM #14

Sorry about the large file size, needed to keep it under 20 Megabytes. mmc-jackd2.mp4 should function properly out of the box.

A
Athame_
Senior Member
734
01-19-2025, 11:18 AM
#15
Great news, everything functioned as expected! Appreciate your feedback! (Just a heads up, I might not last long after the next restart.)
A
Athame_
01-19-2025, 11:18 AM #15

Great news, everything functioned as expected! Appreciate your feedback! (Just a heads up, I might not last long after the next restart.)

R
Ravved
Junior Member
36
01-27-2025, 12:10 PM
#16
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.
R
Ravved
01-27-2025, 12:10 PM #16

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.

L
luke_pyle
Junior Member
41
01-29-2025, 12:33 PM
#17
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
L
luke_pyle
01-29-2025, 12:33 PM #17

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

I
Ilia_Zer0
Member
224
01-29-2025, 02:00 PM
#18
It shows the list of available archive files in the current directory.
I
Ilia_Zer0
01-29-2025, 02:00 PM #18

It shows the list of available archive files in the current directory.

B
BlooHD
Member
62
01-29-2025, 09:38 PM
#19
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
B
BlooHD
01-29-2025, 09:38 PM #19

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

A
Alpacas_FTW
Member
75
01-30-2025, 01:27 AM
#20
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.
A
Alpacas_FTW
01-30-2025, 01:27 AM #20

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.

Pages (3): Previous 1 2 3 Next