This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// cl /I celt /I silk /I silk/float /I include /c opus.c | |
// lib opus.obj | |
#define OPUS_CPU_X64 | |
#define USE_ALLOCA | |
#define OPUS_BUILD | |
#include "celt/bands.c" | |
#include "celt/celt.c" | |
#include "celt/celt_encoder.c" |