Score:3

App (irium webcam ) changes default audio settings every startup

cn flag

Whenever I install irium webcam in my pc (i tested with ubuntu 21.10 and pop OS) it changes my default audio input and output source every time I boot my PC. I tried running a startup script with set-default-sink and set-default-source as most of the thread like this one suggests, but for some reason, it doesn't work (but when I manually run the script in the terminal, for a strange reason, it change without any problem).

Is there a way to set fix this??

pasman pasmański avatar
mx flag
*I tried running a startup script* What exactly you wrote in this script? Page you linked has many hints.
Vitor_figm avatar
cn flag
I edited the question to link to the answer with the script I ran.
Score:2
nl flag

try with another way:

paste this in a file with a ".sh" extension inside /home/

#!/bin/bash
pactl set-default-sink **Your-Device-Name**

give the execution auth

chmod u+x /home/<yoursession>/<fileyoucreated>.sh

and fill the path textbox with these file location in the autostart config.

Remember deactivate this option when you want to not use those device anymore.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.