chore: initial commit
This commit is contained in:
commit
67c7ccd66b
11102 changed files with 455009 additions and 0 deletions
12
.local/share/scripts/create_feedback_sinks.sh
Executable file
12
.local/share/scripts/create_feedback_sinks.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Create the virtual sinks
|
||||
pactl load-module module-null-sink sink_name=feedback sink_properties=device.description=VirtualFeedback
|
||||
pactl load-module module-null-sink sink_name=speaker sink_properties=device.description=VirtualSpeaker
|
||||
|
||||
# Loopback the microphone to the virtual speaker
|
||||
pactl load-module module-loopback latency_msec=1 source=alsa_input.usb-Burr-Brown_from_TI_USB_Audio_CODEC-00.analog-stereo sink=speaker
|
||||
|
||||
# Loopback the feedback to the main sink and the virtual speaker
|
||||
pactl load-module module-loopback latency_msec=1 source=feedback.monitor sink=1 # Assuming 1 is the main sink
|
||||
pactl load-module module-loopback latency_msec=1 source=feedback.monitor sink=speaker
|
4
.local/share/scripts/delete_feedback_sinks.sh
Executable file
4
.local/share/scripts/delete_feedback_sinks.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
pactl unload-module module-loopback
|
||||
pactl unload-module module-null-sink
|
8
.local/share/scripts/tdc/bump_sites.sh
Executable file
8
.local/share/scripts/tdc/bump_sites.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
firefox --new-tab https://discord.st/manage/
|
||||
firefox --new-tab https://disforge.com/dashboard#
|
||||
firefox --new-tab https://discordlist.io/manage/servers
|
||||
firefox --new-tab https://discordhub.com/servers/manage
|
||||
firefox --new-tab https://discordservers.com/server/298969150133370880/bump
|
||||
firefox --new-tab https://discordservers.me/servers/298969150133370880/upvote
|
||||
firefox --new-tab https://discord.me/dashboard
|
||||
firefox --new-tab https://disboard.org/server/298969150133370880
|
Loading…
Add table
Add a link
Reference in a new issue