]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
adding ref to thread and video on loop tags
authorBuddyFriendGuy <bfggeneral@gmail.com>
Fri, 24 Jul 2015 04:02:28 +0000 (04:02 +0000)
committerBuddyFriendGuy <bfggeneral@gmail.com>
Fri, 24 Jul 2015 04:02:28 +0000 (04:02 +0000)
Audio/Music.md

index 6841b514710ee78a0f8accdd755cb7f6c97f133b..f82de8ecffeb6b6647e925d408d947a8aa6e7878 100644 (file)
@@ -24,7 +24,7 @@ Currently most contributions come in the format of a regular CD track, that is 3
 
 In spite of having longer tracks its more than likely that a track gets played at two or more times during a match, for this is important that the end and beginning of the track can be matched without disruptions, giving a sense of continuity.
 
-For this the ideal way is to find a start and end sample index, so that that region is perfectly (clickless) loopable. These can be set as LOOP\_START and LOOP\_END tags in the Vorbis file, and the engine will seek back to LOOP\_START when reaching LOOP\_END. Here's a [video demonstrating how to add these tags](https://www.youtube.com/watch?v=ZwWZH5cYTCU).
+For this the ideal way is to find a start and end sample index, so that that region is perfectly (clickless) loopable. These can be set as LOOP\_START and LOOP\_END tags in the Vorbis file, and the engine will seek back to LOOP\_START when reaching LOOP\_END. Here's the [thread](http://forums.xonotic.org/showthread.php?tid=359&pid=5602#pid5602) with details, as well as a [video](https://www.youtube.com/watch?v=ZwWZH5cYTCU).
 
 ### Complexity