From: BuddyFriendGuy Date: Fri, 24 Jul 2015 04:02:28 +0000 (+0000) Subject: adding ref to thread and video on loop tags X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=c28427b22134eebc5761addee9c251f2bcb1d087;hp=dde92e9ba8dfe754fa11a1200857b7e5d586e71b;p=xonotic%2Fxonotic.wiki.git adding ref to thread and video on loop tags --- diff --git a/Audio/Music.md b/Audio/Music.md index 6841b51..f82de8e 100644 --- a/Audio/Music.md +++ b/Audio/Music.md @@ -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