Print this page
11641 spelling mistakes in section 7d of the manual

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man7d/audio.7d.man.txt
          +++ new/usr/src/man/man7d/audio.7d.man.txt
↓ open down ↓ 57 lines elided ↑ open up ↑
  58   58         Sample rate is a number that represents the sampling frequency (in
  59   59         samples per second) of the audio data.
  60   60  
  61   61  
  62   62         The audio mixer always configures the hardware for the highest possible
  63   63         sample rate for both play and record. This ensures that none of the
  64   64         audio streams require compute-intensive low pass filtering. The result
  65   65         is that high sample rate audio streams are not degraded by filtering.
  66   66  
  67   67  
  68      -       Sample rate conversion can be a compute-intensive operation,
  69      -       dependingon the number of channels and a device's sample rate. For
  70      -       example, an 8KHz signal can be easily converted to 48KHz, requiring a
  71      -       low cost up sampling by 6. However, converting from 44.1KHz to 48KHz is
  72      -       computer intensive because it must be up sampled by 160 and then down
  73      -       sampled by 147. This is only done using integer multipliers.
       68 +       Sample rate conversion can be a compute-intensive operation, depending
       69 +       on the number of channels and a device's sample rate. For example, an
       70 +       8KHz signal can be easily converted to 48KHz, requiring a low cost up
       71 +       sampling by 6. However, converting from 44.1KHz to 48KHz is computer
       72 +       intensive because it must be up sampled by 160 and then down sampled by
       73 +       147. This is only done using integer multipliers.
  74   74  
  75   75  
  76   76         Applications can greatly reduce the impact of sample rate conversion by
  77   77         carefully picking the sample rate. Applications should always use the
  78   78         highest sample rate the device supports. An application can also do its
  79   79         own sample rate conversion (to take advantage of floating point and
  80   80         accelerated instructions) or use small integers for up and down
  81   81         sampling.
  82   82  
  83   83  
↓ open down ↓ 52 lines elided ↑ open up ↑
 136  136         applications can choose the encoding format that best meets their
 137  137         needs.
 138  138  
 139  139  
 140  140         The mixer discards the low order 8 bits of 32-bit Signed Linear PCM in
 141  141         order to perform mixing. (This is done to allow for possible overflows
 142  142         to fit into 32-bits when mixing multiple streams together.) Hence, the
 143  143         maximum effective precision is 24-bits.
 144  144  
 145  145  FILES
 146      -       /kernel/drv/audio
 147      -                                    32-bit kernel driver module
 148      -
 149      -
 150  146         /kernel/drv/amd64/audio
 151      -                                    64-bit x86 kernel driver module
      147 +                                    Device driver (x86)
 152  148  
 153  149  
 154  150         /kernel/drv/sparcv9/audio
 155      -                                    64-bit SPARC kernel driver module
      151 +                                    Device driver (SPARC)
 156  152  
 157  153  
 158  154         /kernel/drv/audio.conf
 159      -                                    audio configuration file
      155 +                                    Driver configuration file
 160  156  
 161  157  
 162  158  ATTRIBUTES
 163  159         See attributes(5) for a description of the following attributes:
 164  160  
 165  161  
 166  162  
 167  163  
 168  164         +--------------------+-----------------+
 169  165         |ATTRIBUTE TYPE      | ATTRIBUTE VALUE |
↓ open down ↓ 1 lines elided ↑ open up ↑
 171  167         |Architecture        | SPARC, x86      |
 172  168         +--------------------+-----------------+
 173  169         |Interface Stability | Uncommitted     |
 174  170         +--------------------+-----------------+
 175  171  
 176  172  SEE ALSO
 177  173         ioctl(2), attributes(5), audio(7I), dsp(7I)
 178  174  
 179  175  
 180  176  
 181      -                                August 3, 2009                       AUDIO(7D)
      177 +                               January 10, 2020                      AUDIO(7D)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX