Skip to content

Function create_wave_encoder

function create_wave_encoder(const wave_encoding_options &) audio

std::unique_ptr<audio_encoder> create_wave_encoder(const wave_encoding_options& options = { … }

Creates a WAVE audio encoder with optional encoding options.

Parameters
options Optional WAVE encoding options.
Returns
A unique pointer to the created WAVE audio encoder.

Fully qualified name: kfr::create_wave_encoder(const wave_encoding_options &)

Declared at audio/encoder.hpp:141

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.