1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META name="GENERATOR" content="Microsoft FrontPage 5.0"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 8<BASE target="main"> 9<TITLE>Sound Pipeline (SP) API Function List</TITLE> 10</HEAD> 11<BODY> 12<H1><A name="Sound Pipeline API">Sound Pipeline (SP) API Function List</A></H1> 13 14<H2><a name="Initialize">Initialization and Operation</a></H2> 15<TABLE class="api_list" border="1"> 16 <TBODY> 17 <TR> 18<TH><a href="Sp/SPInitSoundTable.html">SPInitSoundTable</a></TH> 19<TD>Initializes a sound table loaded into memory from a disc or other source.</TD> 20 </TR> 21 <TR> 22<TH><a href="Sp/SPGetSoundEntry.html">SPGetSoundEntry</a></TH> 23<TD>Gets sound entries specified by index in the sound table.</TD> 24 </TR> 25 <TR> 26<TH><a href="Sp/SPPrepareSound.html">SPPrepareSound</a></TH> 27<TD>Initializes the specified voice using the information and playback frequency of a sound entry.</TD> 28 </TR> 29 <TR> 30<TH><a href="Sp/SPPrepareEnd.html">SPPrepareEnd</a></TH> 31<TD>Changes the voice type from "looped" to "no loop."</TD> 32 </TR> 33 </TBODY> 34</TABLE> 35 36<H2><a name="Structure">Structures</a></H2> 37<TABLE class="api_list" border="1"> 38 <TBODY> 39 <TR> 40<TH><a href="Sp/SPSoundTable.html">SPSoundTable</a></TH> 41<TD>Table data that collects all of the sound entry information in the corresponding sound data.</TD> 42 </TR> 43 <TR> 44<TH><a href="Sp/SPSoundEntry.html">SPSoundEntry</a></TH> 45<TD>Information related to each sound entry in a sound table.</TD> 46 </TR> 47 <TR> 48<TH><a href="Sp/SPAdpcmEntry.html">SPAdpcmEntry</a></TH> 49<TD>Decoding information that is needed when all of the sound entry data in a sound table is in ADPCM format.</TD> 50 </TR> 51 </TBODY> 52</TABLE> 53 54<br><br><br> 55 56<hr><p>CONFIDENTIAL</p></body> 57</HTML>