genode/repos/dde_bsd/src/test/audio_in
Josef Söntgen fb761283a2 dde_bsd: add Audio_in test application
This test is a simple audio monitor that plays all recorded frames
back.

Issue #1644.
2015-08-21 10:59:46 +02:00
..
README dde_bsd: add Audio_in test application 2015-08-21 10:59:46 +02:00
main.cc dde_bsd: add Audio_in test application 2015-08-21 10:59:46 +02:00
target.mk dde_bsd: add Audio_in test application 2015-08-21 10:59:46 +02:00

README

This test captures input from an Audio_in session and directly plays
all packets by sending them to the Audio_out session. It is merely a
simple audio monitor program.