MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / AudioFileWAV

Method AudioFileWAV

src/audio/AudioFileWAV.cpp:54–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52using namespace little_endian_io;
53
54AudioFileWAV::AudioFileWAV() : AudioFile(), dataChunkPos(0) {
55}
56
57AudioFileWAV::~AudioFileWAV() = default;
58

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected