Ability to play a file from a custom file handle. #474
Replies: 1 comment 3 replies
-
Are you using If you're using the engine and the resource manager the only way would be to implement a VFS and do all of your file handling through that. You implement the callbacks in |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am trying to play a file with a custom handle (for example a file from external storage on
Android
).So I can obtain a file stream from the required path but how to plug it into
miniaudio
?I found
Custom Data Sources
in the documentation but it is not clear how to easily use it without manually decoding the stream.So I want to be able to manipulate the stream using the registered decoders without much effort of manual decoding whatsoever.
Is there any example, snippets?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions