Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 0.5.0-rc1 final fixups | waker | 2011-05-10 |
| | |||
* | removed author and email fields, added single all-purpose copyright field; | waker | 2011-02-27 |
| | | | | | added copyright info to all plugins; updated gtkui to reflect the changes | ||
* | src plugin cleanup | waker | 2011-01-09 |
| | |||
* | added bounds checking and output ratio to dsp plugin API; | waker | 2011-01-02 |
| | | | | | fixed all existing dsp plugins for the new API; dsp_soundtouch can now be used as a resampler | ||
* | updated copyright year to 2011 | waker | 2011-01-02 |
| | |||
* | minor formatting fix | waker | 2010-12-31 |
| | |||
* | limit samplerate to [8000..192000] range in SRC plugin | waker | 2010-12-30 |
| | |||
* | streamer dsp chain WIP | waker | 2010-12-30 |
| | |||
* | improved gui script: | waker | 2010-12-27 |
| | | | | | | | | | added support for spinbtn and combobox changed API to allow generic use (e.g. for dsp plugins) dsp set/get_param are now using strings instead of floats dsp plugins are now using gui script fixed many errors in converter and its gui supereq set/get_param now uses dBs instead of amplitude | ||
* | changed dsp plugin api to allow modification of any aspect of wave format | waker | 2010-12-14 |
| | |||
* | renamed DB_dsp_instance_t to ddb_dsp_context_t | waker | 2010-12-14 |
| | |||
* | fixed clicks between tracks caused by SRC | waker | 2010-12-11 |
| | |||
* | exposed pcm_convert via plugin API; | waker | 2010-12-10 |
| | | | | | DSP presets are now being used and are working in converter; implemented support for converting via temp file in converter | ||
* | converter DSP presets WIP | waker | 2010-12-09 |
| | |||
* | dsp preset editing WIP | waker | 2010-12-08 |
| | |||
* | removed id from DSP plugin instance; ported src and supereq to the new ↵ | waker | 2010-12-08 |
| | | | | params system | ||
* | minor changes to default DSP chain and SRC plugin | waker | 2010-12-07 |
| | |||
* | fixed libsamplerate dependency | waker | 2010-11-28 |
| | |||
* | ported supereq to new api; converted to float; added reentrancy support | waker | 2010-11-28 |
| | |||
* | fixed src crash | waker | 2010-11-27 |
| | |||
* | fixed mono streams SRC | waker | 2010-11-27 |
| | |||
* | fixed crash in SRC plugin | waker | 2010-11-24 |
| | |||
* | added float clamp(-1,1) in premix | waker | 2010-11-22 |
| | | | | | added plugin pointer to dsp instances code cleanup | ||
* | moved libsamplerate code to separate plugin | waker | 2010-11-21 |