MADPlay v0.15.0b
http://www.underbit.com/products/mad/
MAD frontend
http://home.wanadoo.nl/%7Ew.speek/mad_frontend.htm
MAD bundle
http://rarewares.hydrogenaudio.org/mp3.html
home


with option "-v --output=hoge.snd"

  • result

    normal sample
         Title: Test sample02
        Artist: foo
         Album: bar
         Track: 2
          Year: 2003
         Genre: A Cappella
       Comment: hogehoge
     00:00:22 Layer III, 160 kbps, 44100 Hz, stereo, no CRC
    861 frames decoded (0:00:22.4), -2.7 dB peak amplitude, 0 clipped samples
    

    damaged sample

         Title: bad
        Artist: foo
         Album: bar
         Track: 5
          Year: 2003
         Genre: Acid
       Comment: damaged
     00:00:21 Layer III, 128 kbps, 44100 Hz, joint stereo (MS), no CRC
    error: frame 828: bad big_values count
     00:00:21 Layer III, 128 kbps, 44100 Hz, joint stereo (MS), no CRC
    error: frame 830: lost synchronization
     00:03:23 Layer III, 128 kbps, 44100 Hz, joint stereo (MS), no CRC
    error: frame 7798: lost synchronization
    error: frame 7800: lost synchronization
    7795 frames decoded (0:03:23.6), +0.4 dB peak amplitude, 36 clipped samples
    


    --help

    Usage: madplay.exe [OPTIONS] FILE [...]
    Decode and play MPEG audio FILE(s).
    
    Verbosity:
      -v, --verbose                show status while decoding
      -q, --quiet                  be quiet but show warnings
      -Q, --very-quiet             be quiet and do not show warnings
          --display-time=MODE      use default verbose time display MODE
                                     (remaining, current, overall)
    
    Decoding:
          --downsample             reduce sample rate 2:1
      -i, --ignore-crc             ignore CRC errors
          --ancillary-output=PATH  write ancillary data to PATH
    
    Audio output:
      -o, --output=[TYPE:]PATH     write output to PATH with format TYPE (below)
      -b, --bit-depth=DEPTH        request DEPTH bits per sample
      -R, --sample-rate=HERTZ      request HERTZ samples per second
      -d, --no-dither              do not dither output PCM samples
          --fade-in[=DURATION]     fade-in songs over DURATION (default 0:05)
      -a, --attenuate=DECIBELS     attenuate signal by DECIBELS (-)
      -a, --amplify=DECIBELS       amplify signal by DECIBELS (+)
      -A, --adjust-volume=DECIBELS override per-file volume adjustments
    
    Channel selection:
      -1, --left                   output first (left) channel only
      -2, --right                  output second (right) channel only
      -m, --mono                   mix left and right channels for monaural output
      -S, --stereo                 force stereo output
    
    Playback:
      -s, --start=TIME             skip to begin at TIME (HH:MM:SS.DDD)
      -t, --time=DURATION          play only for DURATION (HH:MM:SS.DDD)
      -z, --shuffle                randomize file list
      -r, --repeat[=MAX]           play files MAX times, or indefinitely
          --tty-control            enable keyboard controls
          --no-tty-control         disable keyboard controls
    
    Miscellaneous:
      -V, --version                display version number and exit
          --license                show copyright/license message and exit
      -h, --help                   display this help and exit
    
    Supported output formats:
      cdda    CD audio, 16-bit 44100 Hz stereo PCM (*.cdr, *.cda)
      aiff    Audio IFF, [16-bit] PCM (*.aif, *.aiff)
      wave    Microsoft RIFF/WAVE, [16-bit] PCM (*.wav)
      snd     Sun/NeXT audio, 8-bit ISDN mu-law (*.au, *.snd)
      raw     binary [16-bit] host-endian linear PCM
      hex     ASCII hexadecimal [24-bit] linear PCM
      null    no output (decode only)
    


    home