mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-11 23:25:53 +01:00
Added an sse enabled mixed-radix-fft implementation and a menu/view/{narrow,broaden} spectrum item which adjusts the spectrogram window size
This commit is contained in:
@@ -559,6 +559,14 @@
|
||||
RelativePath="..\..\..\src\FFT.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\FFTMixedRadix.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\FFTMixedRadix.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\FileFormats.cpp"
|
||||
>
|
||||
@@ -2563,7 +2571,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="copy /Y "$(InputDir)\$(InputFileName)" "$(OutDir)\$(ParentName)\$(InputFileName)""
|
||||
CommandLine="copy /Y "$(InputDir)\$(InputFileName)" "$(OutDir)\$(ParentName)\$(InputFileName)"
"
|
||||
Outputs="$(OutDir)\$(ParentName)\$(InputFileName)"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@@ -2572,7 +2580,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="copy /Y "$(InputDir)\$(InputFileName)" "$(OutDir)\$(ParentName)\$(InputFileName)""
|
||||
CommandLine="copy /Y "$(InputDir)\$(InputFileName)" "$(OutDir)\$(ParentName)\$(InputFileName)"
"
|
||||
Outputs="$(OutDir)\$(ParentName)\$(InputFileName)"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@@ -2581,7 +2589,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="copy /Y "$(InputDir)\$(InputFileName)" "$(OutDir)\$(ParentName)\$(InputFileName)""
|
||||
CommandLine="copy /Y "$(InputDir)\$(InputFileName)" "$(OutDir)\$(ParentName)\$(InputFileName)"
"
|
||||
Outputs="$(OutDir)\$(ParentName)\$(InputFileName)"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@@ -2590,7 +2598,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="copy /Y "$(InputDir)\$(InputFileName)" "$(OutDir)\$(ParentName)\$(InputFileName)""
|
||||
CommandLine="copy /Y "$(InputDir)\$(InputFileName)" "$(OutDir)\$(ParentName)\$(InputFileName)"
"
|
||||
Outputs="$(OutDir)\$(ParentName)\$(InputFileName)"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
|
||||
Reference in New Issue
Block a user