Remove test samples LFS submodule in favor of specific script to setup samples for testing. Allows go hashes to be the same.

This commit is contained in:
DataHoarder 2022-10-29 09:23:21 +02:00
parent 2bf492c816
commit d6988c968c
Signed by: DataHoarder
SSH key fingerprint: SHA256:OLTRf6Fl87G52SiR7sWLGNzlJt4WOX+tfI2yxo0z7xk
7 changed files with 6 additions and 12 deletions

3
.gitmodules vendored
View file

@ -1,3 +0,0 @@
[submodule "resources/samples"]
path = resources/samples
url = https://git.gammaspectra.live/S.O.N.G/Music-Samples.git

1
resources/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
samples/

BIN
resources/aac.m4a (Stored with Git LFS)

Binary file not shown.

BIN
resources/alac.m4a (Stored with Git LFS)

Binary file not shown.

@ -1 +0,0 @@
Subproject commit 411df03b4790aca596bc1bc996865bb9ffe4e6cf

3
resources/setup-samples.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
git clone --depth 1 https://git.gammaspectra.live/S.O.N.G/Music-Samples.git samples

View file

@ -25,5 +25,5 @@ const SingleSample24 = "resources/samples/cYsmix - Haunted House/11. The Great R
const SingleSample16 = "resources/samples/Babbe Music - RADIANT DANCEFLOOR/01. ENTER.flac"
const SingleSample16TTA = "resources/samples/Babbe Music - RADIANT DANCEFLOOR/01. ENTER.tta"
const SingleSampleAACMP4 = "resources/aac.m4a"
const SingleSampleALACMP4 = "resources/alac.m4a"
const SingleSampleAACMP4 = "resources/samples/cYsmix - Haunted House/11. The Great Rigid Desert.m4a"
const SingleSampleALACMP4 = "resources/samples/cYsmix - Haunted House/11. The Great Rigid Desert.alac"