Hi friends,

I have created an basic sound recorder application using MediaRecorder
class. It has 3 buttons i.e.

1.Record : Start recording
2.Stop     : Stop recording
3.Play      : Play recorded file ( 3gp format)

I can record any number of files using this. Each files gets name as
audio1,audio2 ..etc.

The problem is after recording the file I can play it using play
button. But if I exit my application I am not able to see that file
listed in music menu in emulator. But at the same time when i browse
my sdcard using eclipse I can see the recorded audio file. ( I have
aleady mounted sdcard image and can see other sdcard content in
emulator)

Now if I close the emulator and relaunch it I can see that file in
emulator music menu. Now suppose that file name is audio1.3gp. If I
record a sound using my app it will record it using name audio1.3gp on
same location. This time if I goto music menu I can see audio1.3gp
file with latest recorded audio.

Can anybody help me on why this is happening?

Thanks in advance and sorry for long description :).



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to