MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / close

Method close

external/ggml/examples/common.h:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 }
217
218 bool close() {
219 file.close();
220 return true;
221 }
222
223 bool write(const float * data, size_t length) {
224 return write_audio(data, length);

Callers 15

__exit__Method · 0.45
dump_cgraphMethod · 0.45
mainFunction · 0.45
open_wavMethod · 0.45
~wav_writerMethod · 0.45
gptj_model_quantizeFunction · 0.45
gptj_model_loadFunction · 0.45
trainFunction · 0.45
trainFunction · 0.45
gpt2_model_loadFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected