From: Bellai Ádám Date: Fri, 10 Nov 2017 13:18:36 +0000 (+0000) Subject: git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube... X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=9a5e9257101656d55e3199e2e3913aca09e36546;p=mediacube.git git-tfs-id: [tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C30709 --- diff --git a/client/AudioRecorder/WavRecorder.cs b/client/AudioRecorder/WavRecorder.cs index 206ac5de..e018a30d 100644 --- a/client/AudioRecorder/WavRecorder.cs +++ b/client/AudioRecorder/WavRecorder.cs @@ -46,7 +46,7 @@ namespace AudioRecorder { DeviceNumber = inputDeviceIndex, WaveFormat = WaveFormat.CreateIeeeFloatWaveFormat(8000, MONO_CHANEL) - //new WaveFormat(8000, MONO_CHANEL) + //new WaveFormat(8000, MONO_CHANEL) }; }