File: sfconvert.1.txt

package info (click to toggle)
audiofile 0.3.6-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,980 kB
  • sloc: cpp: 36,534; sh: 11,090; ansic: 6,060; makefile: 439
file content (70 lines) | stat: -rw-r--r-- 1,737 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
sfconvert(1)
============

NAME
----
sfconvert - convert audio files

SYNOPSIS
--------
*sfconvert* 'infile' 'outfile' ['output options']

DESCRIPTION
-----------
The `sfconvert` command converts an audio file to another file format or data format.

OPTIONS
-------
The following keywords specify the format of the output sound file:

`format` 'f'::
  Output file format. 'f' must be one of the following:
[horizontal]
    `aiff`::: Audio Interchange File Format
    `aifc`::: AIFF-C
    `next`::: NeXT/Sun .snd/.au Format
    `wave`::: MS RIFF WAVE
    `bicsf`::: Berkeley/IRCAM/CARL Sound File Format
    `smp`::: Sample Vision Format
    `voc`::: Creative Voice File Format
    `nist`::: NIST SPHERE Format
    `caf`::: Core Audio Format
    `flac`::: FLAC
`compression` 'c'::
[horizontal]
    `ulaw`::: G.711 mu-law
    `alaw`::: G.711 A-law
    `ima`::: IMA ADPCM
    `msadpcm`::: Microsoft ADPCM
    `flac`::: FLAC
    `alac`::: Apple Lossless Audio Codec
`byteorder` 'e'::
  Output byte order. 'e' may be either `big` or `little`.
`channels` 'n'::
  Number of output channels. 'n' is 1 for mono, and 2 for stereo.
`integer` 'n' 's'::
  Convert to integer audio data. 'n' indicates the output sample width
  in bits. 's' specifies the sample format and may be either `2scomp`
  for 2's complement signed data or `unsigned` for unsigned data.
`float` 'm'::
  Convert to floating-point audio data with a maximum amplitude of
  'm' (usually `1.0`). The `integer` and `float` options are mutually
  exclusive.

The following options take no additional arguments:

`--help`::
`-h`::
Print help message.

`--version`::
`-v`::
Print version information.

SEE ALSO
--------
linkaf:sfinfo[1]

AUTHOR
------
Michael Pruett <michael@68k.org>