gstreamer/examples
2020-04-03 20:34:01 +00:00
..
plugins/python example: Use do_fill in AudioTestSrc instead of do_create 2019-12-11 08:32:44 -03:00
dynamic_src.py examples: add a dynamic pipeline example 2018-07-20 17:00:22 +02:00
helloworld.py helloworld: fix typo 2018-07-20 15:58:35 +02:00
README.md Examples: add mixer plugin example 2018-07-29 19:51:34 +02:00
record_sound.py Add an example to record audio 2020-04-03 20:34:01 +00:00
requirements.txt Examples: add audiotestsrc plugin example 2018-07-29 20:06:09 +02:00

Dependencies

Some of the examples require external python dependencies, for this purpose an illustrative requirements.txt is provided, with annotations documenting which example requires a dependency.

You can install all the dependencies with:

python3 -m pip install -r requirements.txt --user