| Index: native_client_sdk/src/examples/sine_synth/index.html
|
| diff --git a/native_client_sdk/src/examples/sine_synth/index.html b/native_client_sdk/src/examples/sine_synth/index.html
|
| index f2f66a37baf45c58a2252d6c24fd1d58a6f61875..70e8ed21b6e7290daff06dfb5fabf85582c4f7de 100644
|
| --- a/native_client_sdk/src/examples/sine_synth/index.html
|
| +++ b/native_client_sdk/src/examples/sine_synth/index.html
|
| @@ -15,8 +15,10 @@ found in the LICENSE file.
|
| <body {{attrs}}>
|
| <h1>{{title}}</h1>
|
| <h2>Status: <code id="statusField">NO-STATUS</code></h2>
|
| + <p>The Sine Wave Synthesizer example demonstrates playing sound (a sine
|
| + wave). Enter the desired frequency and hit play to start, stop to end.</p>
|
|
|
| - <p>Click the button to start and stop the sine wave playing.</p>
|
| + <p>Click the buttons to start and stop the sine wave playing.</p>
|
| <button id="playButton">Play</button>
|
| <button id="stopButton">Stop</button>
|
|
|
|
|