Thx for your reply Marco.
While recording the audio I need to specify output file path. So I
have already added the title and path for the recorded file. That file
is being created with correct name and correct path in sdcard. The
only problem is emulator is not able to scan the file and thus that
file is not getting listed in music menu until emulator is closed and
relaunched.


On Aug 20, 12:15 am, Marco Nelissen <[email protected]> wrote:
> If you create a media file, it is your responsibility to add it to the
> database with a proper title, artist, album, etc.
>
> On Wed, Aug 19, 2009 at 8:23 AM,kk_Kiran<[email protected]> wrote:
>
> > 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