audio_wm/tests/opus/dr_opus_test_0.c

9 lines
144 B
C
Raw Normal View History

2025-02-10 23:13:41 +08:00
#define DR_OPUS_IMPLEMENTATION
#include "../../wip/dr_opus.h"
int main(int argc, char** argv)
{
(void)argc;
(void)argv;
return 0;
}