Skip to content

daisy::WavWriter::Config

More...

#include <WavWriter.h>

Public Attributes

Name
float samplerate
int32_t channels
int32_t bitspersample

Detailed Description

struct daisy::WavWriter::Config;

Configuration structure for the wave writer.

Public Attributes Documentation

variable samplerate

float samplerate;

variable channels

int32_t channels;

variable bitspersample

int32_t bitspersample;

Updated on 2024-01-03 at 19:41:01 +0000