NetBSD/usr.bin/audio
nat 82924a36bf The audio sub-system now supports the following features as
posted to tech-kern:

    * Simultaneous playback and mixing of multiple streams
    * Playback streams can be of different encoding, frequency, precision
      and number of channels
    * Simultaneous recording to different formats
    * One audio device per process
    * Sysctls to set the common format frequency, precision and channels
    * Independent mixer controls for recording/playback per stream
    * Utilizes little cpu time for multiple streams / good performance
    * Compatible with existing programs that use OSS/NetBSD audio
    * Changes to audioctl(1) to allow specifying process id for corresponding
      audio device
2016-12-08 10:28:44 +00:00
..
common rename struct write_info as struct track_info, and the variable name 'wi' 2015-08-05 06:54:39 +00:00
ctl The audio sub-system now supports the following features as 2016-12-08 10:28:44 +00:00
play rename struct write_info as struct track_info, and the variable name 'wi' 2015-08-05 06:54:39 +00:00
record rename struct write_info as struct track_info, and the variable name 'wi' 2015-08-05 06:54:39 +00:00
Makefile
Makefile.inc Enable WARNS=4 by default for usr.bin, except for: 2009-04-14 22:15:16 +00:00