mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-01 14:43:48 +01:00
Prepare to split AudioIOBase from AudioIO...
... New files, but (almost) empty; don't use the global variable gAudioIO, but use one of two accessor function names (which are the same function for now). AudioIOBase will have fewer dependencies than AudioIO -- in particular, no dependency on tracks. It won't include StartStream. It will contain functions to query the present state of streams, and device capabilities.
This commit is contained in:
@@ -129,6 +129,7 @@
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\src\AudacityLogger.cpp" />
|
||||
<ClCompile Include="..\..\..\src\AudioIO.cpp" />
|
||||
<ClCompile Include="..\..\..\src\AudioIOBase.cpp" />
|
||||
<ClCompile Include="..\..\..\src\AutoRecovery.cpp" />
|
||||
<ClCompile Include="..\..\..\src\AutoRecoveryDialog.cpp" />
|
||||
<ClCompile Include="..\..\..\src\BatchCommandDialog.cpp" />
|
||||
@@ -506,6 +507,7 @@
|
||||
<ClInclude Include="..\..\..\src\AudacityHeaders.h" />
|
||||
<ClInclude Include="..\..\..\src\AudacityLogger.h" />
|
||||
<ClInclude Include="..\..\..\src\AudioIO.h" />
|
||||
<ClInclude Include="..\..\..\src\AudioIOBase.h" />
|
||||
<ClInclude Include="..\..\..\src\AudioIOListener.h" />
|
||||
<ClInclude Include="..\..\..\src\AutoRecovery.h" />
|
||||
<ClInclude Include="..\..\..\src\AutoRecoveryDialog.h" />
|
||||
|
||||
Reference in New Issue
Block a user