On Linux Mint Cinnamon, you can route different audio streams to different output devices (e.g., laptop speakers and a 3.5mm jack earphone) using PulseAudio, the default sound server. Here’s how you can achieve this:
pavucontrol (PulseAudio Volume Control)If not already installed, open a terminal and run:
bashsudo apt update sudo apt install pavucontrol
Plug in your earphones to the 3.5mm jack. Linux Mint should automatically detect them.
pavucontrol from the terminal or the application menu.pavucontrol, go to the Playback tab.pavucontrol, route each application’s audio to the desired output device.paprefs for Advanced RoutingIf you need more control, install paprefs:
bashsudo apt install paprefs
paprefs and enable "Simultaneous Output" or "Enable virtual surround sink" if needed.bashpulseaudio -k && pulseaudio --start
pavucontrol.pavucontrolpavucontrol