----- MP3 decoder utility description ----- Name: mpdecode1020 mpdecode11 mpdecode11i Command-line keys: -r | -w -d -s -c -V Parameters: input mp3 format file name Target OS: HP-UX 10.20, 11, 11i (11.11) Application Type: HP-UX executable ----- Usage ----- mpdecode -R|-W [-C] [-S] [-Vx] [-D] -R create raw file -W create WAV file. Do not use when playing output contents real-time because WAV header is created after output file is processed -C re-route output to the standard output. By default, output file is original file name plus ".wav" for WAV format file and ".raw" for raw format file -S silent mode. No header, no frame progress indicator -Vx volume scaling x% (1..100) -D display disclaimer mp3-file-name is input file name Default output file created is source file name added with ".wav" for WAV format file or ".raw" for raw format file. If not using V option volume is set to 100% ----- Usage Examples ----- Real-time playback (raw file format only, option -r): mpdecode -r bf.mp3 -s -c | /opt/audio/bin/send_sound -l16 -srate 44100 -stereo Raw file creation: mpdecode -r bf.mp3 WAV file creation: mpdecode -w bf.mp3