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

Function read_f32_file

src/framework/io/binary.cpp:175–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175std::vector<float> read_f32_file(const std::filesystem::path & path) {
176 return read_typed_file<float>(path);
177}
178
179std::vector<int32_t> read_i32_file(const std::filesystem::path & path) {
180 return read_typed_file<int32_t>(path);

Callers 7

generate_patchMethod · 0.50
load_noise_or_sampleFunction · 0.50
encodeMethod · 0.50
load_noise_fileFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected