openMSX
|
Writes 8-bit WAV files. More...
#include <WavWriter.hh>
Public Member Functions | |
Wav8Writer (const Filename &filename, unsigned channels, unsigned frequency) | |
void | write (const uint8_t *buffer, unsigned stereo, unsigned samples) |
![]() | |
bool | isEmpty () const |
Returns false if there has been data written to the wav image. More... | |
void | flush () |
Flush data to file and update header. More... | |
Additional Inherited Members | |
![]() | |
WavWriter (const Filename &filename, unsigned channels, unsigned bits, unsigned frequency) | |
~WavWriter () | |
![]() | |
File | file |
unsigned | bytes |
Writes 8-bit WAV files.
Definition at line 39 of file WavWriter.hh.
|
inline |
Definition at line 42 of file WavWriter.hh.
|
inline |
Definition at line 45 of file WavWriter.hh.