mirror of
https://github.com/vale981/VoiDPlugins
synced 2025-03-05 17:21:38 -05:00
8 lines
No EOL
102 B
C#
8 lines
No EOL
102 B
C#
namespace VoiDPlugins
|
|
{
|
|
enum ReconstructionAlg
|
|
{
|
|
ReverseMA,
|
|
ReverseEMA
|
|
}
|
|
} |