Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachLTech committed Jul 14, 2024
2 parents 623ef0b + 79a6f9c commit 7d87123
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 1 deletion.
Binary file added src/sounds/Truck Horn.mp3
Binary file not shown.
Binary file added src/sounds/coconut_mall.mp3
Binary file not shown.
Binary file added src/sounds/fart.mp3
Binary file not shown.
Binary file added src/sounds/final_countdown.mp3
Binary file not shown.
Binary file added src/sounds/oof_rblx.mp3
Binary file not shown.
Binary file added src/sounds/pipe.mp3
Binary file not shown.
2 changes: 1 addition & 1 deletion src/sounds/sounds-buff/converter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Directory containing your MP3 files
input_dir="."
# Output volume increase factor
volume_factor=100
volume_factor=3

# Loop through all MP3 files in the directory
for input_file in "$input_dir"/*.mp3; do
Expand Down
7 changes: 7 additions & 0 deletions src/sounds/sounds-buff/yoinker.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin env bash
# yoink files thru ytdlp

link=""
read -p "Paste the link: " link
yt-dlp -x --audio-format mp3 $link
rm *.webm
Binary file added src/sounds/turbo.mp3
Binary file not shown.
Binary file added src/sounds/wut_da_hail.mp3
Binary file not shown.

0 comments on commit 7d87123

Please sign in to comment.