more documentation updates

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@697 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2006-04-13 13:45:38 +00:00
parent ceb09d8ae9
commit 20f4ae65f2
11 changed files with 106 additions and 63 deletions

View file

@ -28,14 +28,14 @@
#include <polyp/cdecl.h>
/** \page sample Sample format specifications
/** \page sample Sample Format Specifications
*
* \section overv_sec Overview
*
* Polypaudio is capable of handling a multitude of sample formats, rates
* and channels, transparently converting and mixing them as needed.
*
* \section format_sec Sample format
* \section format_sec Sample Format
*
* Polypaudio supports the following sample formats:
*
@ -52,7 +52,7 @@
* The sample formats that are sensitive to endianness have convenience
* macros for native endian (NE), and reverse endian (RE).
*
* \section rate_sec Sample rates
* \section rate_sec Sample Rates
*
* Polypaudio supports any sample rate between 1 Hz and 4 GHz. There is no
* point trying to exceed the sample rate of the output device though as the
@ -78,7 +78,7 @@
* \li pa_bytes_to_usec() - Calculate the time it would take to play a buffer
* of a certain size.
*
* \section util_sec Convenience functions
* \section util_sec Convenience Functions
*
* The library also contains a couple of other convenience functions:
*