mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-03 20:14:22 +02:00
Update bell
- Don't add the bell to the archive to keep it small a simplify licensing. Also bells seem to be rarely used with terminal emulators. - Don't play the bell directly from the Terminal node by adding an AudioStreamPlayer, but make it easy to tune the "bell" signal behavior from the Terminal node so that only an AudioStreamPlayer node's play() method needs to be connected to it. - Keep the bell.wav sound around for testing/demo.
This commit is contained in:
parent
d702021d02
commit
55b0a0577d
8 changed files with 42 additions and 30 deletions
BIN
themes/audio/bell.wav
Normal file
BIN
themes/audio/bell.wav
Normal file
Binary file not shown.
21
themes/audio/bell.wav.import
Normal file
21
themes/audio/bell.wav.import
Normal file
|
@ -0,0 +1,21 @@
|
|||
[remap]
|
||||
|
||||
importer="wav"
|
||||
type="AudioStreamSample"
|
||||
path="res://.import/bell.wav-0bb68f27c3e29a9aad676dc03d89b163.sample"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://themes/audio/bell.wav"
|
||||
dest_files=[ "res://.import/bell.wav-0bb68f27c3e29a9aad676dc03d89b163.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
|
Loading…
Add table
Add a link
Reference in a new issue