I have an MP3 stored in a database. I need to play the file without dumping it first into a file, but directly play it using the byte array I retrieve from the database. Is it possible to do this? Thanks in advance.
I have an MP3 stored in a database. I need to play the file without dumping it first into a file, but directly play it using the byte array I retrieve from the database. Is it possible to do this? Thanks in advance.