Skip to content

Suggestions please for an enhanced audio player #257

Answered by pschatzmann
obdevel asked this question in Q&A
Discussion options

You must be logged in to vote

A couple of comments:

  • The MemoryStream provides some looping (auto revind) functionality: just use setLoop(true). I think it would make sense to have a more generic Stream class which would work for other cases as well.
  • The SD is usually fast enough and does not need any caching. Please note that the MemoryStream supports PSRAM so you could try to copy the data.
  • 'speed up' : I am not sure what you want to achieve. I suggest that you look into Resampling - If the intention is to get a Mikey Mouse effect you could just change the sample rate.
  • Mixing: There is some basic functionality but I was struggling with with the Mixing on the output side lately

Replies: 6 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
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
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