Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

MP3 files have ID3 metadata which contains information about the mp3 file. It contains song name, singer name, duration, etc. Write a program in C/C++

MP3 files have ID3 metadata which contains information about the mp3 file. It contains song name, singer name, duration, etc. Write a program in C/C++ that can read mp3 files from an SD card, and display the time elapsed of the song, and time remaining. Please print the time elapsed of the song, and time remaining. The printed values should also be updating as the song is playing, to show the correct numbers. Thank you, I will give a positive rating for a solution that works and is tested. If you know a way to do this without reading the ID3 metadata, you can do that too. I just mentioned ID3 metadata as a suggestion. For additional context about this question to understand what my final goal is, in my project, I have an LCD screen communicating via UART protocol that will display how much time of the song has elapsed, and how much time is remaining. I am trying to first get code that works on my computer, then try it with my LCD screen.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Probabilistic Databases

Authors: Dan Suciu, Dan Olteanu, Christopher Re, Christoph Koch

1st Edition

3031007514, 978-3031007514

More Books

Students also viewed these Databases questions