From 73c346f13c0d1bfcb1ae82b7a498d657fe80d606 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Wed, 22 Jan 2025 14:43:12 +0100 Subject: fix pipewire suspend config --- .local/share/bin/nodisconnect | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 .local/share/bin/nodisconnect (limited to '.local/share/bin/nodisconnect') diff --git a/.local/share/bin/nodisconnect b/.local/share/bin/nodisconnect deleted file mode 100755 index a5819d1..0000000 --- a/.local/share/bin/nodisconnect +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -# use sox to play very quiet noise for keeping bluetooth headphones connected - -# kill any previously running processes -killall -qu "$LOGNAME" play - -# arguments used: -# -q quiet mode (don't output progress bar) -# -n null input filename (because synth is used as input) -# -r 44100 sample rate (44.1 KHz) -# -b 32 -e signed signed 32-bit -# -c 2 create two channels (ouput stereo) -# synth whitenoise start with white noise -# band -n 650 1300 bandpass filter between 650-1300 Hz -# vol 0.01 very quiet -fork play -q -n -r 44100 -b 32 -e signed -c 2 synth whitenoise band -n 650 1300 vol 0.01 - -- cgit v1.2.3