You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
lavfi: add sine audio source.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user