ultimatepp/bazaar/plugin/wav/wav.h
dolik 4d61b4ea70 .bazaar/SoundExample: example code for saving .wav files
git-svn-id: svn://ultimatepp.org/upp/trunk@3824 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-05 16:07:30 +00:00

15 lines
249 B
C

#ifndef _plugin_wav_wav_h_
#define _plugin_wav_wav_h_
#include "wave.h"
#include <Sound/Sound.h>
NAMESPACE_UPP
SampleFormat WavBitsToSampleFormat(int bits);
bool IsWavFile(const char* fn);
bool PlayWav(const char* fn);
END_UPP_NAMESPACE
#endif