diff options
| author | tassaron | 2017-07-16 14:06:11 -0400 |
|---|---|---|
| committer | tassaron | 2017-07-16 14:06:11 -0400 |
| commit | ec0abd190273b7b636c7085d7caed8220ab09172 (patch) | |
| tree | e29097e79504a1f03feda28483dd18acbeb09587 /src/component.py | |
| parent | 17c8a6703a8093d31c6772ba3b8d9ee01adaa0da (diff) | |
apply complex filters to audio streams from components
tons of sound options could be given now, + installation using setup.py
Diffstat (limited to 'src/component.py')
| -rw-r--r-- | src/component.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/component.py b/src/component.py index 2b297d1..adb170e 100644 --- a/src/component.py +++ b/src/component.py @@ -178,8 +178,9 @@ class Component(QtCore.QObject): The first element can be: - A string (path to audio file), - Or an object that returns audio data through a pipe - The second element must be a dictionary of ffmpeg parameters - to apply to the input stream. + The second element must be a dictionary of ffmpeg filters/options + to apply to the input stream. See the filter docs for ideas: + https://ffmpeg.org/ffmpeg-filters.html \''' @classmethod |
