Make XA Audio play
This commit is contained in:
16
Library/Code/src/Audio/XAAudio.h
Normal file
16
Library/Code/src/Audio/XAAudio.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef XAAUDIO_H
|
||||
#define XAAUDIO_H
|
||||
#include <STDDEF.H>
|
||||
#include <LIBCD.H>
|
||||
|
||||
namespace XAAudio
|
||||
{
|
||||
void enable(bool doubleSpeed);
|
||||
void disable();
|
||||
|
||||
void play(const CdlLOC &file, int channel);
|
||||
|
||||
CdlLOC locate(const char* fileName);
|
||||
}
|
||||
|
||||
#endif // !XAAUDIO_H
|
||||
Reference in New Issue
Block a user