An open API service indexing awesome lists of open source software.

https://github.com/nickdiego/gstreamer-tests

Simple GStreamer test programs for learning puporses.
https://github.com/nickdiego/gstreamer-tests

c cpp gstreamer learning

Last synced: 12 months ago
JSON representation

Simple GStreamer test programs for learning puporses.

Awesome Lists containing this project

README

          

gstreamer-tests
===============

A simple gstreamer test program to get buffers from audio (input/file) channels separately and do "something" (??)

pipeline:
(filesrc ! autoaudiosrc) ! audioconvert ! audioresample ! capsfilter ! deinterleave ! queue0 ! appsink0 ! ??
\
`queue1 ! appsink1 ! ??

dependencies:
````````````
glib 2.0
gstreamer 0.10
cmake ??

build:
``````
mkdir build && cd build
cmake..
make

running:
```````
1) Read buffers from audio file

$ ./inputtest

or

2) Read buffers from audio input (microphone)

$ ./inputtest