lavfi: add sine audio source.

This commit is contained in:
Nicolas George
2013-03-16 16:33:05 +01:00
parent 8d928a9d99
commit 21b092de7c
6 changed files with 284 additions and 2 deletions

View File

@@ -86,6 +86,7 @@ void avfilter_register_all(void)
REGISTER_FILTER(AEVALSRC, aevalsrc, asrc);
REGISTER_FILTER(ANULLSRC, anullsrc, asrc);
REGISTER_FILTER(FLITE, flite, asrc);
REGISTER_FILTER(SINE, sine, asrc);
REGISTER_FILTER(ANULLSINK, anullsink, asink);