From c16b31b052992296853156058e469c07d6a43dc3 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Tue, 23 Jul 2002 13:33:58 +0000 Subject: [PATCH] More ov_read_float() doc fixes that I missed last time svn path=/trunk/vorbis/; revision=3712 --- doc/vorbisfile/ov_read_float.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/vorbisfile/ov_read_float.html b/doc/vorbisfile/ov_read_float.html index 47ea2a5..0300adf 100644 --- a/doc/vorbisfile/ov_read_float.html +++ b/doc/vorbisfile/ov_read_float.html @@ -64,7 +64,7 @@ functions.
0
indicates EOF
n
-
indicates actual number of bytes read. ov_read() will +
indicates actual number of samples read. ov_read_float() will decode at most one vorbis packet per invocation, so the value returned will generally be less than length. @@ -74,7 +74,7 @@ functions.

Typical usage:

float **pcm; -bytes_read = ov_read_float(&vf,pcm, 1024, &current_section) +samples_read = ov_read_float(&vf,pcm, 1024, &current_section)
This decodes up to 1024 float samples. -- 2.7.4