From c28427b22134eebc5761addee9c251f2bcb1d087 Mon Sep 17 00:00:00 2001 From: BuddyFriendGuy Date: Fri, 24 Jul 2015 04:02:28 +0000 Subject: [PATCH] adding ref to thread and video on loop tags --- Audio/Music.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2