quick question: I’m trying to render wav files which are bundled as binary data. As far as I can tell, the interface for AudioThumbnail only provides setReader & setSource methods, which only work on files. I’m probably missing something really obvious. How do I connect a MemoryInputStream to a AudioThumbnail?
But the docs say: This is not an audio file stream! It takes a stream of thumbnail data that would previously have been created by the saveTo() method.