Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Side by Side Diff: native_client_sdk/doc_generated/devguide/coding/audio.html

Issue 2875303003: Add migration to WebAssembly information to PNaCl / NaCl docs. (Closed)
Patch Set: fix Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 {{+bindTo:partials.standard_nacl_article}} 1 {{+bindTo:partials.standard_nacl_article}}
2 2
3 <section id="audio"> 3 <b><font color="#cc0000">
4 <span id="devguide-coding-audio"></span><h1 id="audio"><span id="devguide-coding -audio"></span>Audio</h1> 4 NOTE:
5 Deprecation of the technologies described here has been announced
6 for platforms other than ChromeOS.<br/>
7 Please visit our
8 <a href="/native-client/migration">migration guide</a>
9 for details.
10 </font></b>
11 <hr/><section id="audio">
12 <h1 id="audio">Audio</h1>
5 <div class="contents local" id="contents" style="display: none"> 13 <div class="contents local" id="contents" style="display: none">
6 <ul class="small-gap"> 14 <ul class="small-gap">
7 <li><a class="reference internal" href="#reference-information" id="id1">Referen ce information</a></li> 15 <li><a class="reference internal" href="#reference-information" id="id1">Referen ce information</a></li>
8 <li><a class="reference internal" href="#about-the-pepper-audio-api" id="id2">Ab out the Pepper audio API</a></li> 16 <li><a class="reference internal" href="#about-the-pepper-audio-api" id="id2">Ab out the Pepper audio API</a></li>
9 <li><a class="reference internal" href="#digital-audio-concepts" id="id3">Digita l audio concepts</a></li> 17 <li><a class="reference internal" href="#digital-audio-concepts" id="id3">Digita l audio concepts</a></li>
10 <li><a class="reference internal" href="#setting-up-the-module" id="id4">Setting up the module</a></li> 18 <li><a class="reference internal" href="#setting-up-the-module" id="id4">Setting up the module</a></li>
11 <li><p class="first"><a class="reference internal" href="#creating-an-audio-conf iguration-resource" id="id5">Creating an audio configuration resource</a></p> 19 <li><p class="first"><a class="reference internal" href="#creating-an-audio-conf iguration-resource" id="id5">Creating an audio configuration resource</a></p>
12 <ul class="small-gap"> 20 <ul class="small-gap">
13 <li><a class="reference internal" href="#resources" id="id6">Resources</a></li> 21 <li><a class="reference internal" href="#resources" id="id6">Resources</a></li>
14 <li><a class="reference internal" href="#sample-frame-count" id="id7">Sample fra me count</a></li> 22 <li><a class="reference internal" href="#sample-frame-count" id="id7">Sample fra me count</a></li>
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 } else if (message == kStopSoundId) { 339 } else if (message == kStopSoundId) {
332 audio_.StopPlayback(); 340 audio_.StopPlayback();
333 } else if (...) { 341 } else if (...) {
334 ... 342 ...
335 } 343 }
336 } 344 }
337 </pre> 345 </pre>
338 </section> 346 </section>
339 347
340 {{/partials.standard_nacl_article}} 348 {{/partials.standard_nacl_article}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698