aboutsummaryrefslogtreecommitdiff
path: root/src/component.py
diff options
context:
space:
mode:
authorBrianna2017-07-16 23:16:35 -0400
committerGitHub2017-07-16 23:16:35 -0400
commit4becfe3b51ae058dc8600abeac3d1d6b5a1eab76 (patch)
treed0acb70a5fc839a1810a962f2ff9b4a9a931025a /src/component.py
parentf420ad69f5f6f3c830fea890a760ce0ce61ba571 (diff)
parentaa464632c64725201dc7584ebf6bf2c3d06b47b6 (diff)
Merge pull request #46 from djfun/extra-sound-options
Extra sound options
Diffstat (limited to 'src/component.py')
-rw-r--r--src/component.py5
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