Fixed broken code

This commit is contained in:
Ryzerth
2021-03-21 19:51:38 +01:00
parent f29d683918
commit 5e9486ef4c
3 changed files with 19 additions and 6 deletions

View File

@ -50,7 +50,7 @@ public:
RecorderModule(std::string name) : folderSelect("%ROOT%/recordings") {
this->name = name;
recPath = "%ROOT%/recordings";
recPath = "%ROOT%/recording";
// Init audio path
vol.init(&dummyStream, 1.0f);