Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_cgraph
Method · 0.45
main
Function · 0.45
open_wav
Method · 0.45
~wav_writer
Method · 0.45
gptj_model_quantize
Function · 0.45
convert-h5-to-ggml.py
File · 0.45
gptj_model_load
Function · 0.45
train
Function · 0.45
train
Function · 0.45
convert-yolov3-tiny.py
File · 0.45
gpt2_model_load
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected