[android-porting] Re: stop android using alsa

2010-06-24 Thread Srikant
Just a clue, how OpenCore Framework is using Audio in Android. On Jun 23, 10:44 am, Nilly wrote: > hi, > > android is default using alsa. > I want to use alsa sink in gstreamer audio as android is using alsa > device I am getting "DEVICE BUSY ERROR". > > But some how i got out of this error on co

[android-porting] Re: stop android using alsa

2010-06-29 Thread Dave Sparks
Your gstreamer audio sink should be an AudioTrack, not ALSA. On Jun 22, 10:44 pm, Nilly wrote: > hi, > > android is default using alsa. > I want to use alsa sink in gstreamer audio as android is using alsa > device I am getting "DEVICE BUSY ERROR". > > But some how i got out of this error on comm

[android-porting] Re: stop android using alsa

2010-06-30 Thread Nilly
yes I have audio flinger sink also but than finally when it is writing it is doing memcpy. On Jun 29, 9:28 pm, Dave Sparks wrote: > Your gstreamer audio sink should be an AudioTrack, not ALSA. > > On Jun 22, 10:44 pm, Nilly wrote: > > > > > hi, > > > android is default using alsa. > > I want to

[android-porting] Re: stop android using alsa

2010-06-30 Thread Nilly
Is it not possible to avoid that memcpy? On Jun 30, 12:44 pm, Nilly wrote: > yes I have audio flinger sink also but than finally when it is writing > it is doing memcpy. > > On Jun 29, 9:28 pm, Dave Sparks wrote: > > > > > Your gstreamer audio sink should be an AudioTrack, not ALSA. > > > On Jun

[android-porting] Re: stop android using alsa

2010-07-06 Thread allen young
I use alsasink to play audio, "gst-launch-0.10 audiotestsrc ! alsasink " but just few minutes, the devkit8000 crashed. Do you have the same problem? On Jun 30, 3:48 pm, Nilly wrote: > Is it not possible to avoid that memcpy? > > On Jun 30, 12:44 pm, Nilly wrote: > > > yes I have audio flinger si

[android-porting] Re: stop android using alsa

2010-07-07 Thread Nilly
No I can use alsa very well after doing stop media.but the problem is >From video player I am not able to use alsa.so I am trying to use audio flinger sink but still no luck I am facing lots of issue. Are u using audiolfinger sink? Audio flinger sink inturn use audio track but I am not able to set

[android-porting] Re: stop android using alsa

2010-07-08 Thread allen young
I have the same problem. I want to use alsasrc to record sound. I can use alsa very well after doing stop media. but the problem is from video player, it can not works. On Jul 7, 6:10 pm, Nilly wrote: > No I can use alsa very well after doing stop media.but the problem is > From video player

[android-porting] Re: stop android using alsa

2010-07-08 Thread allen young
Yes, I use audioflingersink. It successed. On Jul 7, 6:10 pm, Nilly wrote: > No I can use alsa very well after doing stop media.but the problem is > From video player I am not able to use alsa.so I am trying to use > audio flinger sink but still no luck > I am facing lots of issue. > Are u using