mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Add audio stream player images
This commit is contained in:
@@ -26,12 +26,16 @@ played back often.
|
||||
AudioStreamPlayer
|
||||
-----------------
|
||||
|
||||
.. image:: img/audio_stream_player.png
|
||||
|
||||
This is the standard, non-positional stream player. It can play to any bus.
|
||||
In 5.1 sound setups, it can send audio to stereo mix or front speakers.
|
||||
|
||||
AudioStreamPlayer2D
|
||||
-------------------
|
||||
|
||||
.. image:: img/audio_stream_2d.png
|
||||
|
||||
This is a variant of AudioStreamPlayer, but emits sound in a 2D positional
|
||||
environment. When close to the left of the screen, the panning will go left.
|
||||
When close to the right side, it will go right.
|
||||
@@ -48,6 +52,8 @@ When close to the right side, it will go right.
|
||||
AudioStreamPlayer3D
|
||||
-------------------
|
||||
|
||||
.. image:: img/audio_stream_3d.png
|
||||
|
||||
This is a variant of AudioStreamPlayer, but emits sound in a 3D positional
|
||||
environment. Depending on the location of the player relative to the screen,
|
||||
it can position sound in stereo, 5.1 or 7.1 depending on the chosen audio setup.
|
||||
|
||||
BIN
tutorials/audio/img/audio_stream_2d.png
Normal file
BIN
tutorials/audio/img/audio_stream_2d.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.4 KiB |
BIN
tutorials/audio/img/audio_stream_3d.png
Normal file
BIN
tutorials/audio/img/audio_stream_3d.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.7 KiB |
BIN
tutorials/audio/img/audio_stream_player.png
Normal file
BIN
tutorials/audio/img/audio_stream_player.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.4 KiB |
Reference in New Issue
Block a user