| Index: native_client_sdk/src/doc/devguide/coding/audio.rst
|
| diff --git a/native_client_sdk/src/doc/devguide/coding/audio.rst b/native_client_sdk/src/doc/devguide/coding/audio.rst
|
| index 88c93880da713ca63f96d3ed0e8eb3293c5c8a4c..cfe627c166427561bbe36a07f60c77bf10a006ec 100644
|
| --- a/native_client_sdk/src/doc/devguide/coding/audio.rst
|
| +++ b/native_client_sdk/src/doc/devguide/coding/audio.rst
|
| @@ -9,7 +9,7 @@ Audio
|
| :backlinks: none
|
| :depth: 2
|
|
|
| -This chapter describes how to use the Pepper audio API to play an audio
|
| +This section describes how to use the Pepper audio API to play an audio
|
| stream. The Pepper audio API provides a low-level means of playing a stream of
|
| audio samples generated by a Native Client module. The API generally works as
|
| follows: A Native Client module creates an audio resource that represents an
|
| @@ -18,7 +18,7 @@ resource. The browser calls a function in the Native Client module to fill a
|
| buffer with audio samples every time it needs data to play from the audio
|
| stream.
|
|
|
| -The code examples in this chapter describe a simple Native Client module that
|
| +The code examples in this section describe a simple Native Client module that
|
| generates audio samples using a sine wave with a frequency of 440 Hz. The module
|
| starts playing the audio samples as soon as it is loaded into the browser. For a
|
| slightly more sophisticated example, see the ``audio`` example (source code in
|
|
|