From 937f0eeb24a1bbdc8ec93f346fc9e826a487c014 Mon Sep 17 00:00:00 2001 From: pschatzmann Date: Fri, 12 Apr 2024 14:50:59 +0200 Subject: [PATCH] correct example in README --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 00ea7b3..2bcaff9 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ Here is a MP3 example using the callback: using namespace libhelix; -void dataCallback(MP3FrameInfo &info, int16_t *pcm_buffer, size_t len) { - for (int i=0; i