* 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:
Thomas Vander Stichele
2009-04-11 21:58:24 +00:00
parent 59ebcc85ad
commit 0d54fc1be8
5 changed files with 32 additions and 0 deletions

View File

@@ -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
View 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

View 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

View 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

Binary file not shown.