Add an example for recording CD quality audio

This commit is contained in:
nia 2021-03-25 10:03:26 +00:00
parent aca4a8ff12
commit e11a27e948
1 changed files with 5 additions and 2 deletions

View File

@ -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 ,