Re: Requesting audio samples using gstreamer

2007-10-22 Thread Sayamindu Dasgupta
On Sun, 2007-10-21 at 12:56 +0530, Arjun Sarwal wrote: Is there a way to explicitly request samples from Alsa using gstreamer ? Currently, I set up a pipeline comprising of alsasrc and fakesink as the elements and have connected the handoff signal to a signal handler function. I've set

Requesting audio samples using gstreamer

2007-10-21 Thread Arjun Sarwal
Is there a way to explicitly request samples from Alsa using gstreamer ? Currently, I set up a pipeline comprising of alsasrc and fakesink as the elements and have connected the handoff signal to a signal handler function. I've set sampling to 48Khz, 16bit, single channel. Within the signal

Re: Requesting audio samples using gstreamer

2007-10-21 Thread Benjamin M. Schwartz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Arjun Sarwal wrote: Is there a way to explicitly request samples from Alsa using gstreamer ? Not that I'm aware of. You could set up a gstreamer pipeline that writes raw audio into a named pipe (FIFO), and then read the data out of the FIFO in