git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube...
authorBellai Ádám <USER\adam.bellai>
Tue, 14 Nov 2017 08:16:15 +0000 (08:16 +0000)
committerBellai Ádám <USER\adam.bellai>
Tue, 14 Nov 2017 08:16:15 +0000 (08:16 +0000)
client/AudioRecorder/WavRecorder.cs

index f80d3184a16f5302e7a9af667afcfc857f1efcf9..73b70acfd381800408da5ea9c1b32fbd3be7f585 100644 (file)
@@ -16,7 +16,7 @@ namespace AudioRecorder {
         private List<String> createdWavFiles;\r
         private MMDevice device;\r
         private IMainForm mainForm;\r
-        private bool pausing;\r
+        private volatile bool pausing;\r
 \r
         public WavRecorder(int inputDeviceIndex, MMDevice device, IMainForm mainForm) {\r
             this.inputDeviceIndex = inputDeviceIndex;\r