MCPcopy Create free account
hub / github.com/adamstark/AudioFile / AudioFile

Method AudioFile

AudioFile.h:313–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311//=============================================================
312template <class T>
313AudioFile<T>::AudioFile()
314{
315 bitDepth = 16;
316 sampleRate = 44100;
317 samples.resize (1);
318 samples[0].resize (0);
319 audioFileFormat = AudioFileFormat::NotLoaded;
320}
321
322//=============================================================
323template <class T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected