1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 4<head> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6 <meta http-equiv="Content-Style-Type" content="text/css" /> 7 <link rel="stylesheet" href="../../css/manpage.css" type="text/css" /> 8</head> 9<body> 10 11<h1>snd - OutputCapture Demo</h1> 12 13<h2>Description</h2> 14 15<div class="section"> 16<p>This sample gets the DSP's final output and saves it on the PC.</p> 17</div> 18 19<h2>Required Environment</h2> 20 21<div class="section"> 22<p>None.</p> 23</div> 24 25<h2>How to Use</h2> 26 27<div class="section"> 28<p>None.</p> 29</div> 30 31<h2>Notes</h2> 32 33<div class="section"> 34<p>None.</p> 35</div> 36 37<h2>Execution Procedure</h2> 38 39<div class="section"> 40<p>The following screen is displayed when you run the demo.</p> 41 <p><img src="Fig/OutputCapture-1.png"></p> 42<p>After some time, the captured sound is written to a file and the following screen is displayed.</p> 43 <p><img src="Fig/OutputCapture-2.png"></p> 44<p>The demo will output data to a file during shutdown if it exits immediately after it starts.</p> 45<p>A log message similar to the following is also displayed in the debugger output.</p> 46 <pre class="code">HIO Lib ver: 10 47Create file [c:\SampleDemos\snd\OutputCapture/20111012.123456.wav]</pre> 48 49</div> 50 51<h2>Revision History</h2> 52 53<div class="section"> 54 <dl class="history"> 55 <dt>2011/10/12</dt> 56<dd>Added support for applets, and modified How to Use and the screen display.</dd> 57 <dt>2011/02/02</dt> 58<dd>Initial version.</dd> 59 </dl> 60</div> 61 62 63<hr><p>CONFIDENTIAL</p></body> 64</html>