Skip to content

Commit 38c1c3e

Browse files
committed
doxygen
1 parent eeaf492 commit 38c1c3e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/AudioLibs/TfLiteAudioOutput.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
#include "tensorflow/lite/micro/micro_error_reporter.h"
2121
//#include "tensorflow/lite/version.h"
2222

23+
namespace audio_tools {
24+
25+
2326
// Forward Declarations
2427
class TfLiteAudioFeatureProvider;
2528

@@ -841,4 +844,6 @@ class TfLiteAudioOutput : public AudioPrint {
841844
}
842845
}
843846
};
844-
};
847+
};
848+
849+
} // namespace

0 commit comments

Comments
 (0)