mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-06-03 02:30:53 +00:00
* Updated to ZDoom r2424:
- Added support for custom loop points for songs. This does not work with MP3 because of the way MP3 obfuscates custom tags. Vorbis and FLAC are fine. (I could make it work with MP3, but you should be using Vorbis instead.) They are: * LOOP_START: Start time for the loop. If omitted, the song repeats from the beginning. * LOOP_END: End time for the loop. If omitted, the song loops at the end. (If you need to specify this, why aren't you using a shorter song.) You only need to specify one of these tags to set the custom loop. Naturally, you can set them both, as well. The format for each tag is the same: * If it contains a colon (:), it specifies by time. This may be of the form 00:00:00.00 (HH:MM:SS.ss) to specify by play. Various parts may be left off. e.g. To start the loop at 20 seconds in, you can use ":20", 0:20", "00:00:20", ":20.0", etc. Values after the decimal are fractions of a second and accurate to one millisecond. * If you don't include a colon but just have a raw number, then it's the number of PCM samples at which to loop. * Any characters other than digits (0-9), colons (:), or a single decimal point for the seconds portion will result in the tag being ignored. git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@838 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
parent
adeef177d3
commit
8f46bbe36a
4 changed files with 173 additions and 2 deletions
|
@ -3,5 +3,5 @@
|
|||
// This file was automatically generated by the
|
||||
// updaterevision tool. Do not edit by hand.
|
||||
|
||||
#define ZD_SVN_REVISION_STRING "2419"
|
||||
#define ZD_SVN_REVISION_NUMBER 2419
|
||||
#define ZD_SVN_REVISION_STRING "2424"
|
||||
#define ZD_SVN_REVISION_NUMBER 2424
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue