commit 5b52108f1e950ef06e26ce11f7d69fa1020764ec parent 2fcca0bd5ec1bb049755b87590b598f392e1a8cc Author: fundamental <[email protected]> Date: Tue, 22 Feb 2022 21:25:16 -0500 Fix wavefile serialization Diffstat:
M | src/Nio/WavEngine.cpp | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/Nio/WavEngine.cpp b/src/Nio/WavEngine.cpp @@ -63,6 +63,7 @@ void WavEngine::Stop() work.post(); pthread_join(*tmp, NULL); delete pThread; + destroyFile(); } void WavEngine::push(Stereo<float *> smps, size_t len)