godot-psd-training/Communication/voice_communication.tscn

15 lines
513 B
Plaintext
Raw Normal View History

[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="."]