Re: [Vala] Gstream Capture audio from microphone

2011-11-16 Thread Alexandre Rosenfeld
The GStreamer pipeline can be as simple as "autoaudiosrc ! audioconvert ! vorbisenc ! oggmux ! filesink location=dump.ogg". And you can use something as simple as this code below to run a GStreamer pipeline inside your app (adapted from another email I sent a few days ago): 1. using Gst; 2.

Re: [Vala] Gstream Capture audio from microphone

2011-11-16 Thread Thijs Vermeir
On Wed, Nov 16, 2011 at 3:36 PM, Edwin DLCA wrote: > As I can capture audio from microphone. > Can you help me with a piece of sample code. I am new to vala. > Thank you. A great to start would be the vala gstreamer examples: http://live.gnome.org/Vala/GStreamerSample Then adapt this to your gst

[Vala] Gstream Capture audio from microphone

2011-11-16 Thread Edwin DLCA
As I can capture audio from microphone. Can you help me with a piece of sample code. I am new to vala. Thank you. ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list