unicode: one set of barb arrows from unicode 7.0
[sheet.git] / codec-audio.inc.pl
index 5bd336d76f1a254a8a2133eb844074b5a2cf0ba7..4239b2fca6c1d0f12429f26ccf60f28c73294df2 100644 (file)
@@ -1,25 +1,31 @@
 use utf8;
 +{
+intro => 'Comparison of audio compression formats.',
 codec => {
        mp3 => {
                name => '<abbr title="MPEG-1 Audio Layer III">MP3</abbr>',
                available => 1991,
+               generation => 0,
        },
        vorbis => {
                name => 'Vorbis',
                available => 2000,
+               generation => 1,
        },
        opus => {
                name => 'Opus',
                available => 2012,
+               generation => 1,
        },
        aac => {
                name => '<abbr title="Advanced Audio Coding">AAC</abbr>',
                available => 1997,
+               generation => 1,
        },
        atrac => {
                name => '<abbr title="Adaptive Transform Acoustic Coding">ATRAC</abbr>',
                available => 1992,
+               generation => 0,
        },
 },
 feature => {