I am following this media capture sample for my app. Now I don't want to save the audio in MP3 in a folder but I want to serialize that MP3 file in XML and then back want to de-serialize that XML to play the recorded MP3 file. How can I achieve this ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I'm not sure why you would want to do it this way rather than saving the RAW MP3 data. However, the process would look like this:
To get the MP3 data back, just reverse the processess. |
|||
|
|