fix opening/saving audio files with non-ASCII char

s on Windows

this required making a wrapper...
This commit is contained in:
tildearrow 2022-06-28 02:00:08 -05:00
parent f483292a88
commit be7d7002e2
6 changed files with 189 additions and 17 deletions

View file

@ -24,9 +24,6 @@
#include "engine.h"
#include "../ta-log.h"
#include <math.h>
#ifdef HAVE_SNDFILE
#include <sndfile.h>
#endif
constexpr int MASTER_CLOCK_PREC=(sizeof(void*)==8)?8:0;