asap2wav.1
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:2k
源码类别:

Windows CE

开发平台:

C/C++

  1. .TH ASAP2WAV 1 "January 22, 2006"
  2. .SH NAME
  3. asap2wav - convert Atari 8-bit music to WAV
  4. .SH SYNOPSIS
  5. .B asap2wav
  6. .B [-o
  7. .I FILE
  8. .B ] [-s
  9. .I SONG
  10. .B ] [-t
  11. .I TIME
  12. .B ] [-r
  13. .I FREQ
  14. .B ] [-q
  15. .I QUALITY
  16. .B ] [-b] [-w]
  17. .I INPUTFILE...
  18. .SH DESCRIPTION
  19. .B asap2wav
  20. converts Atari 8-bit music files to WAV files. It internally uses
  21. high-quality, identical to the popular Atari800 emulator,
  22. emulation of the POKEY sound chip and the 6502 processor.
  23. .SH ARGUMENTS
  24. Format of the input files is detected from their filename extensions.
  25. Currently the following formats are supported:
  26. .TP
  27. SAP
  28. Slight Atari Player - standard file format for playing Atari 8-bit music
  29. on modern computers. Samples are not supported yet.
  30. .TP
  31. CMC
  32. Chaos Music Composer.
  33. .TP
  34. CMR
  35. CMC Rzog - CMC with modified bass sounds.
  36. .TP
  37. DMC
  38. DoublePlay CMC - CMC with 6502 routines executed at double rate
  39. of the original CMC.
  40. .TP
  41. MPT
  42. Music ProTracker. Samples are not supported yet.
  43. .TP
  44. MPD
  45. MPT DoublePlay - MPT with 6502 routines executed at double rate
  46. of the original MPT.
  47. .TP
  48. RMT
  49. Raster Music Tracker.
  50. .TP
  51. TMC
  52. Theta Music Composer 1.x, 4-channel file.
  53. .TP
  54. TM8
  55. Theta Music Composer 1.x, 8-channel (stereo) file.
  56. .TP
  57. TM2
  58. Theta Music Composer 2.x.
  59. .SH OPTIONS
  60. .TP
  61. fB-ofR fIFILEfR, fB--outputfR=fIFILEfR
  62. Set output WAV file name. If you do not specify this option, the name
  63. of the input file is re-used, with the extension changed to "wav".
  64. .TP
  65. fB-sfR fISONGfR, fB--songfR=fISONGfR
  66. Select subsong number (zero-based).
  67. .TP
  68. fB-tfR fITIMEfR, fB--timefR=fITIMEfR
  69. Set output length MM:SS (default: 03:00).
  70. .TP
  71. fB-rfR fIFREQfR, fB--ratefR=fIFREQfR
  72. Set sample rate in Hz (default: 44100).
  73. .TP
  74. fB-qfR fIQUALITYfR, fB--qualityfR=fIQUALITYfR
  75. Set sound quality 0-3 (default: 1).
  76. .TP
  77. fB-bfR, fB--byte-samplesfR
  78. Output 8-bit samples.
  79. .TP
  80. fB-wfR, fB--word-samplesfR
  81. Output 16-bit samples (default).
  82. .TP
  83. fB-hfR, fB--helpfR
  84. Display help message and exit.
  85. .TP
  86. fB-vfR, fB--versionfR
  87. Display version information and exit.
  88. .SH COPYRIGHT
  89. ASAP2WAV is free software; you can redistribute it and/or modify it
  90. under the terms of the GNU General Public License as published
  91. by the Free Software Foundation; either version 2 of the License,
  92. or (at your option) any later version.