Class WavWriter#
Defined in File wav_writer.hpp
Class Documentation#
-
class WavWriter
Public Functions
-
WavWriter()
-
~WavWriter()
-
bool open(const QString &path, int sampleRate, int channels, int bitsPerSample = 16)
-
bool write(const char *data, qint64 bytes)
-
void close()
-
bool is_open() const
-
int64_t bytes_written() const
-
double duration_sec() const
-
WavWriter()