* morituri/test/track-separate.cue (added):
* morituri/test/track.flac (added): * morituri/test/Makefile (added): * morituri/test/track-single.cue (added): Add a simple 10 frame flac file, and two .cue files using it.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2009-04-11 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* morituri/test/track-separate.cue (added):
|
||||
* morituri/test/track.flac (added):
|
||||
* morituri/test/Makefile (added):
|
||||
* morituri/test/track-single.cue (added):
|
||||
Add a simple 10 frame flac file, and two .cue files
|
||||
using it.
|
||||
|
||||
2009-04-11 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* morituri/image/image.py:
|
||||
|
||||
2
morituri/test/Makefile
Normal file
2
morituri/test/Makefile
Normal file
@@ -0,0 +1,2 @@
|
||||
track.flac:
|
||||
gst-launch audiotestsrc num-buffers=10 samplesperbuffer=588 ! audioconvert ! audio/x-raw-int,channels=2,width=16,height=16,rate=44100 ! flacenc ! filesink location=track.flac
|
||||
12
morituri/test/track-separate.cue
Normal file
12
morituri/test/track-separate.cue
Normal file
@@ -0,0 +1,12 @@
|
||||
FILE "track.flac" WAVE
|
||||
TRACK 01 AUDIO
|
||||
INDEX 01 00:00:00
|
||||
FILE "track.flac" WAVE
|
||||
TRACK 02 AUDIO
|
||||
INDEX 01 00:00:00
|
||||
FILE "track.flac" WAVE
|
||||
TRACK 03 AUDIO
|
||||
INDEX 01 00:00:00
|
||||
FILE "track.flac" WAVE
|
||||
TRACK 04 AUDIO
|
||||
INDEX 01 00:00:00
|
||||
9
morituri/test/track-single.cue
Normal file
9
morituri/test/track-single.cue
Normal file
@@ -0,0 +1,9 @@
|
||||
FILE "track.flac" WAVE
|
||||
TRACK 01 AUDIO
|
||||
INDEX 01 00:00:00
|
||||
TRACK 02 AUDIO
|
||||
INDEX 01 00:00:02
|
||||
TRACK 03 AUDIO
|
||||
INDEX 01 00:00:04
|
||||
TRACK 04 AUDIO
|
||||
INDEX 01 00:00:06
|
||||
BIN
morituri/test/track.flac
Normal file
BIN
morituri/test/track.flac
Normal file
Binary file not shown.
Reference in New Issue
Block a user