I hate to do this since i am sure there are topics that answer this and I have spent 2 days implementing numerous methods, but I must be very confused so I need some help.
How do I pick an audio file from an sd card and play that audio using exoPlayer?
I have tried using the Taifun File extension and use the path directory from it but I am getting no luck.
I have tried to add file:// before the selection from audiopicker but this has not worked for me.
Again apologies if this has been answered but I have been trying for quite a while now.
Thank you very much for the reply.
Once I have the directory for the sd card path what do i do.
I have tried this with Taifuns file extension but it did not work. Also when i pick an audio file the selection already uses the same path that the directory uses
When you get the path use it to get MP3 files normally as of now you’re trying to get from internal storage both process is similar main thing is getting the SD card path
Hey Asit, This ended up working for me! Thank you so much the audio plays now using Taifuns extension. Gonna take me a few days to redo all the blocks but hopefully works fine now.