mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-14 01:15:38 -04:00
Soundboard: Arbitrary samplerate support for wave files
Screenshots
This commit is contained in:
parent
f7e0f36bd9
commit
808f99647e
21 changed files with 36 additions and 28 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue