Module Name:    src
Committed By:   nia
Date:           Thu Mar 25 10:03:26 UTC 2021

Modified Files:
        src/usr.bin/audio/record: audiorecord.1

Log Message:
Add an example for recording CD quality audio


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/usr.bin/audio/record/audiorecord.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/audio/record/audiorecord.1
diff -u src/usr.bin/audio/record/audiorecord.1:1.43 src/usr.bin/audio/record/audiorecord.1:1.44
--- src/usr.bin/audio/record/audiorecord.1:1.43	Fri Jan 31 00:21:53 2020
+++ src/usr.bin/audio/record/audiorecord.1	Thu Mar 25 10:03:26 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: audiorecord.1,v 1.43 2020/01/31 00:21:53 sevan Exp $
+.\"	$NetBSD: audiorecord.1,v 1.44 2021/03/25 10:03:26 nia Exp $
 .\"
 .\" Copyright (c) 1998, 1999, 2001, 2002, 2010 Matthew R. Green
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd January 31, 2020
+.Dd March 25, 2021
 .Dt AUDIORECORD 1
 .Os
 .Sh NAME
@@ -181,6 +181,9 @@ the audio control device to be used.
 .It AUDIODEVICE
 the audio device to be used.
 .El
+.Sh EXAMPLES
+Record CD quality audio to a WAVE file:
+.Dl audiorecord -c 2 -e slinear_le -P 16 -s 44100 recording.wav
 .Sh SEE ALSO
 .Xr audioctl 1 ,
 .Xr audioplay 1 ,

Reply via email to