Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)

« « « Anklang Documentation
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
wave.hh File Reference
#include <ase/defs.hh>

Go to the source code of this file.

Classes

class  Ase::WaveWriter
 

Namespaces

namespace  Ase
 The Anklang C++ API namespace.
 

Typedefs

using Ase::WaveWriterP = std::shared_ptr< WaveWriter >
 

Functions

WaveWriterP Ase::wave_writer_create_wav (int rate, int channels, const String &filename, int mode, uint8_t n_bits)
 
WaveWriterP Ase::wave_writer_create_opus (int rate, int channels, const String &filename, int mode, int complexity, float bitrate)
 
String Ase::wave_writer_opus_version ()
 
WaveWriterP Ase::wave_writer_create_flac (int rate, int channels, const String &filename, int mode, int compresion)
 
String Ase::wave_writer_flac_version ()