summaryrefslogtreecommitdiff
path: root/klangfarb/Main.tscn
blob: 0a0ad3b77b1851002ea4bba899a910159cfe9d69 (plain)
1
2
3
4
5
6
7
8
9
10
[gd_scene load_steps=3 format=2]

[ext_resource path="res://main.gd" type="Script" id=2]

[sub_resource type="AudioStreamGenerator" id=1]
mix_rate = 8000.0

[node name="Audio" type="AudioStreamPlayer"]
stream = SubResource( 1 )
script = ExtResource( 2 )