You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set of utilities record, play and modify files via CLI.
50
50
51
-
interactive front end for libSoX
51
+
Interactive front end for libSoX.
52
52
53
-
must install available formats separatelly
53
+
Must install available formats separatelly.
54
54
55
-
record from microphone into `a.wav` file:
55
+
Record from microphone into `a.wav` file:
56
56
57
57
rec a.wav
58
58
59
-
`ctrl+c`: stop recording
59
+
`ctrl+c`to stop recording.
60
60
61
-
plays`a.wav` file:
61
+
Plays`a.wav` file:
62
62
63
63
play a.wav
64
64
65
-
terminates when over
65
+
Terminates when over. Good option to play an alarm signal after a very long command:
66
+
67
+
sleep 5 && play long-sound.wav
66
68
67
69
#alsa
68
70
69
-
Advanced Linus Sound API.
71
+
Advanced Linux Sound API.
70
72
71
-
Replaced OSS in 2008 when it when proprietary. OSS came back to open source, but it lost much momentume back to open source, but it lost much momentum.
73
+
Replaced OSS in 2008 when OSS when went proprietary.
74
+
OSS came back to open source, but it lost much momentum.
72
75
73
-
The kernel soud subsystem is called ALSA.
76
+
The kernel sound subsystem is called ALSA.
74
77
75
78
There are a few tools that interact with it.
76
79
@@ -80,7 +83,7 @@ ncurses interface to view/control sound parameters
80
83
81
84
alsamixer
82
85
83
-
commands:
86
+
Commands:
84
87
85
88
- left/right : change active parameter
86
89
- up/down : change active parameter value
@@ -103,7 +106,7 @@ Unmute sound:
103
106
104
107
##aplay
105
108
106
-
Command line tool that takes numeric input from stdin and generate sound!
109
+
Command line tool that takes numeric input from stdin and generate sound.
107
110
108
111
#pulseaudio
109
112
@@ -117,10 +120,10 @@ Command line control to pulseaudio.
117
120
118
121
###cli
119
122
120
-
rip:
123
+
Rip from dvd:
121
124
122
125
abcde
123
126
124
-
automatically starts ripping correctly on most systems!!
127
+
Automatically finds right configurations on most systems.
125
128
126
-
creates dir in cur dir and saves rip out as `.ogg` in it
129
+
Creates dir in cur dir and saves rip out as `.ogg` in it.
0 commit comments