Skip to content
Discussion options

You must be logged in to vote

An mp3 file is made of frames: each frame depends on the prior frames, so if you decide to drop data, you should reset the mp3 decoder first before you restart to use it: e.g. just call end() followed by begin()!

In regular processing, the audio file starts with no sound and ends with fading out the audio data for quite some time.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by pschatzmann
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants