Refactored WAV code in to its own file
Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
#include <3ds.h>
|
||||
#include <opus/opusfile.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "all.h"
|
||||
#include "opus.h"
|
||||
|
||||
#define SAMPLES_TO_READ (32 * 1024)
|
||||
#define CHANNEL 0x08
|
||||
|
||||
int playOpus(const char* in)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user