From bfda3788d55a81abbe02993c5f612d3ddbef9b71 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Mon, 28 Aug 2006 03:42:10 +0000 Subject: add support for encoding from FLAC to FLAC while preserving metadata --- .../case04b-expect.meta | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 test/flac-to-flac-metadata-test-files/case04b-expect.meta (limited to 'test/flac-to-flac-metadata-test-files/case04b-expect.meta') diff --git a/test/flac-to-flac-metadata-test-files/case04b-expect.meta b/test/flac-to-flac-metadata-test-files/case04b-expect.meta new file mode 100644 index 00000000..85388b33 --- /dev/null +++ b/test/flac-to-flac-metadata-test-files/case04b-expect.meta @@ -0,0 +1,36 @@ +METADATA block #0 + type: 0 (STREAMINFO) + is last: false + length: 34 + sample_rate: 44100 Hz + channels: 2 + bits-per-sample: 16 + total samples: 5880 + MD5 signature: 74ffd4737eb5488d512be4af58943362 +METADATA block #1 + type: 3 (SEEKTABLE) + is last: false + length: 90 + seek points: 5 + point 0: sample_number=0 + point 1: sample_number=4608 + point 2: PLACEHOLDER + point 3: PLACEHOLDER + point 4: PLACEHOLDER +METADATA block #2 + type: 4 (VORBIS_COMMENT) + is last: false + length: 203 + comments: 6 + comment[0]: REPLAYGAIN_TRACK_PEAK=0.99996948 + comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB + comment[2]: REPLAYGAIN_ALBUM_PEAK=0.99996948 + comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB + comment[4]: artist=1 + comment[5]: title=2 +METADATA block #3 + type: 2 (APPLICATION) + is last: true + length: 4 + application ID: 66616b65 + data contents: -- cgit v1.2.1