Skip to content

Commit 505955d

Browse files
committed
Update on "Include audio preprocessing for raw audio tensor"
(Messed up the merge for the original stack, this is reland. Original PR with comments here - #13752) Differential Revision: [D81498748](https://our.internmc.facebook.com/intern/diff/D81498748) [ghstack-poisoned]
2 parents c5b0c00 + 17421c9 commit 505955d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/models/voxtral/multimodal.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ MultimodalInput processRawAudioFile(
171171
audio_data.size() * sizeof(float));
172172
f.close();
173173

174-
ET_LOG(Info, "Loaded .bin file: %s, %zu floats", audio_path.c_str(), n_floats);
174+
ET_LOG(
175+
Info, "Loaded .bin file: %s, %zu floats", audio_path.c_str(), n_floats);
175176

176177
// Execute the processor
177178
std::vector<executorch::aten::SizesType> tensor_shape = {

0 commit comments

Comments
 (0)