Procházet zdrojové kódy

Add audio stream player images

skyace65 před 4 roky
rodič
revize
aaae2c47cf

+ 6 - 0
tutorials/audio/audio_streams.rst

@@ -26,12 +26,16 @@ played back often.
 AudioStreamPlayer
 AudioStreamPlayer
 -----------------
 -----------------
 
 
+.. image:: img/audio_stream_player.png
+
 This is the standard, non-positional stream player. It can play to any bus.
 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.
 In 5.1 sound setups, it can send audio to stereo mix or front speakers.
 
 
 AudioStreamPlayer2D
 AudioStreamPlayer2D
 -------------------
 -------------------
 
 
+.. image:: img/audio_stream_2d.png
+
 This is a variant of AudioStreamPlayer, but emits sound in a 2D positional
 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.
 environment. When close to the left of the screen, the panning will go left.
 When close to the right side, it will go right.
 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
 AudioStreamPlayer3D
 -------------------
 -------------------
 
 
+.. image:: img/audio_stream_3d.png
+
 This is a variant of AudioStreamPlayer, but emits sound in a 3D positional
 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,
 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.
 it can position sound in stereo, 5.1 or 7.1 depending on the chosen audio setup.

binární
tutorials/audio/img/audio_stream_2d.png


binární
tutorials/audio/img/audio_stream_3d.png


binární
tutorials/audio/img/audio_stream_player.png