aboutsummaryrefslogtreecommitdiff
path: root/audio/stymulator/files/ym2wav.1
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2010-03-28 10:45:00 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2010-03-28 10:45:00 +0000
commit429cc70389eab44ce6a9635749df4f1edacbc5e0 (patch)
tree1b538229f2399035f6b112d16f24b9ba936fc1ff /audio/stymulator/files/ym2wav.1
parent4e520e0c138f578a67aa4a9ccde66315ebdb3b26 (diff)
downloadports-429cc70389eab44ce6a9635749df4f1edacbc5e0.tar.gz
ports-429cc70389eab44ce6a9635749df4f1edacbc5e0.zip
Notes
Diffstat (limited to 'audio/stymulator/files/ym2wav.1')
-rw-r--r--audio/stymulator/files/ym2wav.137
1 files changed, 37 insertions, 0 deletions
diff --git a/audio/stymulator/files/ym2wav.1 b/audio/stymulator/files/ym2wav.1
new file mode 100644
index 000000000000..ff965b0c3ce2
--- /dev/null
+++ b/audio/stymulator/files/ym2wav.1
@@ -0,0 +1,37 @@
+.TH YM2WAV "1" "March 2007" "0.21" "User Commands"
+
+.SH NAME
+.B ym2wav
+- a commandline YM to WAV audio converter.
+
+.SH DESCRIPTION
+STYMulator is an Open Source (GPL License) player which plays music files in the YM chiptune format.
+.br
+In particular the YM files are Yamaha YM2149 soundchip music datas (registers) dumped from the ATARI 16-bit computers.
+.PP
+.B ym2wav
+(part of STYMulator) is a command line YM to WAV audio converter.
+
+.SH SYNOPSIS
+.B ym2wav
+<input_ym_music_file> <output_wav_file>
+
+.SH OPTIONS
+.B ym2wav
+has no options.
+.PP
+It requires two arguments:
+.TP
+.I <input_ym_music_file>
+Relative or absolute filename path of the input YM file.
+.TP
+.I <output_wav_file>
+Relative or absolute filename path of the output WAV file.
+
+.SH SEE ALSO
+ymplayer(1)
+
+.SH AUTHOR
+This manual page was written by Adam Cecile <gandalf@le-vert.net> and was modified by Emanuel Haupt <ehaupt@FreeBSD.org> for FreeBSD.
+.PP
+Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation.