Record audio from aux (3,5" audio) input for 10 sec every 5 mins

Ashish Kumar Mishra ashish.kmishra at dexceldesigns.com
Wed Dec 9 21:14:58 PST 2015


Hi Tomemozok , 

1. You can start with creating an simple pipeline with gst-launch utility. 
    gst-launch audiotestsrc freq=1000 num-buffers=100 ! alsasink

2. Creating individual files for every "X" duration , this would be tricky
as there are two ways of doing this. 
  a) Start + Stop pipeline every "X" min , In this case there would be some
loss between two files created  
  b) Make the pipeline dynamic so that there is no need to stop the pipeline
rather only some of elements need to be changed every "X" min. 
  This would be depenedent on your requirement , so ensure to start with
clear idea as to what is the end requirement. 

~ Ashish Kumar Mishra.  



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Record-audio-from-aux-3-5-audio-input-for-10-sec-every-5-mins-tp4674843p4674849.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list