audio testing setup

remotes/checkIfPRContentChanged-1749880758504311652/kathi_mockups
cblech 1 year ago
parent e3397e9e28
commit 6090e7b17b

Binary file not shown.

@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://bviyapfbqgaac"
path="res://.godot/imported/Variant1.wav-6babee6f26e614a29393563e4bcb04a7.sample"
[deps]
source_file="res://audio/sfx/test/Variant1.wav"
dest_files=["res://.godot/imported/Variant1.wav-6babee6f26e614a29393563e4bcb04a7.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_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=0

Binary file not shown.

@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://b5w7d4a1jj2e1"
path="res://.godot/imported/Variant2.wav-d4d89da7b3ecee57588d1af5c660aac7.sample"
[deps]
source_file="res://audio/sfx/test/Variant2.wav"
dest_files=["res://.godot/imported/Variant2.wav-d4d89da7b3ecee57588d1af5c660aac7.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_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=0

Binary file not shown.

@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://cujq3507gplyq"
path="res://.godot/imported/Variant3.wav-bb3256040db60a75b3a1095aa0d746a9.sample"
[deps]
source_file="res://audio/sfx/test/Variant3.wav"
dest_files=["res://.godot/imported/Variant3.wav-bb3256040db60a75b3a1095aa0d746a9.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_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=0

Binary file not shown.

@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://c3ui5n1nd67r5"
path="res://.godot/imported/Variant4.wav-714adf4b560a6040fb401c3229face72.sample"
[deps]
source_file="res://audio/sfx/test/Variant4.wav"
dest_files=["res://.godot/imported/Variant4.wav-714adf4b560a6040fb401c3229face72.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_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=0

Binary file not shown.

@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://blqybxbdbamao"
path="res://.godot/imported/Variant5.wav-3596c2f121f8c0159a5f8878dac66b0f.sample"
[deps]
source_file="res://audio/sfx/test/Variant5.wav"
dest_files=["res://.godot/imported/Variant5.wav-3596c2f121f8c0159a5f8878dac66b0f.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_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=0

@ -11,5 +11,6 @@ config_version=5
[application]
config/name="Babushka"
run/main_scene="res://scenes/audio_test_scene.tscn"
config/features=PackedStringArray("4.3", "Forward Plus")
config/icon="res://icon.svg"

@ -0,0 +1,41 @@
[gd_scene load_steps=7 format=3 uid="uid://dwuwgb8cv7hcr"]
[ext_resource type="AudioStream" uid="uid://bviyapfbqgaac" path="res://audio/sfx/test/Variant1.wav" id="1_lrjii"]
[ext_resource type="AudioStream" uid="uid://blqybxbdbamao" path="res://audio/sfx/test/Variant5.wav" id="1_otqyj"]
[ext_resource type="AudioStream" uid="uid://b5w7d4a1jj2e1" path="res://audio/sfx/test/Variant2.wav" id="2_nhc1o"]
[ext_resource type="AudioStream" uid="uid://cujq3507gplyq" path="res://audio/sfx/test/Variant3.wav" id="3_sqonn"]
[ext_resource type="AudioStream" uid="uid://c3ui5n1nd67r5" path="res://audio/sfx/test/Variant4.wav" id="4_a3hjs"]
[sub_resource type="AudioStreamRandomizer" id="AudioStreamRandomizer_nwh3n"]
random_pitch = 1.15
streams_count = 5
stream_0/stream = ExtResource("1_lrjii")
stream_1/stream = ExtResource("2_nhc1o")
stream_2/stream = ExtResource("3_sqonn")
stream_3/stream = ExtResource("4_a3hjs")
stream_4/stream = ExtResource("1_otqyj")
[node name="Node2D" type="Node2D"]
[node name="MultiRandom" type="Button" parent="."]
offset_left = 695.0
offset_top = 216.0
offset_right = 992.0
offset_bottom = 383.0
text = "Press to make random Sound"
[node name="MultiRandomPlayer" type="AudioStreamPlayer" parent="MultiRandom"]
stream = SubResource("AudioStreamRandomizer_nwh3n")
[node name="Single" type="Button" parent="."]
offset_left = 117.0
offset_top = 202.0
offset_right = 414.0
offset_bottom = 369.0
text = "Press to make single Sound"
[node name="SinglePlayer" type="AudioStreamPlayer" parent="Single"]
stream = ExtResource("1_otqyj")
[connection signal="pressed" from="MultiRandom" to="MultiRandom/MultiRandomPlayer" method="play"]
[connection signal="pressed" from="Single" to="Single/SinglePlayer" method="play"]
Loading…
Cancel
Save