diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2013-02-02 22:37:09 +1100 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2013-02-02 22:37:09 +1100 |
commit | d01d0508f9b74386965d8b4dbc790a4dffd53d36 (patch) | |
tree | 8a6f5f9f585c374f6a842196b4757475df824967 /doc/FAQ.html | |
parent | d460feb50b7ed191cb15474aab1996d08a620567 (diff) |
doc/FAQ.html : Add missing opening <P> tag.
Diffstat (limited to 'doc/FAQ.html')
-rw-r--r-- | doc/FAQ.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/FAQ.html b/doc/FAQ.html index 1776788..e213687 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -396,6 +396,7 @@ single <tt>short</tt> value for <tt>sf_read_short</tt> or a single <tt>float</tt for <tt>sf_read_float</tt>. </P> +<P> For a sound file with only one channel, a frame is the same as a item (ie a single sample) while for multi channel sound files, a single frame contains a single item for each channel. |