On 8/29/23 12:50, Max Nikulin wrote:
On 29/08/2023 22:41, Curt wrote:
You'd think it'd be simpler to write a script that runs overnight
checking for active audio sources (using maybe 'pacmd list-sink-inputs'
or similar) and logging them to a file when detected.
Is it possible to increase verbosity of logs of some pulseaudio module?
An attempt to react to events:
pactl subscribe | while read -r v ; do [[ "$v" == *client* ]] &&
continue ; date; echo "$v" ; pacmd list-sink-inputs ; done
I would not be surprised if some web application tries to notify about
e.g. birthdays or some other events. Unsure if it is possible to do from
a service worker or the site must be opened in a tab. The audio file may
exist in browser cache only this case.
Thunderbird calendar, korganizer, alarm applets or applications may be
suspected as well.
Those would all be under /home/me/.local? FWIW I am the only live user.
.
Cheers, Gene Heskett.
--
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author, 1940)
If we desire respect for the law, we must first make the law respectable.
- Louis D. Brandeis
Genes Web page <http://geneslinuxbox.net:6309/>