浏览代码

Importing Audio Samples: loop points are in samples, not seconds

Importing Audio Samples incorrectly said that loop points are in seconds. I've corrected that to say samples (which is the case as of 4.1.2)
mariomadproductions 1 年之前
父节点
当前提交
c3479ae3c0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tutorials/assets_pipeline/importing_audio_samples.rst

+ 2 - 2
tutorials/assets_pipeline/importing_audio_samples.rst

@@ -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::