Module Name: src Committed By: martin Date: Tue Mar 2 15:57:06 UTC 2021
Modified Files: src/share/man/man4 [netbsd-9]: pad.4 Log Message: Pull up following revision(s) (requested by nia in ticket #1220): share/man/man4/pad.4: revision 1.7 share/man/man4/pad.4: revision 1.8 share/man/man4/pad.4: revision 1.9 share/man/man4/pad.4: revision 1.10 Use /dev/audioX rather than /dev/soundX in examples. Avoids accidentally running into confusing behavior. Add another example of recording the output of an application. Explain something that confused me. Slightly adjust wording. It does seem to work with multiple applications concurrently writing to the device in a quick test I did. Explain the format of the raw PCM data users can read from a pad(4). Since it's headerless this is important so the data can be interpreted properly. Also, ordinary audio ioctls cannot be used on a pad and the format can't be changed, so applications that attempt to automatically determine the format of a device like audiorecord don't work. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.6.8.1 src/share/man/man4/pad.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.