Classes | |
class | WaveWriter |
Namespaces | |
namespace | Ase |
Typedefs | |
using | WaveWriterP = std::shared_ptr< WaveWriter > |
Functions | |
WaveWriterP | wave_writer_create_flac (int rate, int channels, const String &filename, int mode, int compresion) |
WaveWriterP | wave_writer_create_opus (int rate, int channels, const String &filename, int mode, int complexity, float bitrate) |
WaveWriterP | wave_writer_create_wav (int rate, int channels, const String &filename, int mode, uint8_t n_bits) |
String | wave_writer_flac_version () |
String | wave_writer_opus_version () |