Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xShug0/audio.cpp
/ read_text
Method
read_text
src/framework/assets/resource_bundle.cpp:101–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
return *path;
101
}
102
103
std::vector<ResourceFile> ResourceBundle::files() const {
104
std::vector<ResourceFile> out;
105
out.reserve(files_.size());
106
for (const auto & [id, path] : files_) {
Callers
15
huggingface_token
Function · 0.80
load_summary
Function · 0.80
stdout_text_outputs
Function · 0.80
timing_summary
Function · 0.80
materialize_request_paths
Function · 0.80
run_case
Function · 0.80
load_omnivoice_case_catalog
Function · 0.80
resolve_ace_step_case
Function · 0.80
resolve_vevo2_case
Function · 0.80
resolve_miocodec_case
Function · 0.80
resolve_voxcpm2_case
Function · 0.80
run_whisper
Function · 0.80
Calls
2
read_text_file
Function · 0.50
require_file
Function · 0.50
Tested by
2
materialize_request_paths
Function · 0.64
run_case
Function · 0.64