Unverified Commit 1506c616 authored by Wolle's avatar Wolle Committed by GitHub

showID3Tag changed

parent 17b1af98
This diff is collapsed.
......@@ -197,7 +197,7 @@ private:
int sendBytes(uint8_t* data, size_t len);
void compute_audioCurrentTime(int bd);
void printDecodeError(int r);
void showID3Tag(String tag, const char* val);
void showID3Tag(const char* tag, const char* val);
void unicode2utf8(char* buff, uint32_t len);
int read_WAV_Header(uint8_t* data, size_t len);
int read_FLAC_Header(uint8_t *data, size_t len);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment