From 63710ff5a6fb51715aac83ca9374ef47f97d6120 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 21 Apr 2009 22:46:41 +0200 Subject: test: added program "read_mixer" This little program is used to test mixer plugins in an isolated environment. This is ALSA-only currently, because we don't have a real "plugin list" yet, and I'm too lazy to implement a switch. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4e32de1b..0a02de81 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ test/run_encoder test/run_output test/read_conf test/run_input +test/read_mixer -- cgit v1.2.3