asap2wav.1
资源名称:tcpmp.rar [点击查看]
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:2k
源码类别:
Windows CE
开发平台:
C/C++
- .TH ASAP2WAV 1 "January 22, 2006"
- .SH NAME
- asap2wav - convert Atari 8-bit music to WAV
- .SH SYNOPSIS
- .B asap2wav
- .B [-o
- .I FILE
- .B ] [-s
- .I SONG
- .B ] [-t
- .I TIME
- .B ] [-r
- .I FREQ
- .B ] [-q
- .I QUALITY
- .B ] [-b] [-w]
- .I INPUTFILE...
- .SH DESCRIPTION
- .B asap2wav
- converts Atari 8-bit music files to WAV files. It internally uses
- high-quality, identical to the popular Atari800 emulator,
- emulation of the POKEY sound chip and the 6502 processor.
- .SH ARGUMENTS
- Format of the input files is detected from their filename extensions.
- Currently the following formats are supported:
- .TP
- SAP
- Slight Atari Player - standard file format for playing Atari 8-bit music
- on modern computers. Samples are not supported yet.
- .TP
- CMC
- Chaos Music Composer.
- .TP
- CMR
- CMC Rzog - CMC with modified bass sounds.
- .TP
- DMC
- DoublePlay CMC - CMC with 6502 routines executed at double rate
- of the original CMC.
- .TP
- MPT
- Music ProTracker. Samples are not supported yet.
- .TP
- MPD
- MPT DoublePlay - MPT with 6502 routines executed at double rate
- of the original MPT.
- .TP
- RMT
- Raster Music Tracker.
- .TP
- TMC
- Theta Music Composer 1.x, 4-channel file.
- .TP
- TM8
- Theta Music Composer 1.x, 8-channel (stereo) file.
- .TP
- TM2
- Theta Music Composer 2.x.
- .SH OPTIONS
- .TP
- fB-ofR fIFILEfR, fB--outputfR=fIFILEfR
- Set output WAV file name. If you do not specify this option, the name
- of the input file is re-used, with the extension changed to "wav".
- .TP
- fB-sfR fISONGfR, fB--songfR=fISONGfR
- Select subsong number (zero-based).
- .TP
- fB-tfR fITIMEfR, fB--timefR=fITIMEfR
- Set output length MM:SS (default: 03:00).
- .TP
- fB-rfR fIFREQfR, fB--ratefR=fIFREQfR
- Set sample rate in Hz (default: 44100).
- .TP
- fB-qfR fIQUALITYfR, fB--qualityfR=fIQUALITYfR
- Set sound quality 0-3 (default: 1).
- .TP
- fB-bfR, fB--byte-samplesfR
- Output 8-bit samples.
- .TP
- fB-wfR, fB--word-samplesfR
- Output 16-bit samples (default).
- .TP
- fB-hfR, fB--helpfR
- Display help message and exit.
- .TP
- fB-vfR, fB--versionfR
- Display version information and exit.
- .SH COPYRIGHT
- ASAP2WAV is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published
- by the Free Software Foundation; either version 2 of the License,
- or (at your option) any later version.