comparison data/fileio/MP3FileReader.h @ 1313:ff9697592bef 3.0-integration

Add gapless preference to prefs dialog; much work on audio read tests
author Chris Cannam
date Thu, 01 Dec 2016 17:45:40 +0000
parents aa1b1fc2d018
children b3cb0edc25cd
comparison
equal deleted inserted replaced
1312:079e553dc16e 1313:ff9697592bef
35 /** 35 /**
36 * How the MP3FileReader should handle leading and trailing gaps. 36 * How the MP3FileReader should handle leading and trailing gaps.
37 * See http://lame.sourceforge.net/tech-FAQ.txt for a technical 37 * See http://lame.sourceforge.net/tech-FAQ.txt for a technical
38 * explanation of the numbers here. 38 * explanation of the numbers here.
39 */ 39 */
40 enum GaplessMode { 40 enum class GaplessMode {
41 /** 41 /**
42 * Trim unwanted samples from the start and end of the decoded 42 * Trim unwanted samples from the start and end of the decoded
43 * audio. From the start, trim a number of samples equal to 43 * audio. From the start, trim a number of samples equal to
44 * the decoder delay (a fixed 529 samples) plus any encoder 44 * the decoder delay (a fixed 529 samples) plus any encoder
45 * delay that may be specified in Xing/LAME metadata. From the 45 * delay that may be specified in Xing/LAME metadata. From the