mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 00:53:46 +02:00
Tweaks to Noise Reduction, by Paul Licameli.
1. Put the new files at the proper level of the Solution Explorer tree. 2. Fix a tiny tiny inefficiency in RotateHistoryWindows(). 3. Do not use leading zero-padded windows when gathering statistics. 4. Hamming windows are in the advanced menu of choices, following Federico Miyara's suggestion.
This commit is contained in:
@@ -828,10 +828,12 @@
|
||||
<ClCompile Include="..\..\..\src\widgets\NumericTextCtrl.cpp">
|
||||
<Filter>src/widgets</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\src\effects\NoiseReduction.cpp" />
|
||||
<ClCompile Include="..\..\..\src\effects\Phaser.cpp">
|
||||
<Filter>src/effects</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\src\effects\NoiseReduction.cpp">
|
||||
<Filter>src/effects</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\..\src\AboutDialog.h">
|
||||
@@ -1650,13 +1652,15 @@
|
||||
<ClInclude Include="..\..\..\src\widgets\NumericTextCtrl.h">
|
||||
<Filter>src/widgets</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\src\effects\NoiseReduction.h" />
|
||||
<ClInclude Include="..\..\..\include\audacity\EffectAutomationParameters.h">
|
||||
<Filter>includes\audacity</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\src\effects\Phaser.h">
|
||||
<Filter>src/effects</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\src\effects\NoiseReduction.h">
|
||||
<Filter>src/effects</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Image Include="..\..\audacity.ico">
|
||||
|
Reference in New Issue
Block a user