Soundboard: Arbitrary samplerate support for wave files

Screenshots
This commit is contained in:
furrtek
2016-08-26 09:54:17 +02:00
parent f7e0f36bd9
commit 808f99647e
21 changed files with 36 additions and 28 deletions

View File

@@ -35,8 +35,9 @@
#include <iterator>
#include <vector>
std::string remove_filename_extension(const std::string& filename);
std::string next_filename_stem_matching_pattern(const std::string& filename_stem_pattern);
std::vector<std::string> scan_root_files(const std::string& extension);
std::vector<std::string> scan_root_files(const std::string& directory, const std::string& extension);
namespace std {
namespace filesystem {