Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Limit the delay by a new max-delay property | Sebastian Dröge | 2009-01-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | Introduce a new max-delay property that can only be set before going to PLAYING or PAUSED. This is used to limit the maximum delay and is set to the current delay by default. Using this will make sure that we have enough data in our internal ringbuffer for the echo. With dynamic reallocation of the ringbuffer as used before silence could've been used as the echo directly after setting a new delay. | ||||
* | Rename audioreverb to audioecho. Fixes bug #568395. | Sebastian Dröge | 2009-01-22 | 1 | -0/+68 |
The element can add an echo and a simple reverb effect to an audio stream but for a real reverb filter it would need some additional filtering to prevent a metallic-sounding result. |