mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Merge pull request #8270 from mariomadproductions/master
Importing Audio Samples: loop points are in samples, not seconds
This commit is contained in:
committed by
Max Hilbrunner
parent
49cbe2fce7
commit
df63354006
@@ -150,8 +150,8 @@ metadata, but you can choose to apply a specific loop mode:
|
||||
|
||||
When choosing one of the **Forward**, **Ping-Pong** or **Backward** loop modes,
|
||||
loop points can also be defined to make only a specific part of the sound loop.
|
||||
**Loop Begin** is set in seconds after the beginning of the audio file. **Loop
|
||||
End** is also set in seconds after the beginning of the audio file, but will use
|
||||
**Loop Begin** is set in samples after the beginning of the audio file. **Loop
|
||||
End** is also set in samples after the beginning of the audio file, but will use
|
||||
the end of the audio file if set to ``-1``.
|
||||
|
||||
.. warning::
|
||||
|
||||
Reference in New Issue
Block a user