Crash fixes, apply FIR filter to stereo output

This commit is contained in:
Charles J. Cliffe
2014-12-27 15:04:43 -05:00
parent 5e9414702d
commit a93deee564
8 changed files with 53 additions and 70 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ public:
}
~AudioThreadInput() {
std::lock_guard < std::mutex > lock(m_mutex);
}
};