Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/audio/record Add an example for recording CD quality...
details: https://anonhg.NetBSD.org/src/rev/5987af852cc9
branches: trunk
changeset: 960657:5987af852cc9
user: nia <nia%NetBSD.org@localhost>
date: Thu Mar 25 10:03:26 2021 +0000
description:
Add an example for recording CD quality audio
diffstat:
usr.bin/audio/record/audiorecord.1 | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 31ed5b8f8517 -r 5987af852cc9 usr.bin/audio/record/audiorecord.1
--- a/usr.bin/audio/record/audiorecord.1 Thu Mar 25 09:49:00 2021 +0000
+++ b/usr.bin/audio/record/audiorecord.1 Thu Mar 25 10:03:26 2021 +0000
@@ -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 @@
.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 ,
Home |
Main Index |
Thread Index |
Old Index