Misc. work on the resampler.

This commit is contained in:
David Reid
2018-11-24 15:05:05 +10:00
parent 179efcb445
commit 5969348d44
2 changed files with 35 additions and 1 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
#define MAL_DEBUG_OUTPUT
#define MINI_AL_IMPLEMENTATION
#include "../../mini_al.h"
#include "../mal_resampler.h"
@@ -6,7 +7,7 @@ int main(int argc, char** argv)
{
(void)argc;
(void)argv;
return 0;