1AXFER(1)                    General Commands Manual                   AXFER(1)
2
3
4

NAME

6       axfer  -  command-line  sound recorder and player for sound devices and
7       nodes supported by Linux sound subsystem (Advanced Linux  Sound  Archi‐
8       tecture, also known as ALSA).
9
10

SYNOPSYS

12       axfer subcommand direction options
13
14       subcommand = transfer | list | version | help
15
16       direction = capture | playback
17
18       options = ( depends on subcommand )
19
20

DESCRIPTION

22       The  axfer is a command-line recorder and player to transfer audio data
23       frame between sound devices/nodes and files/stdin/stdout.
24
25

OPTIONS

27   Subcommand
28       transfer
29              Performs  transmission  of  audio  data  frame.  Its  detail  is
30              described in axfer-transfer(1) manual.
31
32
33       list   Dumps  lists of available sound devices and nodes. Its detail is
34              described in axfer-list(1) manual.
35
36
37       version
38              Prints version of this  application  (as  the  same  version  as
39              alsa-utils package).
40
41
42       help   Prints a short message about subcommands for users to enter this
43              application.
44
45
46   Direction
47       capture
48              Operates for capture transmission.
49
50
51       playback
52              Operates for playback transmission.
53
54

EXIT STATUS

56       EXIT_SUCCESS (0) if run time successfully finished,  else  EXIT_FAILURE
57       (1).
58
59

COMPATIBILITY TO APLAY

61       The axfer is designed to be compatible to aplay(1) as much as possible.
62       In command line, executions of aplay/arecord  files  under  $PATH  runs
63       axfer  with compatibility mode if filesystem has symbolic link from the
64       aplay/arecord to axfer.
65
66
67           $ ln -s aplay axfer
68           $ ln -s arecord axfer
69
70   A string to which arg[0] points
71       When args[0] in run time points to string ended with  'aplay',  it  has
72       the  same meaning of playback direction. When it points to string ended
73       with 'arecord', it has the same meaning of capture direction.
74
75
76   Options acknowledged as list subcommand
77       Options of -l , --list-devices , -L , --list-pcms are  acknowledged  as
78       list  subcommand.  Without them, the run time performs transfer subcom‐
79       mand.
80
81

REPORTING BUGS

83       Report   any   bugs    to    mailing    list    of    ALSA    community
84       <alsa-devel@alsa-project.org>  where the development and maintenance is
85       primarily done.  Bug  tracking  service  of  alsa-utils  repository  on
86       github.com is also available.
87
88

SEE ALSO

90       axfer-transfer(1), axfer-list(1), alsamixer(1), amixer(1)
91
92

AUTHOR

94       Takashi Sakamoto <o-takashi@sakamocchi.jp>
95
96
97
98alsa-utils                     28 November 2018                       AXFER(1)
Impressum