File: dynamics.rst.txt

package info (click to toggle)
python-pyo 1.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 52,332 kB
  • sloc: python: 135,133; ansic: 127,822; javascript: 16,116; sh: 395; makefile: 388; cpp: 242
file content (100 lines) | stat: -rw-r--r-- 1,762 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Dynamic management
============================

.. currentmodule:: pyo

Objects to modify the dynamic range and sample quality of audio signals.

Objects in this category
------------------------------

- :py:class:`Clip` :     Clips a signal to a predefined limit.
- :py:class:`Degrade` :     Signal quality reducer.
- :py:class:`Mirror` :     Reflects the signal that exceeds the `min` and `max` thresholds.
- :py:class:`Compress` :     Reduces the dynamic range of an audio signal.
- :py:class:`Gate` :     Allows a signal to pass only when its amplitude is above a set threshold.
- :py:class:`Balance` :     Adjust rms power of an audio signal according to the rms power of another.
- :py:class:`Min` :     Outputs the minimum of two values.
- :py:class:`Max` :     Outputs the maximum of two values.
- :py:class:`Wrap` :     Wraps-around the signal that exceeds the `min` and `max` thresholds.
- :py:class:`Expand` :     Expand the dynamic range of an audio signal.

*Clip*
----------

.. autoclass:: Clip
   :members:

   .. autoclasstoc::

*Degrade*
----------

.. autoclass:: Degrade
   :members:

   .. autoclasstoc::

*Mirror*
------------

.. autoclass:: Mirror
   :members:

   .. autoclasstoc::

*Compress*
------------

.. autoclass:: Compress
   :members:

   .. autoclasstoc::

*Gate*
------------

.. autoclass:: Gate
   :members:

   .. autoclasstoc::

*Balance*
------------

.. autoclass:: Balance
   :members:

   .. autoclasstoc::

*Min*
------------

.. autoclass:: Min
   :members:

   .. autoclasstoc::

*Max*
------------

.. autoclass:: Max
   :members:

   .. autoclasstoc::

*Wrap*
------------

.. autoclass:: Wrap
   :members:

   .. autoclasstoc::

*Expand*
------------

.. autoclass:: Expand
   :members:

   .. autoclasstoc::