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

Method setBitDepth

AudioFile.h:460–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458//=============================================================
459template <class T>
460void AudioFile<T>::setBitDepth (int numBitsPerSample)
461{
462 bitDepth = numBitsPerSample;
463}
464
465//=============================================================
466template <class T>

Callers 1

writeTestAudioFileFunction · 0.80

Calls

no outgoing calls

Tested by 1

writeTestAudioFileFunction · 0.64