Unverified Commit 5138c7cd authored by Wolle's avatar Wolle Committed by GitHub

Preparation for a new decoder

parent e981b046
//**************************
// D U M M Y
//**************************
#pragma once
#include <stdint.h>
void VORBISDecoder_FreeBuffers(){;}
int VORBISDecoder_AllocateBuffers(){return 0;}
int VORBISFindSyncWord(uint8_t* data, uint16_t len){return 0;}
int VORBISGetSampRate(){return 0;}
int VORBISGetBitsPerSample(){return 0;}
int VORBISGetBitRate(){return 0;}
int VORBISDecode(uint8_t* data, int* bytesLeft, int16_t* m_outBuff){return 0;}
int VORBISGetOutputSamps(){return 0;}
char* VORBISgetStreamTitle(){return nullptr;}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment