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

Method clearAudioBuffer

AudioFile.h:1203–1211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1201//=============================================================
1202template <class T>
1203void AudioFile<T>::clearAudioBuffer()
1204{
1205 for (size_t i = 0; i < samples.size();i++)
1206 {
1207 samples[i].clear();
1208 }
1209
1210 samples.clear();
1211}
1212
1213//=============================================================
1214template <class T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected