From cf22b2328bf0e255e9297ceb24f517513b8a19f4 Mon Sep 17 00:00:00 2001 From: Kjell Kernen Date: Sat, 22 Mar 2014 00:38:18 +0100 Subject: [PATCH] Added audio processing of recorded files. --- sound/recorder/MainWindow.xaml | 19 ++- sound/recorder/MainWindow.xaml.cs | 20 +-- sound/recorder/OpenTXRecorder.csproj | 1 + sound/recorder/Properties/AssemblyInfo.cs | 4 +- sound/recorder/WaveIn.cs | 8 +- sound/recorder/clsWaveProcessor.cs | 163 ++++++++++++++++++++++ 6 files changed, 198 insertions(+), 17 deletions(-) create mode 100644 sound/recorder/clsWaveProcessor.cs diff --git a/sound/recorder/MainWindow.xaml b/sound/recorder/MainWindow.xaml index 8dc4626e9..3be9ace89 100644 --- a/sound/recorder/MainWindow.xaml +++ b/sound/recorder/MainWindow.xaml @@ -57,9 +57,7 @@ SelectionChanged="switchLanguage" Width="200" Height="23" /> - - @@ -82,9 +80,24 @@ + + + + + + + - +