From 8ab081d1358b831bf7e1a7ea3f9c33a8778fc62a Mon Sep 17 00:00:00 2001 From: Waldi Date: Tue, 8 Nov 2016 13:53:51 +0100 Subject: [PATCH] mini update damit sich keiner aufregt und fals doch. pech --- BeWo/View/ChatView.xaml.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/BeWo/View/ChatView.xaml.cs b/BeWo/View/ChatView.xaml.cs index be26a13e7..a2b128d12 100644 --- a/BeWo/View/ChatView.xaml.cs +++ b/BeWo/View/ChatView.xaml.cs @@ -42,7 +42,7 @@ using DevExpress.XtraEditors.Senders; using DevExpress.XtraPrinting.Native; using DevExpress.XtraPrinting.XamlExport; using Microsoft.Office.Interop.Word; -using NAudio.Wave; +//using NAudio.Wave; using Brush = System.Windows.Media.Brush; using Button = System.Windows.Forms.Button; using Color = System.Drawing.Color; @@ -2094,7 +2094,7 @@ namespace BeWo.View { if (AktChatUser.Items.Count != 0) { - if (WaveIn.DeviceCount != 0) + /* if (WaveIn.DeviceCount != 0) { try { @@ -2122,7 +2122,7 @@ namespace BeWo.View else { // MessageBox.Show("Bitte Schließen sie ein Microfon an, um diese Funktion nutzen zu können.", "Kein Microfon vorhanden.",MessageBoxButton.OK); - } + }*/ } else @@ -2136,10 +2136,10 @@ namespace BeWo.View { if (AktChatUser.Items.Count != 0) { - if (WaveIn.DeviceCount != 0) + /*if (WaveIn.DeviceCount != 0) { waveSource.StopRecording(); - } + }*/ //übergebe gespeicherte aufnahme an prozess zum senden/speichern WOMBO.mp3 // ZeigeProgressWärendUpload(3, @"C:\Temp\WOMBO.mp3"); } @@ -2147,7 +2147,7 @@ namespace BeWo.View } //testen - private void waveSource_DataAvailable(object sender, WaveInEventArgs e) + /* private void waveSource_DataAvailable(object sender, WaveInEventArgs e) { if (waveFile != null) { @@ -2171,7 +2171,7 @@ namespace BeWo.View waveFile = null; } } - + */ //fertig | design aber noch nicht private void MediaBase_OnClick(object sender, RoutedEventArgs e)