edit comment

This commit is contained in:
Luke Tidd 2023-05-08 12:43:38 -04:00
parent e9de91b555
commit 05030e709b
Signed by: luke
GPG Key ID: 75D6600BEF4E8E8F

View File

@ -1,9 +1,10 @@
# split_tracks splits each track of the library. # split_tracks splits each track of the library.
# #
# The library is mirrored for each type of split. # The library is mirrored for each type of split.
#
# karaoke: reduces the volume of the vocals by 80% and remixes it # karaoke: reduces the volume of the vocals by 80% and remixes it
# drum only: just the drums # drum only: just the drums
# no drum: everything but the drums # no drum: reduces the volume of the drums by 80% and remixes it
#!/bin/bash #!/bin/bash