Hi all,
In my application I could record and play audio(format is .amr).But I want to store this audio file permanently.which storage is suitable ?(I mean j2me file or RecordStorage).
Please reply
awaiting for your reply
Remyag
Hi all,
In my application I could record and play audio(format is .amr).But I want to store this audio file permanently.which storage is suitable ?(I mean j2me file or RecordStorage).
Please reply
awaiting for your reply
Remyag
Hi,
I think you are capturing the audion file and then want to store it on the phone.
If files are not soo big then you can store them in to RecordStore, no problem!
If you want to store a long audio then you have to store it as a File using the FileConnection APIs.
Storing the long audio file in RecordStore is not suggested due to the time taken in retriving the same.
Regards
Amit