~ubuntu-branches/debian/squeeze/nas/squeeze

« back to all changes in this revision

Viewing changes to doc/html/man3/AuFileFr.html

  • Committer: Bazaar Package Importer
  • Author(s): Steve McIntyre
  • Date: 2008-10-08 01:18:19 UTC
  • mfrom: (4.1.7 intrepid)
  • Revision ID: james.westby@ubuntu.com-20081008011819-wmr4h2w0298k8t7z
Tags: 1.9.1-5
* Fix pending l10n issues. Debconf translations:
* Swedish. Closes: #491766 (thanks to brother@bsnet.se)
* Arabic. Closes: #500437 (thanks to Ossama Khayat)
* Basque. Closes: #500533 (thanks to Piarres Beobide)
* Brazilian Portuguese. Closes: #500973 (thanks to Felipe
  Augusto van de Wiel)
* Many thanks again to Christian Perrier for his i18n efforts,
  co-ordinating the above.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- manual page source format generated by PolyglotMan v3.0.7, -->
2
 
<!-- available via anonymous ftp from ftp.cs.berkeley.edu:/ucb/people/phelps/tcltk/rman.tar.Z -->
3
 
 
4
 
<HTML>
5
 
<HEAD>
6
 
<TITLE>man page(1)</TITLE>
7
 
</HEAD>
8
 
<BODY bgcolor=white>
9
 
<A HREF="#toc">Table of Contents</A><P>
10
 
 
11
 
<H2><A NAME="sect0" HREF="#toc0">Name</A></H2>
12
 
 
13
 
<P>
14
 
<B>AuFileFormats</B> - audio file formats.
15
 
 
16
 
<H2><A NAME="sect1" HREF="#toc1"><B>Synopsis</B></A></H2>
17
 
 
18
 
<P>
19
 
#include &lt;audio/audiolib.h&gt;
20
 
<P>
21
 
Currently, the following file formats are supported:
22
 
<B>SoundFileFormatSnd</B>, <B>SoundFileFormatVoc</B>, <B>SoundFileFormatWave</B>,
23
 
<B>SoundFileFormatAiff</B>, <B>SoundFileFormatSvx</B>.
24
 
<P>
25
 
<B>SoundFileFormatSnd</B><BR>
26
 
 
27
 
Designates the format used by Sun and NeXT
28
 
machines. Supports the <B>AuFormatULAW8</B>, <B>AuFormatLinearUnsigned8</B>
29
 
and <B>AuFormatLinearSigned16MSB</B><BR>
30
 
 
31
 
data formats.
32
 
<P>
33
 
<B>SoundFileFormatVoc</B><BR>
34
 
 
35
 
Designates the Creative Labs VOC file format.
36
 
Supports the <B>AuFormatLinearUnsigned8</B> data format.
37
 
<P>
38
 
<B>SoundFileFormatWave</B><BR>
39
 
 
40
 
Designates the Microsoft WAVE file format. Supports
41
 
the <B>AuFormatLinearUnsigned8</B> and <B>AuFormatLinearSigned16LSB</B>
42
 
data formats.
43
 
<P>
44
 
<B>SoundFileFormatAiff</B><BR>
45
 
 
46
 
Designates the format used by Apple and SGI
47
 
machines. Supports the <B>AuFormatLinearSigned8</B>
48
 
and <B>AuFormatLinearSigned16MSB</B> data formats.
49
 
<P>
50
 
<B>SoundFileFormatSvx</B><BR>
51
 
 
52
 
Designates the format used on Amigas. Supports
53
 
the <B>AuFormatLinearSigned8</B> data format.
54
 
 
55
 
<H2><A NAME="sect2" HREF="#toc2"><B>See</B> <B>Also</B></A></H2>
56
 
 
57
 
<P>
58
 
<B>AuDataFormats</B>.
59
 
<P>
60
 
audiolib - <B>Network</B> <B>Audio</B> <B>System</B> C Language Interface
61
 
<P>
62
 
 
63
 
<HR><P>
64
 
<A NAME="toc"><B>Table of Contents</B></A><P>
65
 
<UL>
66
 
<LI><A NAME="toc0" HREF="#sect0">Name</A></LI>
67
 
<LI><A NAME="toc1" HREF="#sect1">Synopsis</A></LI>
68
 
<LI><A NAME="toc2" HREF="#sect2">See Also</A></LI>
69
 
</UL>
70
 
</BODY></HTML>