27#ifndef __PAUDIOOUT_H__
28#define __PAUDIOOUT_H__
47 virtual bool LoadSoundFile(
const std::string & filename){
return false;};
49 virtual bool Play(){
return false;};
51 virtual bool Stop(){
return false;};
52 virtual bool SetPanning(
const double left,
const double right){
return false;};
70 virtual bool CreateSineWave(
float freq,
long unsigned int length,
long double volume){
72 long unsigned int xx = length;
73 long double xxx =volume;
return false;};
virtual bool PlayForeground()
virtual PEBL_DEVICE_TYPE GetDeviceType()
virtual bool CreateSineWave(float freq, long unsigned int length, long double volume)
virtual bool SetPanning(const double left, const double right)
virtual bool Initialize()
long double mAmplitudeRight
long double mAmplitudeLeft
virtual bool LoadSoundFile(const std::string &filename)