Changeset 48 for pa_proposals/trunk/index.html
- Timestamp:
- 10/21/02 02:06:50 (6 years ago)
- Files:
-
- 1 modified
-
pa_proposals/trunk/index.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pa_proposals/trunk/index.html
r26 r48 36 36 <H2>Open Proposals</H2> 37 37 38 <P>The following table lists the proposals currently under consideration. 39 Unless otherwise noted, we are at the design stage with these proposals, even the 40 proposals that have been implemented should not be considered frozen yet. If you think 38 <P>The following table lists the proposals currently under consideration. All of the listed proposals have 39 undergone considerable peer review and are considerd complete. Most have been fully or partially 40 implemented for at least one platform in the v19-devel CVS branch. Until version 19 is released 41 there is a small possibility that the content of these proposals may change in response to 42 implementation experience. If you think 41 43 something is missing, could be improved, or would just like to comment please do so on the 42 44 <A HREF="http://techweb.rfa.org/mailman/listinfo/portaudio">PortAudio mailing list</A>.</P> … … 46 48 <TD><center><b>Proposal</b><center></TD> 47 49 <TD><center><b>Proposal Status</b><center></TD> 50 <TD><center><b>v19-devel Common Infrastructure Status</b><center></TD> 51 <TD><center><b>v19-devel MME Status</b><center></TD> 52 <TD><center><b>v19-devel DirectSound Status</b><center></TD> 53 <TD><center><b>v19-devel ASIO Status</b><center></TD> 48 54 </TR> 49 55 <TR> 50 56 <TD><A HREF="001-UnderflowOverflowHandling.html">001 - Pass Underflow/Overflow Information to the Stream Callback</A></TD> 51 <TD>complete - not implemented</TD> 57 <TD>complete</TD> 58 <TD>implemented</TD> 59 <TD BGCOLOR="#FFCCFF">stubbed</TD> 60 <TD BGCOLOR="#FFCCFF">stubbed</TD> 61 <TD BGCOLOR="#FFCCFF">stubbed</TD> 52 62 </TR> 53 63 <TR> 54 64 <TD><A HREF="002-ImproveDeviceFormatsQueryInterface.html">002 - Improve Device Formats Query Interface</A></TD> 55 <TD>complete - not implemented</TD> 65 <TD>complete</TD> 66 <TD>implemented</TD> 67 <TD BGCOLOR="#FFCCFF">stubbed</TD> 68 <TD BGCOLOR="#FFCCFF">stubbed</TD> 69 <TD BGCOLOR="#FFCCCC">partial</TD> 56 70 </TR> 57 71 <TR> 58 72 <TD><A HREF="003-ImproveLatencySpecificationInterface.html">003 - Improve Latency Specification Interface</A></TD> 59 <TD>complete - partially implemented in v19-devel</TD> 73 <TD>complete</TD> 74 <TD>implemented</TD> 75 <TD BGCOLOR="#FFCCFF">stubbed</TD> 76 <TD BGCOLOR="#FFCCFF">stubbed</TD> 77 <TD>complete</TD> 60 78 </TR> 61 79 <TR> 62 80 <TD><A HREF="004-CallbackVariableFramesPerBuffer.html">004 - Allow Callbacks to Accept Variable Number of Frames per Buffer</A> </TD> 63 <TD>complete - mostly implemented in v19-devel</TD> 81 <TD>complete</TD> 82 <TD>implemented</TD> 83 <TD>implemented</TD> 84 <TD>implemented</TD> 85 <TD>implemented</TD> 64 86 </TR> 65 87 <TR> 66 88 <TD><A HREF="005-BlockingReadWriteInterface.html">005 - Blocking Read/Write Interface</A></TD> 67 <TD>complete - stubbed implementations in v19-devel</TD> 89 <TD>complete</TD> 90 <TD>implemented</TD> 91 <TD BGCOLOR="#FFCCFF">stubbed</TD> 92 <TD BGCOLOR="#FFCCFF">stubbed</TD> 93 <TD BGCOLOR="#FFCCFF">stubbed</TD> 68 94 </TR> 69 95 <TR> 70 96 <TD><A HREF="006-NonInterleavedBuffers.html">006 - Non-Interleaved Buffers</A></TD> 71 <TD>complete - implemented in v19-devel</TD> 97 <TD>complete</TD> 98 <TD>implemented</TD> 99 <TD>implemented</TD> 100 <TD>implemented</TD> 101 <TD>implemented</TD> 72 102 </TR> 73 103 <TR> 74 104 <TD><A HREF="007-MultipleHostAPIsInASingleBuild.html">007 - Support for Multiple Host APIs in a Single PortAudio Build</A></TD> 75 <TD>complete except for dependence on other proposals - implemented in v19-devel</TD> 105 <TD>complete</TD> 106 <TD>implemented</TD> 107 <TD>implemented</TD> 108 <TD>implemented</TD> 109 <TD>implemented</TD> 76 110 </TR> 77 111 <TR> 78 112 <TD><A HREF="008-HostAPISpecificOpenStreamParameters.html">008 - Host API Specific Pa_OpenStream() Parameters</A></TD> 79 <TD>complete - partially implemented in v19-devel</TD> 113 <TD>complete</TD> 114 <TD>implemented</TD> 115 <TD>implemented</TD> 116 <TD>implemented</TD> 117 <TD>implemented</TD> 80 118 </TR> 81 119 <TR> 82 120 <TD><A HREF="009-HandlingHostAPISpecificErrorCodes.html">009 - Handling of Host API Specific Error Codes</A></TD> 83 121 <TD>complete</TD> 122 <TD>implemented</TD> 123 <TD>implemented</TD> 124 <TD>implemented</TD> 125 <TD>implemented</TD> 84 126 </TR> 85 127 <TR> 86 128 <TD><A HREF="010-ClarifyStreamStateMachine.html">010 - Clarify Stream State Machine and State Querying Functions</A></TD> 87 <TD>complete - implemented in v19-devel</TD> 129 <TD>complete</TD> 130 <TD BGCOLOR="#FFCCCC">partial</TD> 131 <TD>implemented</TD> 132 <TD BGCOLOR="#FFCCCC">partial</TD> 133 <TD BGCOLOR="#FFCCFF">not implemented</TD> 88 134 </TR> 89 135 <TR> 90 136 <TD><A HREF="011-RenameExistingSymbolsForConsistency.html">011 - Rename Existing Symbols such as Pa_GetCPULoad(), PaDeviceID etc. for Consistency</A></TD> 91 <TD>complete - implemented in v19-devel</TD> 137 <TD>complete</TD> 138 <TD>implemented</TD> 139 <TD>implemented</TD> 140 <TD>implemented</TD> 141 <TD>implemented</TD> 92 142 </TR> 93 143 <TR> 94 144 <TD><A HREF="012-AdditionalTerminateBehavior.html">012 - Additional Pa_Terminate() Behavior</A></TD> 95 <TD>complete - implemented in v19-devel</TD> 145 <TD>complete</TD> 146 <TD>implemented</TD> 147 <TD>implemented</TD> 148 <TD>implemented</TD> 149 <TD>implemented</TD> 96 150 </TR> 97 151 <TR> 98 152 <TD><A HREF="013-RefactorImplementationInfrastructure.html">013 - Refactor Implementation Infrastructure</A></TD> 99 <TD>out of date - many refactorings already implemented in v19-devel</TD> 153 <TD>complete but could always expand</TD> 154 <TD>implemented</TD> 155 <TD>implemented</TD> 156 <TD>implemented</TD> 157 <TD>implemented</TD> 100 158 </TR> 101 159 <TR> … … 105 163 <TR> 106 164 <TD><A HREF="015-ImproveCallbackTimestampInfo.html">015 - Improve Callback Timestamp Info</A></TD> 107 <TD>complete - not implemented</TD> 165 <TD>complete</TD> 166 <TD>implemented</TD> 167 <TD BGCOLOR="#FFCCCC">partial</TD> 168 <TD BGCOLOR="#FFCCCC">partial</TD> 169 <TD BGCOLOR="#FFCCCC">partial</TD> 108 170 </TR> 109 171 <TR> 110 172 <TD><A HREF="016-UseStructsForOpenStreamParameters.html">016 - Use Structs for Pa_OpenStream() Parameters</A></TD> 111 <TD>complete - not implemented</TD> 173 <TD>complete</TD> 174 <TD>implemented</TD> 175 <TD>implemented</TD> 176 <TD>implemented</TD> 177 <TD>implemented</TD> 112 178 </TR> 113 179
