mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
api.html : Minor fixes.
This commit is contained in:
parent
e02f934673
commit
0ec53fa7ad
@ -1,3 +1,8 @@
|
||||
2005-11-13 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
|
||||
|
||||
* doc/api.html
|
||||
Fix a minor typo and a minor error. Thanks Christoph Kobe and John Pavel.
|
||||
|
||||
2005-10-30 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
|
||||
|
||||
* src/wav_w64.c
|
||||
|
@ -48,7 +48,7 @@
|
||||
|
||||
<H2><B>SYNOPSIS</B></H2>
|
||||
<P>
|
||||
The functions of linbsndfile are defined as follows:
|
||||
The functions of libsndfile are defined as follows:
|
||||
</P>
|
||||
<!-- pepper -->
|
||||
<PRE>
|
||||
@ -144,7 +144,7 @@ The mode parameter for this function can be any one of the following three value
|
||||
When opening a file for read, the <b>format</B> field should be set to zero before
|
||||
calling sf_open().
|
||||
The only exception to this is the case of RAW files where the caller has to set
|
||||
the channels and format fields to valid values.
|
||||
the samplerate, channels and format fields to valid values.
|
||||
All other fields of the structure are filled in by the library.
|
||||
</P>
|
||||
<!-- pepper -->
|
||||
|
Loading…
Reference in New Issue
Block a user