~ubuntu-branches/ubuntu/trusty/mhwaveedit/trusty

« back to all changes in this revision

Viewing changes to mhwaveedit.1

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-08-01 10:56:03 UTC
  • mfrom: (1.2.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100801105603-07uq6pm3l2c1o9lm
Tags: 1.4.20-1
* New upstream release:
  - Minor changes to the manpage
  - Add manual page written by Francois Wendling.
  - ALSA driver: Implement non-event driven mode by setting
    fd count to zero
  - Alsa driver: Check maximum size and retry on EAGAIN
  - Alsa driver: Fix re-enabling of I/O group
  - alsa driver: Call snd_pcm_start if -EAGAIN error occurs in prepared
    state
  - alsa driver: Also re-enable I/O group after EAGAIN
  - ALSA driver: Also use I/O group for recording
  - ALSA driver: Use I/O groups.
  - ALSA driver: Fix period/buffer size setting
  - mainloop: Add a new IO group API
  - player: Set samplebytes properly when choosing fallback format
  - player: Make player_work into private function. Remove call from
    chunkview
* Drop manpage, now it's provided by upstream.
* Install ChangeLog.git as upstream's changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH "mhwaveedit" "1" "2010\-07\-29"
 
2
.SH "NAME"
 
3
mhwaveedit \- A simple and fast GTK2 sound editor
 
4
.SH "SYNOPSIS"
 
5
.PP
 
6
.B mhwaveedit
 
7
.RI "[ " options " ]"
 
8
.RI "[ " "audio_file  ..." " ]"
 
9
.SH "DESCRIPTION"
 
10
.PP
 
11
This manual page documents briefly the \fBmhwaveedit\fR command.
 
12
.PP
 
13
.B mhwaveedit
 
14
is a graphical program for editing sound files, intended to be user\-friendly
 
15
and robust.
 
16
.SH "OPTIONS"
 
17
.\" main.c, ~ line 130\-150
 
18
.TP
 
19
.BR \-\-no\-ladspa
 
20
Disable LADSPA plugins
 
21
.TP
 
22
.BR \-\-driver " \fIalsa\fR | \fIoss\fR | \fIjack\fR | \fIpulse\fR | \fIdummy\fR"
 
23
Use a specific sound driver for playback
 
24
.TP
 
25
.BR \-\-test
 
26
Perform a test of conversion functions
 
27
.TP
 
28
.BR \-\-perftest
 
29
Perform a conversion performance test
 
30
.TP
 
31
.BR \-\-help
 
32
Show a short help message
 
33
.TP
 
34
.BR \-\-version
 
35
Display the version of \fBmhwaveedit\fR 
 
36
.SH "AUTHOR"
 
37
.PP
 
38
\fBmhwaveedit\fR is Copyright (C) 2002-2010, Magnus Hjorth
 
39
 
 
40
mhWaveEdit is free software; you can redistribute it and/or modify 
 
41
it under the terms of the GNU General Public License as published by the 
 
42
Free Software Foundation; either version 2 of the License, or (at your 
 
43
option) any later version.
 
44
.PP
 
45
This manual page was written by Francois Wendling <frwendling@free.fr> for the
 
46
Debian GNU/Linux system (but may be used by others).