Skip to content

Some issues I have with the SD player #1936

Discussion options

You must be logged in to vote

1+2) If you don't use the metadata, I recommend to filter it out using a MetaDataFilerDecoder. Since the amount of RAM is limited it is assumed that the file only has reasonably sized metadata.

Please provide the example file that is cusing the crash: My first guess would be that you just run out of RAM.
That would match with with our other issues.

  1. My guess would be:
  • call end on the player
  • set the new source with setAudioSource
  • call begin()
  • make sure that no copy() calls are executed while you are doing the above.
  1. Well: just don't call end() if you don't want to close the SD instance: that is all the end() is doing!

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@pschatzmann
Comment options

@AlphaGaming7780
Comment options

@pschatzmann
Comment options

@AlphaGaming7780
Comment options

@pschatzmann
Comment options

Answer selected by pschatzmann
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