https://git.useribm.hu
/
mediacube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c9196b
)
git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube...
author
Bellai Ádám
<USER\adam.bellai>
Tue, 14 Nov 2017 08:16:15 +0000
(08:16 +0000)
committer
Bellai Ádám
<USER\adam.bellai>
Tue, 14 Nov 2017 08:16:15 +0000
(08:16 +0000)
client/AudioRecorder/WavRecorder.cs
patch
|
blob
|
history
diff --git
a/client/AudioRecorder/WavRecorder.cs
b/client/AudioRecorder/WavRecorder.cs
index f80d3184a16f5302e7a9af667afcfc857f1efcf9..73b70acfd381800408da5ea9c1b32fbd3be7f585 100644
(file)
--- a/
client/AudioRecorder/WavRecorder.cs
+++ b/
client/AudioRecorder/WavRecorder.cs
@@
-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