Skip to content

Commit

Permalink
read codes from file
Browse files Browse the repository at this point in the history
  • Loading branch information
PABannier committed Oct 21, 2023
1 parent e234e1e commit 8a44f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/decompress/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ int main(int argc, char **argv) {
}

// read compressed audio from disk
// TODO: read file
std::vector<int32_t> codes = read_codes_from_file(params.input_path);

// decompress audio
// TODO: decompress audio
Expand Down

0 comments on commit 8a44f5a

Please sign in to comment.