15 lines
513 B
Plaintext
15 lines
513 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://6lortgihx5jy"]
|
|
|
|
[ext_resource type="Script" path="res://Communication/voice_communication.gd" id="1_73l6l"]
|
|
|
|
[sub_resource type="AudioStreamMicrophone" id="AudioStreamMicrophone_e60f1"]
|
|
|
|
[node name="VoiceCommunication" type="Node"]
|
|
script = ExtResource("1_73l6l")
|
|
|
|
[node name="AudioStreamRecord" type="AudioStreamPlayer" parent="."]
|
|
stream = SubResource("AudioStreamMicrophone_e60f1")
|
|
bus = &"Record"
|
|
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|