1
Fork 0
mirror of https://github.com/Steffo99/looping-for-loops.git synced 2024-11-21 15:44:24 +00:00

💾 Track sound files with git lfs

This commit is contained in:
Steffo 2020-10-04 00:41:53 +02:00
parent fdf5043c10
commit f3e837dd51
38 changed files with 296 additions and 0 deletions

4
.gitattributes vendored
View file

@ -1,3 +1,7 @@
*.png filter=lfs diff=lfs merge=lfs -text *.png filter=lfs diff=lfs merge=lfs -text
*.psd filter=lfs diff=lfs merge=lfs -text *.psd filter=lfs diff=lfs merge=lfs -text
*.xcf filter=lfs diff=lfs merge=lfs -text *.xcf filter=lfs diff=lfs merge=lfs -text
*.mp3 filter=lfs diff=lfs merge=lfs -text
*.flac filter=lfs diff=lfs merge=lfs -text
*.wav filter=lfs diff=lfs merge=lfs -text
*.ogg filter=lfs diff=lfs merge=lfs -text

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,21 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/bip_05.wav.wav-68ef43dbb4b36d3c0fae465d9936f68f.sample"
[deps]
source_file="res://Sounds/bip_05.wav.wav"
dest_files=[ "res://.import/bip_05.wav.wav-68ef43dbb4b36d3c0fae465d9936f68f.sample" ]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop=false
compress/mode=0

Binary file not shown.

View file

@ -0,0 +1,21 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/bip_06.wav.wav-ff6be6d91b9fc54e2e9e8c700cbb5451.sample"
[deps]
source_file="res://Sounds/bip_06.wav.wav"
dest_files=[ "res://.import/bip_06.wav.wav-ff6be6d91b9fc54e2e9e8c700cbb5451.sample" ]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop=false
compress/mode=0

Binary file not shown.

View file

@ -0,0 +1,21 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/bip_07.wav.wav-d6eab40bbc9ea551dfb3e159f101188d.sample"
[deps]
source_file="res://Sounds/bip_07.wav.wav"
dest_files=[ "res://.import/bip_07.wav.wav-d6eab40bbc9ea551dfb3e159f101188d.sample" ]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop=false
compress/mode=0

Binary file not shown.

View file

@ -0,0 +1,21 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/gear_01.wav.wav-699f65c75298e8113e38536fbbb43e8d.sample"
[deps]
source_file="res://Sounds/gear_01.wav.wav"
dest_files=[ "res://.import/gear_01.wav.wav-699f65c75298e8113e38536fbbb43e8d.sample" ]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop=false
compress/mode=0

Binary file not shown.

View file

@ -0,0 +1,21 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/laser_01.wav.wav-ca37621f9e28f5200ff1959e5918163c.sample"
[deps]
source_file="res://Sounds/laser_01.wav.wav"
dest_files=[ "res://.import/laser_01.wav.wav-ca37621f9e28f5200ff1959e5918163c.sample" ]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop=false
compress/mode=0

Binary file not shown.

View file

@ -0,0 +1,21 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/laser_02.wav.wav-3d5d21f1906ca8208372ec8093fac978.sample"
[deps]
source_file="res://Sounds/laser_02.wav.wav"
dest_files=[ "res://.import/laser_02.wav.wav-3d5d21f1906ca8208372ec8093fac978.sample" ]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop=false
compress/mode=0

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,21 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/random_02.wav.wav-94977650b3a5840aa797be7dfa40023f.sample"
[deps]
source_file="res://Sounds/random_02.wav.wav"
dest_files=[ "res://.import/random_02.wav.wav-94977650b3a5840aa797be7dfa40023f.sample" ]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop=false
compress/mode=0

Binary file not shown.

View file

@ -0,0 +1,21 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/random_03.wav.wav-344b2212085bed25eb08c90d82f41479.sample"
[deps]
source_file="res://Sounds/random_03.wav.wav"
dest_files=[ "res://.import/random_03.wav.wav-344b2212085bed25eb08c90d82f41479.sample" ]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop=false
compress/mode=0

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,19 @@
[remap]
importer="wav"
type="AudioStreamSample"
valid=false
[deps]
source_file="res://Sounds/steam.wav.wav"
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop=false
compress/mode=0

Binary file not shown.

View file

@ -0,0 +1,21 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/stomp_01.wav.wav-c8cf3311342197b78bf6fdcc58cf07c7.sample"
[deps]
source_file="res://Sounds/stomp_01.wav.wav"
dest_files=[ "res://.import/stomp_01.wav.wav-c8cf3311342197b78bf6fdcc58cf07c7.sample" ]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop=false
compress/mode=0

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,21 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/stomp_03.wav.wav-b951b91043ca938bdbc4c2eef14caa3c.sample"
[deps]
source_file="res://Sounds/stomp_03.wav.wav"
dest_files=[ "res://.import/stomp_03.wav.wav-b951b91043ca938bdbc4c2eef14caa3c.sample" ]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop=false
compress/mode=0

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,21 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/wobble_02.wav.wav-5d7b21282cdea23884e3d19a49bb7693.sample"
[deps]
source_file="res://Sounds/wobble_02.wav.wav"
dest_files=[ "res://.import/wobble_02.wav.wav-5d7b21282cdea23884e3d19a49bb7693.sample" ]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop=false
compress/mode=0

Binary file not shown.

View file

@ -0,0 +1,21 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/wobble_03.wav.wav-aac3363fadfec09e78cc2e72ef87d366.sample"
[deps]
source_file="res://Sounds/wobble_03.wav.wav"
dest_files=[ "res://.import/wobble_03.wav.wav-aac3363fadfec09e78cc2e72ef87d366.sample" ]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop=false
compress/mode=0

Binary file not shown.

View file

@ -0,0 +1,21 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/wobble_04.wav.wav-f2517fc6d08e58a9f0081cd060add06b.sample"
[deps]
source_file="res://Sounds/wobble_04.wav.wav"
dest_files=[ "res://.import/wobble_04.wav.wav-f2517fc6d08e58a9f0081cd060add06b.sample" ]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop=false
compress/mode=0