diff options
author | 2016-04-03 17:01:07 +0200 | |
---|---|---|
committer | 2016-04-03 17:19:41 +0200 | |
commit | 528a39fc54cf7648d51094505e84dc6c4f8f3692 (patch) | |
tree | 3611dd2e8315958644fc8babafe3c669ba65e413 /docs/man/ldresample.1 | |
parent | 98945490895785509d0dacce1cae553a4421d323 (diff) |
moved man files to proper location (nw)
Diffstat (limited to 'docs/man/ldresample.1')
-rw-r--r-- | docs/man/ldresample.1 | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/docs/man/ldresample.1 b/docs/man/ldresample.1 new file mode 100644 index 00000000000..c56b8af2c06 --- /dev/null +++ b/docs/man/ldresample.1 @@ -0,0 +1,46 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.\" +.TH LDRESAMPLE 1 2015-07-22 0.164 "MAME laserdisc audio manipulation tool" +.\" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp <n> insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH "NAME" +ldresample \- MAME laserdisc audio manipulation tool +.SH "SYNOPSIS" +.B ldresample +.I source.chd +.br +.B ldresample +.I source.chd +.I output.chd +.B offset +.B [slope] +.SH "DESCRIPTION" +Assists in resynchronizing audio tracks in a CHD (Compressed Hunks of Data) +file with frames. +.PP +.B Offset +parameter and \fBslope\fR option make a linear equation f(x) which +describes the sample offset from the source as a function of field number. +.SH "COPYRIGHT" +Copyright \(co 2008 Aaron Giles. BSD License. +.SH "SEE ALSO" +ldverify(1), mame(6), mess(6) +.SH "AUTHORS" +Written by Aaron Giles. +.PP +This manual page was written by Ludovic Lechapt <ludomatic@gmail.com>, +for the Debian project but may be used by others. |